index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
core_rpc_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rpc: fix wrongly formatted JSON for pruned tx
stoffu
2018-10-22
1
-19
/
+12
*
Merge pull request #4659
Riccardo Spagni
2018-10-20
1
-6
/
+8
|
\
|
*
rpc: fix output distribution caching ignoring chain changes
moneromooo-monero
2018-10-19
1
-6
/
+8
*
|
tx_pool: revert #4592 and move bin2hex conversion to on_get_transaction_pool
stoffu
2018-10-18
1
-0
/
+2
|
/
*
rpc: fixed typo in JSON command error response message
AnythingTechPro
2018-10-04
1
-1
/
+1
*
Merge pull request #4399
Riccardo Spagni
2018-09-21
1
-1
/
+10
|
\
|
*
rpc: allow pruning of json encoded txs
cryptochangements34
2018-09-17
1
-1
/
+10
*
|
Merge pull request #4378
Riccardo Spagni
2018-09-21
1
-0
/
+2
|
\
\
|
*
|
rpc: add a "is an update available" flag in get_info
moneromooo-monero
2018-09-14
1
-0
/
+2
*
|
|
Merge pull request #4373
Riccardo Spagni
2018-09-21
1
-0
/
+1
|
\
\
\
|
*
|
|
rpc: add cumulative difficulty in block header data
moneromooo-monero
2018-09-13
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #4354
Riccardo Spagni
2018-09-18
1
-1
/
+7
|
\
\
\
|
*
|
|
rpc: return "already mining" in start_mining if already mining
moneromooo-monero
2018-09-09
1
-1
/
+7
*
|
|
|
Merge pull request #4344
Riccardo Spagni
2018-09-18
1
-1
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
rpc: don't include start time if restricted
moneromooo-monero
2018-09-07
1
-1
/
+1
|
|
/
/
*
|
/
remove obsolete daemon selection of fake outs and old tx construction
moneromooo-monero
2018-09-14
1
-71
/
+0
|
|
/
|
/
|
*
|
v8: per byte fee, pad bulletproofs, fixed 11 ring size
moneromooo-monero
2018-09-11
1
-9
/
+10
|
/
*
Merge pull request #4033
luigi1111
2018-07-19
1
-2
/
+18
|
\
|
*
rpc: add a non binary get_transaction_pool_hashes RPC
moneromooo-monero
2018-06-21
1
-2
/
+18
*
|
Merge pull request #4013
luigi1111
2018-07-19
1
-0
/
+2
|
\
\
|
*
|
rpc: add blockchain disk size to getinfo
moneromooo-monero
2018-06-20
1
-0
/
+2
|
|
/
*
|
Merge pull request #3981
luigi1111
2018-07-19
1
-32
/
+14
|
\
\
|
*
|
db: store cumulative rct output distribution in the db for speed
moneromooo-monero
2018-07-13
1
-32
/
+14
*
|
|
Merge pull request #3973
luigi1111
2018-07-19
1
-2
/
+14
|
\
\
\
|
*
|
|
alt_chain_info can now give more info about a particular alt chain
moneromooo-monero
2018-06-26
1
-2
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #3854
luigi1111
2018-07-19
1
-0
/
+64
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
update get_info RPC and bump RPC version
victorsintnicolaas
2018-06-29
1
-0
/
+2
|
*
|
add --regtest and --fixed-difficulty for regression testing
victorsintnicolaas
2018-06-29
1
-0
/
+62
*
|
|
rpc: rework to avoid repeated calculations in get_blocks.bin
moneromooo-monero
2018-06-26
1
-25
/
+12
*
|
|
replace std::list with std::vector on some hot paths
moneromooo-monero
2018-06-26
1
-16
/
+21
*
|
|
rpc: sanity check on number of txes in a block
moneromooo-monero
2018-06-26
1
-0
/
+6
*
|
|
rpc: add option to skip coinbase info in get_blocks.bin
moneromooo-monero
2018-06-26
1
-4
/
+7
|
|
/
|
/
|
*
|
Merge pull request #3892
luigi1111
2018-06-07
1
-6
/
+7
|
\
\
|
*
|
rpc: convert distribution to cumulative after caching
moneromooo-monero
2018-05-31
1
-6
/
+7
*
|
|
rpc: the cache is still for non cumulative on that branch
moneromooo-monero
2018-06-01
1
-0
/
+7
|
|
/
|
/
|
*
|
Merge pull request #3561
luigi1111
2018-05-31
1
-6
/
+7
|
\
\
|
*
|
Core RPC: optionally add POW hash to block_header_response
stoffu
2018-04-05
1
-6
/
+7
*
|
|
rpc: fix get_output_distribution cache for the cumulative case
moneromooo-monero
2018-05-30
1
-0
/
+7
|
|
/
|
/
|
*
|
db_lmdb: save pruned and prunable tx data separately
moneromooo-monero
2018-05-23
1
-17
/
+2
*
|
speed up get_output_distribution (and precalc common case)
moneromooo-monero
2018-05-21
1
-1
/
+16
*
|
speedup get_output_histogram for all amounts when min_count > 0
moneromooo-monero
2018-04-23
1
-1
/
+1
*
|
Merge pull request #3672
Riccardo Spagni
2018-04-21
1
-0
/
+34
|
\
\
|
*
|
add top height to get_output_distribution, and cache it for rct
moneromooo-monero
2018-04-19
1
-0
/
+33
|
*
|
rpc: add missing perf timer for get_output_distribution
moneromooo-monero
2018-04-19
1
-0
/
+1
*
|
|
Merge pull request #3549
Riccardo Spagni
2018-04-12
1
-8
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rpc: allow getting pruned blocks from gettransactions
moneromooo-monero
2018-04-07
1
-8
/
+12
|
|
/
*
/
fix lambda compile error on openbsd
moneromooo-monero
2018-03-27
1
-1
/
+1
|
/
*
Merge pull request #3336
Riccardo Spagni
2018-03-16
1
-2
/
+2
|
\
|
*
Fix typos in various files
Dimitris Apostolou
2018-03-15
1
-2
/
+2
*
|
add RPC to get a histogram of outputs of a given amount
moneromooo-monero
2018-03-16
1
-0
/
+35
|
/
[next]