| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/
|
|
|
|
| |
- 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.
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
5f2a32c daemon: run with -rpc-payment-address and --rpc-restricted-bind-port (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
2f8f3a94 rpc: base flush_cache request/response on the new base structs (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b90c4bc3 rpc: error out from get_info if the proxied call errors out (moneromooo-monero)
fa16df99 make_test_signature: exit nicely on top level exception (moneromooo-monero)
054b2621 node_rpc_proxy: init some new rpc payment fields in invalidate (moneromooo-monero)
d0faae2a rpc: init a few missing client_info members (moneromooo-monero)
d56a483a rpc: do not propagate exceptions out of a dtor (moneromooo-monero)
3c849188 rpc: always set the update field in update on sucess (moneromooo-monero)
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Coverity 205410
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Coverity 205414
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Coverity 205415
|
| | | |/ /
| |/| |
| | | |
| | | | |
Coverity 205416
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
8231c7cd rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC (moneromooo-monero)
81c26589 rpc: don't auto fail RPC needing payment in bootstrap mode (moneromooo-monero)
|
| | | | | | |
|
| | |/ / / |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
d7cf8727 rpc: add received_timestamp for pool txes in gettransactions (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
a7a40e28 Actually concatenate error strings. (Bert Peters)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
dce6f05 rpc: Only show version string if it matches expected pattern (ndorf)
3293780 daemon: Use rpc for 'version' command (ndorf)
|
| | |/ / |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
ebc6ce44f cryptonote: untangle dependency from miner to blockchain (moneromooo-monero)
|