index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a sanity check to RPC input data size
moneromooo-monero
2022-04-21
1
-0
/
+2
*
[release-v0.17] Don't require --rpc-login with --rpc-access-control-origins
Jeffrey
2022-03-25
1
-6
/
+0
*
Merge pull request #8084
luigi1111
2021-11-26
1
-0
/
+15
|
\
|
*
rpc: fix DoS vector in get_output_distribution
moneromooo-monero
2021-10-24
1
-0
/
+15
*
|
Add calcpow RPC
Howard Chu
2021-11-20
3
-1
/
+62
*
|
Merge pull request #7997
luigi1111
2021-11-09
5
-19
/
+68
|
\
\
|
|
/
|
/
|
|
*
daemon: allow proxy configuration
anon
2021-10-06
2
-3
/
+7
|
*
bootstrap_daemon: proxy configuration support
xiphon
2021-10-06
5
-18
/
+63
*
|
Merge pull request #7959
luigi1111
2021-10-11
1
-2
/
+14
|
\
\
|
|
/
|
/
|
|
*
rpc: Fix get_transactions failing when not found
Nathan Dorfman
2021-09-20
1
-2
/
+14
*
|
RPC and ZeroMQ APIs to support p2pool
SChernykh
2021-09-21
5
-15
/
+189
|
/
*
rpc: limit the number of txes for get_blocks.bin
moneromooo-monero
2020-12-29
2
-5
/
+5
*
Merge pull request #7174
Alexander Blair
2020-12-26
2
-2
/
+13
|
\
|
*
restrict public node checks a little
moneromooo-monero
2020-12-22
2
-2
/
+13
*
|
rpc: get_info - add 'synchronized' field
xiphon
2020-12-23
2
-0
/
+3
|
/
*
rpc: add a busy_syncing field to get_info
moneromooo-monero
2020-12-17
2
-1
/
+4
*
protocol: drop origin IP if a block fails to verify in sync mode
moneromooo-monero
2020-12-10
1
-5
/
+1
*
Merge pull request #7010
Alexander Blair
2020-12-01
3
-3
/
+53
|
\
|
*
Add rpc-restricted-bind-ip option
Howard Chu
2020-11-11
3
-3
/
+53
*
|
Merge pull request #7040
Alexander Blair
2020-11-24
3
-17
/
+21
|
\
\
|
*
|
rpc: skip non-synced bootstrap daemons in --no-sync mode too
xiphon
2020-11-23
3
-17
/
+21
|
|
/
*
/
rpc: on_send_raw_tx - add missing CHECK_CORE_READY
xiphon
2020-11-22
1
-0
/
+4
|
/
*
Merge pull request #6966
luigi1111
2020-11-04
1
-2
/
+8
|
\
|
*
Fix CLI and unrestricted RPC relay_tx with stempool
Lee Clagett
2020-10-14
1
-2
/
+8
*
|
rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P
xiphon
2020-11-02
1
-0
/
+5
|
/
*
Merge pull request #6894
v0.17.1.0
luigi1111
2020-10-13
1
-0
/
+7
|
\
|
*
fix next_seed_height regression in getblocktemplate rpc
Alexis Enston
2020-10-12
1
-0
/
+7
*
|
core_rpc_server: on_get_blocks - forward bootstrap daemon error
xiphon
2020-10-13
1
-3
/
+11
|
/
*
wallet2: adapt to deterministic unlock time
TheCharlatan
2020-09-15
4
-1
/
+7
*
rpc: assume randomx from v13 onwards
moneromooo-monero
2020-09-07
1
-2
/
+2
*
Merge pull request #6111
Riccardo Spagni
2020-09-06
1
-15
/
+11
|
\
|
*
core: fix mining from a block that's not the current top
moneromooo-monero
2020-08-27
1
-15
/
+11
*
|
Merge pull request #6770
luigi1111
2020-08-31
1
-1
/
+5
|
\
\
|
*
|
Fix ZMQ pruned bulletproof transactions
Lee Clagett
2020-08-19
1
-1
/
+5
*
|
|
Integrate CLSAGs into monero
moneromooo-monero
2020-08-27
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #6763
Alexander Blair
2020-08-27
1
-41
/
+54
|
\
\
|
*
|
rpc: always send raw txes through P2P (don't use bootstrap daemon)
xiphon
2020-08-16
1
-41
/
+54
*
|
|
replace most boost serialization with existing monero serialization
moneromooo-monero
2020-08-17
2
-15
/
+71
|
|
/
|
/
|
*
|
Merge pull request #6727
Alexander Blair
2020-08-16
1
-6
/
+4
|
\
\
|
*
|
rpc: reject wrong sized txid
moneromooo-monero
2020-07-30
1
-6
/
+4
*
|
|
Merge pull request #6722
Alexander Blair
2020-08-16
1
-1
/
+2
|
\
\
\
|
*
|
|
rpc: return empty txid get_outs rather than 00..00 when not requested
moneromooo-monero
2020-07-25
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #6603
Alexander Blair
2020-08-16
2
-5
/
+1
|
\
\
\
|
*
|
|
Change ZMQ-JSON txextra to hex and remove unnecessary base fields
Lee Clagett
2020-08-14
2
-5
/
+1
*
|
|
|
Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster
Lee Clagett
2020-08-14
6
-11
/
+15
*
|
|
|
Fix pruned tx for ZMQ's GetBlocksFast
Lee Clagett
2020-08-14
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Adding ZMQ/Pub support for txpool_add and chain_main events
Lee Clagett
2020-05-04
6
-53
/
+788
|
|
/
|
/
|
*
|
Merge pull request #6512
Alexander Blair
2020-07-19
25
-25
/
+25
|
\
\
|
*
|
Update copyright year to 2020
SomaticFanatic
2020-05-06
25
-25
/
+25
|
|
/
*
|
Merge pull request #6627
luigi1111
2020-07-08
1
-1
/
+1
|
\
\
[next]