| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Reporter requested credit to be given to Decred
|
| |\
| |
| |
| | |
0a19785 rpc: fix loading rpc payment data from file (moneromooo-monero)
|
| | |
| |
| |
| | |
Got broken after making one of those micro optimizations requested on review..
|
| |\ \
| | |
| | |
| | | |
0569e63 rpc: fix comparison of seconds vs microseconds (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
23df29d functional_tests: add simple relay_tx test (moneromooo-monero)
e306834 rpc: fix relay_tx error return mixup (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
|
| |
It's not something the user needs to know, and will display
attacker controlled data
|
| |\
| |
| |
| | |
ada8172 rpc: lock access to the rpc payment object (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
feee455 Fixes for ZMQ JSON-RPC endpoint names for raw tx (vtnerd)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
119f706 rpc: fix 'use_bootstrap_daemon_if_necessary' return value (xiphon)
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
d2d3a81 bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning) (xiphon)
|
| | | | |
| | | |
| | | |
| | | | |
warning)
|
| | |_|/
|/| | |
|
| | |/
|/| |
|
| |/
|
|
|
|
| |
- New flag in NOTIFY_NEW_TRANSACTION to indicate stem mode
- Stem loops detected in tx_pool.cpp
- Embargo timeout for a blackhole attack during stem phase
|
| |\
| |
| |
| | |
68a6507 Fixed bug in ZMQ JSON-RPC method field (vtnerd)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
42a7a4d daemon: auto public nodes - cache and prioritize most stable nodes (xiphon)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
81c5943 Remove temporary std::string creation in some hex->bin calls (vtnerd)
5fcc23a Move hex->bin conversion to monero copyright files and with less includes (vtnerd)
3387f0e Reduce template bloat in hex->bin for ZMQ json (vtnerd)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
82da832 rpc: Add check for too old timestamps in payment signatures. (glv2)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
80d5320 Hash domain separation (SarangNoether)
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
3627e53 rpc: fix print_pool_sh not finding local txes (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
320bc84 rpc: add --rpc-payment-allow-free-loopback (moneromooo-monero)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows RPC coming from the loopback interface to not have
to pay for service. This makes it possible to run an externally
accessible RPC server for payment while also having a local RPC
server that can be run unrestricted and payment free.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
ffe7165e wallet: reroll fake outs selection on local tx_sanity_check failure (xiphon)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
0f78b06e Various improvements to the ZMQ JSON-RPC handling: (Lee Clagett)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Finding handling function in ZMQ JSON-RPC now uses binary search
- Temporary `std::vector`s in JSON output now use `epee::span` to
prevent allocations.
- Binary -> hex in JSON output no longer allocates temporary buffer
- C++ structs -> JSON skips intermediate DOM creation, and instead
write directly to an output stream.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
69336931 rpc: fill miner_tx_hash again (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
It was removed to save duplicated generation time, but it can
be copied from another instance instead
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
716012ca rpc: drop the obsolete and wrong "unpruned size" log (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | | |
Since we now get pruned data in the first place, the "unpruned" data
size will in fact be the pruned data size, leading to confusion
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
987c3139 print_coinbase_tx_sum now supports 128 bits sums (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
The tail emission will bring the total above 64 bits
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
a2578892 --disable-ban-rpc option to prevent RPC users from banning (naughtyfox)
|
| | |/ / / / |
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
5985c5af rpc: add bad-blocks to flush_cache RPC (moneromooo-monero)
|
| | |/ / /
| | | |
| | | |
| | | | |
Flushes m_invalid_blocks in Blockchain.
|