Commit Graph

538 Commits (47f78dc11a9e7744336395884b9d9bbbbc7bb29a)

Author SHA1 Message Date
Alexander Blair 976fcb5985
Merge pull request #7024
4 years ago
Alexander Blair 7cd0c64210
Merge pull request #6948
4 years ago
luigi1111 9945ca7a62
Merge pull request #6960
4 years ago
luigi1111 bb56248acd
Merge pull request #6949
4 years ago
luigi1111 7539d4ac74
Merge pull request #6895
4 years ago
luigi1111 678237835f
Merge pull request #6892
4 years ago
xiphon 0363476ee3 rpc: get_info - add 'synchronized' field
4 years ago
xiphon aaf837cf5f rpc: skip non-synced bootstrap daemons in --no-sync mode too
4 years ago
xiphon 5569a8e426 rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
4 years ago
Lee Clagett aad780bcfa Fix CLI and unrestricted RPC relay_tx with stempool
4 years ago
Howard Chu 65903d2cfc
Add rpc-restricted-bind-ip option
4 years ago
Alexis Enston b49f48962b fix next_seed_height regression in getblocktemplate rpc
4 years ago
xiphon 4cf3545a31 core_rpc_server: on_get_blocks - forward bootstrap daemon error
4 years ago
xiphon ad7ea2c60c core_rpc_server: on_send_raw_tx - fix bootstrap daemon mode check
4 years ago
TheCharlatan 80e535c95a
wallet2: adapt to deterministic unlock time
4 years ago
moneromooo-monero 5498142e8f
rpc: assume randomx from v13 onwards
4 years ago
Riccardo Spagni aefa7740c3
Merge pull request #6111
4 years ago
moneromooo-monero 9d42649d58
core: fix mining from a block that's not the current top
4 years ago
moneromooo-monero 82ee01699c
Integrate CLSAGs into monero
4 years ago
Alexander Blair 27b49033fd
Merge pull request #6763
4 years ago
Alexander Blair d73b1b6560
Merge pull request #6727
4 years ago
xiphon 728ba38b11 rpc: always send raw txes through P2P (don't use bootstrap daemon)
4 years ago
moneromooo-monero 13eee1d6ab
rpc: reject wrong sized txid
4 years ago
moneromooo-monero c1b03fb1a6
rpc: return empty txid get_outs rather than 00..00 when not requested
4 years ago
Alexander Blair a0d179e528
Merge pull request #6512
4 years ago
luigi1111 3057f52f89
Merge pull request #6599
4 years ago
luigi1111 be170c485c
Merge pull request #6584
4 years ago
moneromooo-monero 6e4a55ba7e
rpc: fix relay_tx error return mixup
4 years ago
moneromooo-monero 78d435a5fa
rpc: don't display invalid json errors on default log level
4 years ago
moneromooo-monero 4d3c2d0b7b
rpc: add a sanity limit to a few RPC in restricted mode
4 years ago
SomaticFanatic 5ef0607da6 Update copyright year to 2020
4 years ago
luigi1111 de025281dc
Merge pull request #6481
4 years ago
luigi1111 ec90f9a54b
Merge pull request #6453
4 years ago
xiphon 119f706921 rpc: fix 'use_bootstrap_daemon_if_necessary' return value
4 years ago
xiphon d2d3a81d0e bootstrap_daemon: fix missing virtual destructor and lambda capture (clang warning)
4 years ago
luigi1111 0150a480fd
Merge pull request #6357
4 years ago
xiphon 6d6af701ec cryptonote_basic: drop unused verification_context::m_not_rct field
4 years ago
luigi1111 94f44d4ee3
Merge pull request #6325
4 years ago
luigi1111 ccc3726d86
Merge pull request #6260
4 years ago
Lee Clagett babf25d2ec Allow unrestricted rpc calls to get full txpool info
4 years ago
Alexander Blair 8cb005b39c
Merge pull request #6289
4 years ago
Lee Clagett 02d887c2e5 Adding Dandelion++ support to public networks:
4 years ago
moneromooo-monero 320bc845b3
rpc: add --rpc-payment-allow-free-loopback
4 years ago
Alexander Blair f3fddd935f
Merge pull request #6259
4 years ago
Alexander Blair 9ea7df3b31
Merge pull request #6242
4 years ago
Alexander Blair 4371ac4265
Merge pull request #6225
4 years ago
Alexander Blair e22655a187
Merge pull request #6215
4 years ago
Alexander Blair 4da37daf67
Merge pull request #6211
4 years ago
xiphon 42a7a4dd32 daemon: auto public nodes - cache and prioritize most stable nodes
4 years ago
luigi1111 39e1890276
Merge pull request #6198
4 years ago
moneromooo-monero 3627e53aab
rpc: fix print_pool_sh not finding local txes
4 years ago
Alexander Blair 25c1bd4714
Merge pull request #6035
4 years ago
Alexander Blair e8f94e7f1d
Merge pull request #6173
4 years ago
Alexander Blair 93d49c1a54
Merge pull request #6172
4 years ago
xiphon ffe7165ebf wallet: reroll fake outs selection on local tx_sanity_check failure
4 years ago
moneromooo-monero 6933693179
rpc: fill miner_tx_hash again
4 years ago
moneromooo-monero 716012ca3a
rpc: drop the obsolete and wrong "unpruned size" log
4 years ago
moneromooo-monero 987c3139dc
print_coinbase_tx_sum now supports 128 bits sums
4 years ago
naughtyfox a2578892c0 --disable-ban-rpc option to prevent RPC users from banning
5 years ago
moneromooo-monero 5985c5afe8
rpc: add bad-blocks to flush_cache RPC
5 years ago
moneromooo-monero 5f2a32c15a
daemon: run with -rpc-payment-address and --rpc-restricted-bind-port
5 years ago
moneromooo-monero b90c4bc39e
rpc: error out from get_info if the proxied call errors out
5 years ago
moneromooo-monero d56a483abe
rpc: do not propagate exceptions out of a dtor
5 years ago
moneromooo-monero 3c849188ab
rpc: always set the update field in update on sucess
5 years ago
moneromooo-monero 8231c7cd04
rpc: fix bootstrap RPC payment RPC being made in raw JSON, not JSON RPC
5 years ago
moneromooo-monero 81c2658989
rpc: don't auto fail RPC needing payment in bootstrap mode
5 years ago
moneromooo-monero d7cf872767
rpc: add received_timestamp for pool txes in gettransactions
5 years ago
Lee Clagett 5d7ae2d279 Adding support for hidden (anonymity) txpool
5 years ago
Riccardo Spagni da31077bed
Merge pull request #6047
5 years ago
moneromooo-monero ebc6ce44f4
cryptonote: untangle dependency from miner to blockchain
5 years ago
xiphon 2e2bf8a207 daemon: always use bootstrap daemon (if set) in '--no-sync' mode
5 years ago
luigi1111 ef8b3a15b4
Merge pull request #6017
5 years ago
moneromooo-monero a4dc575ccb
rpc: add a flush_cache RPC
5 years ago
moneromooo-monero 2899379791
daemon, wallet: new pay for RPC use system
5 years ago
Nathan Dorfman 57346864a3 rpc: Include tag in get_info version string
5 years ago
moneromooo-monero b3a9a4d99d
add a quick early out to get_blocks.bin when up to date
5 years ago
luigi1111 c81884f088
Merge pull request #5964
5 years ago
luigi1111 dc48cdc998
Merge pull request #5933
5 years ago
luigi1111 bf525793c7
Merge pull request #5915
5 years ago
Doyle fd4846134d Print cdifficulty and don't serialize miner tx hash twice
5 years ago
moneromooo-monero 8330e772f1
monerod can now sync from pruned blocks
5 years ago
Howard Chu 81c2ad6d5b
RandomX integration
5 years ago
moneromooo-monero 3455efafa8
ban peers sending bad pow outright
5 years ago
luigi1111 3f6096867d
Merge pull request #5916
5 years ago
luigi1111 ee6e849627
Merge pull request #5877
5 years ago
moneromooo-monero 7b076d5170
p2p: fix bans taking port into account
5 years ago
luigi1111 85962ee8e2
Merge pull request #5872
5 years ago
luigi1111 253786c8ea
Merge pull request #5833
5 years ago
luigi1111 0198b76217
Merge pull request #5799
5 years ago
Jesus Ramirez 2cd4fd8972 Changed the use of boost:value_initialized for C++ list initializer
5 years ago
moneromooo-monero 495a7e5b97
rpc: don't include an address in mining_status when not mining
5 years ago
xiphon 082730b6e5 daemon: automatic public nodes discovering and bootstrap daemon switching
5 years ago
moneromooo-monero 33e91e1a1e
wallet, rpc: add a release field to get_version
5 years ago
xiphon 289d21500c rpc: fix unitialized 'core_rpc_server::m_was_bootstrap_ever_used'
5 years ago
luigi1111 c9df9d683a
Merge pull request #5696
5 years ago
moneromooo-monero fd60d05d5d
daemon: fix print_pl only printing public zone peers
5 years ago
luigi1111 56b98c7003
Merge pull request #5728
5 years ago
luigi1111 df064eaa36
Merge pull request #5649
5 years ago
luigi1111 0ba675622f
Merge pull request #5634
5 years ago
luigi1111 0e986a86d5
Merge pull request #5607
5 years ago