index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpcblockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-891
/
+0
*
Merge pull request #7194
Wladimir J. van der Laan
2016-01-18
1
-1
/
+2
|
\
|
*
Add RPC documentation for getblockheader[chainwork].
James O'Beirne
2015-12-14
1
-1
/
+2
*
|
Merge pull request #7232
Wladimir J. van der Laan
2016-01-18
1
-0
/
+1
|
\
\
|
*
|
Added help text for chainwork value
Gregory Sanders
2016-01-11
1
-0
/
+1
|
|
/
*
|
Fix typo, wrong information in gettxout help text.
paveljanik
2016-01-10
1
-2
/
+2
*
|
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
\
|
*
|
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
|
/
*
/
Fix mempool limiting for PrioritiseTransaction
Suhas Daftuar
2015-12-02
1
-2
/
+2
|
/
*
Merge pull request #7118
Wladimir J. van der Laan
2015-12-02
1
-3
/
+5
|
\
|
*
Describe maxmempool and mempoolminfee in the getmempoolinfo RPC help.
Pavel Janík
2015-12-01
1
-3
/
+5
*
|
Add a score index to the mempool.
Alex Morcos
2015-12-01
1
-0
/
+2
|
/
*
Merge pull request #7053
Wladimir J. van der Laan
2015-11-27
1
-3
/
+3
|
\
|
*
Globals: Remove a bunch of Params() calls from main.cpp:
Jorge Timón
2015-11-23
1
-3
/
+3
*
|
Merge pull request #6134
Wladimir J. van der Laan
2015-11-27
1
-0
/
+1
|
\
\
|
*
|
EstimateSmart functions consider mempool min fee
Alex Morcos
2015-11-16
1
-0
/
+1
|
|
/
*
|
Add mediantime field to getblock and getblockheader
Peter Todd
2015-11-13
1
-0
/
+4
*
|
Document new mediantime field in getblockchaininfo
Peter Todd
2015-11-13
1
-0
/
+1
*
|
Add mediantime field to getblockchaininfo RPC call
Peter Todd
2015-11-13
1
-0
/
+1
|
/
*
Merge pull request #6163
Wladimir J. van der Laan
2015-11-10
1
-2
/
+2
|
\
|
*
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-10-30
1
-2
/
+2
*
|
Merge pull request #6905
Wladimir J. van der Laan
2015-11-04
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method
Luke Dashjr
2015-10-01
1
-4
/
+4
*
|
Merge pull request #6877
Wladimir J. van der Laan
2015-10-26
1
-0
/
+3
|
\
\
|
*
|
rpc: Add maxmempool and effective min fee to getmempoolinfo
Wladimir J. van der Laan
2015-10-26
1
-0
/
+3
|
|
/
*
/
Add BIP65 to getblockchaininfo softforks list
Peter Todd
2015-10-08
1
-0
/
+1
|
/
*
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
1
-0
/
+6
*
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-09-19
1
-3
/
+2
*
Implement REST mempool API, add test and documentation.
Pavel Janík
2015-08-14
1
-44
/
+53
*
Rationalize currency unit to "BTC"
Ross Nicoll
2015-08-03
1
-2
/
+3
*
TRIVIAL: Missing includes
Jorge Timón
2015-07-23
1
-0
/
+6
*
Documenting pruned, pruneheight and softforks in getblockchaininfo
Simon Males
2015-07-19
1
-0
/
+2
*
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-10
1
-0
/
+2
*
[REST] add JSON support for /rest/headers/
Jonas Schnelli
2015-07-05
1
-2
/
+0
*
Merge pull request #6247
Wladimir J. van der Laan
2015-07-02
1
-0
/
+82
|
\
|
*
Add getblockheader RPC call
Peter Todd
2015-06-05
1
-0
/
+82
*
|
Show softfork status in getblockchaininfo
Wladimir J. van der Laan
2015-07-01
1
-0
/
+51
*
|
rpc: make `gettxoutsettinfo` run lock-free
Wladimir J. van der Laan
2015-06-16
1
-2
/
+0
|
/
*
fix missing univalue types during constructing
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-18
/
+17
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-15
/
+15
*
expicit set UniValue type to avoid empty values
Jonas Schnelli
2015-06-04
1
-13
/
+13
*
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-2
/
+2
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-5
/
+11
*
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
jtimon
2015-05-15
1
-0
/
+2
*
Typo in GetRawMemPool RPC method help: "]" --> "}"
Chris Arnesen
2015-05-14
1
-1
/
+1
*
Merge pull request #6058
Wladimir J. van der Laan
2015-05-11
1
-0
/
+12
|
\
|
*
appropriate response when trying to get a block in pruned mode
Jonas Schnelli
2015-05-11
1
-0
/
+3
|
*
add autoprune information to RPC "getblockchaininfo"
Jonas Schnelli
2015-04-26
1
-0
/
+9
[next]