| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
eb1b321fe miner: increase min/max intervals to full extents (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
This prevents setting target to, eg, 65 being ignored
and remove an unused constant
|
| | |
| |
| |
| | |
This reverts commit 921dd8dde5d381052d0aa2936304a3541a230c55.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
4f01cf4b4 Tweak format, add option for difficulty (Howard Chu)
429d49512 Add options to print daily coin emission and fees (Howard Chu)
d745d2433 Don't forget size of prunable txn part (Howard Chu)
|
| | | |
| | |
| | |
| | |
| | | |
Set input, output, ringsize averages to 2 decimal places precision
Add option to show min/max/av per-block difficulty
|
| | | |
| | |
| | |
| | | |
Closes #6735
|
| | | |
| | |
| | |
| | | |
Fixes #6732
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
13eee1d6a rpc: reject wrong sized txid (moneromooo-monero)
92e6b7df2 easylogging++: fix crash with reentrant logging (moneromooo-monero)
6dd95d530 epee: guard against exceptions in RPC handlers (moneromooo-monero)
90016ad74 blockchain: guard against exceptions in add_new_block/children (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | | |
Reporter requested credit to be given to Decred
|
| | |/ /
| | |
| | |
| | | |
Reporter requested credit to be given to Decred
|
| |\ \ \
| | | |
| | | |
| | | | |
c1b03fb1a rpc: return empty txid get_outs rather than 00..00 when not requested (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | | |
It's more obvious there's no txid, and it saves space
|
| |\ \ \
| | | |
| | | |
| | | | |
76c16822d wallet2_api: implement runtime proxy configuration (xiphon)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
3d6bc0a68 wallet2: throw a error on wallet initialization failure (xiphon)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
8baa7bb23 daemon: don't print "(pruned)" for coinbase txes (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Pruned coinbase txes are the same as unpruned ones, so the
prunable data is empty
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
afd002c31 daemon: print sampling time in print_net_stats (moneromooo-monero)
ec7bba079 util: fix kilo prefix typo (K instead of k) (moneromooo-monero)
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
2f1ad3b3d updates: mac gui .tar.bz2 -> .dmg (selsta)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
f9e3fcdf3 add trezor support to sweep_single (Dusan Klinec)
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
267ce5b71 avoid a couple needless copies (moneromooo-monero)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
ef694d028 fix warning by removing std::move() on temporary http_client object (woodser)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fb31167b1 Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command (rbrunner7)
|
| | | |_|_|_|/ /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett)
|
| | | |_|_|_|_|/
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
98c151ecb Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster (Lee Clagett)
60627c9f2 Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster (Lee Clagett)
fe96e66eb Fix pruned tx for ZMQ's GetBlocksFast (Lee Clagett)
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
eda167585 wallet_rpc_server: use unlock_time in suggested confirmations calc (moneromooo-monero)
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
35665df20 protocol: don't drop a connection if we can't get a compatible chain (moneromooo-monero)
|
| | |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This can now happen if:
- we have a pruned db
- we have not connected to the monero network for a while
- we connect to a node
- that node asks us for history
- we only have a pruned version of the most recent common block
In that case, it's better to not reply but keep the connection alive,
so we can sync off it.
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
921dd8dde Use domain-separated ChaCha20 for in-memory key encryption (Sarang Noether)
|
| | | |_|_|/ / / / /
| |/| | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
|
| | |/ / / / / / / / |
|
| |\ \ \ \ \ \ \ \ \
| |_|_|/ / / / / /
|/| | | | | | | |
| | | | | | | | | |
6bfcd3101 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether)
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
67ade8005 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett)
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
1d31e6c00 net_node: remove dead seed nodes (selsta)
|