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
/
rpc
/
blockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-2
/
+2
*
|
|
|
add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for tests
Cory Fields
2016-09-07
1
-0
/
+147
|
/
/
/
*
|
|
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
Wladimir J. van der Laan
2016-09-02
1
-1
/
+1
|
\
\
\
|
*
|
|
C++11: s/boost::scoped_ptr/std::unique_ptr/
Jorge Timón
2016-09-01
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-08-25
1
-2
/
+2
|
/
/
*
|
Consensus: Remove ISM
NicolasDorier
2016-07-23
1
-20
/
+16
*
|
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-2
/
+2
|
/
*
The bit field is shown only when status is "started"
Pavel Janík
2016-06-28
1
-1
/
+1
*
Merge #8258: RPC: Hide softfork if timeout is 0
Wladimir J. van der Laan
2016-06-27
1
-3
/
+12
|
\
|
*
RPC: Hide softfork if timeout is 0
jl2012
2016-06-25
1
-3
/
+12
*
|
Merge #8244: remove unnecessary LOCK(cs_main) in getrawpmempool
Wladimir J. van der Laan
2016-06-25
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
remove unnecessary LOCK(cs_main)
Daniel Cousens
2016-06-23
1
-2
/
+0
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-0
/
+2
*
|
[RPC] Return witness data in blockchain RPCs
Johnson Lau
2016-06-22
1
-0
/
+2
*
|
BIP141: Commitment structure and deployment
Pieter Wuille
2016-06-22
1
-0
/
+1
|
/
*
Add ancestor statistics to mempool entry RPC output
Suhas Daftuar
2016-06-09
1
-0
/
+6
*
Add getmempoolentry RPC call
Suhas Daftuar
2016-06-09
1
-0
/
+34
*
Add getmempooldescendants RPC call
Suhas Daftuar
2016-06-09
1
-1
/
+66
*
Add getmempoolancestors RPC call
Suhas Daftuar
2016-05-17
1
-0
/
+65
*
Refactor logic for converting mempool entries to JSON
Suhas Daftuar
2016-05-17
1
-39
/
+51
*
Rename ReconsiderBlock func to reflect real behavior
instagibbs
2016-05-09
1
-1
/
+1
*
Remove state arg from ReconsiderBlock
instagibbs
2016-05-06
1
-5
/
+3
*
Merge #7916: Explicitly pass CChainParams& to DisconnectTip()
Wladimir J. van der Laan
2016-04-21
1
-1
/
+1
|
\
|
*
Pass CChainParams to DisconnectTip()
face
2016-04-19
1
-1
/
+1
*
|
Merge #7827: Speed up getchaintips.
Wladimir J. van der Laan
2016-04-19
1
-8
/
+21
|
\
\
|
*
|
Speed up getchaintips.
mrbandrews
2016-04-18
1
-8
/
+21
*
|
|
rpc: make sure `gettxoutsetinfo` hash has txids
Wladimir J. van der Laan
2016-04-15
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge #7756: Add cursor to iterate over utxo set, use this in `gettxoutsetinfo`
Wladimir J. van der Laan
2016-04-15
1
-1
/
+57
|
\
\
|
*
|
txdb: Add Cursor() method to CCoinsView to iterate over UTXO set
Wladimir J. van der Laan
2016-04-15
1
-1
/
+57
|
|
/
*
/
getblockchaininfo: make bip9_softforks an object, not an array.
Rusty Russell
2016-04-13
1
-8
/
+6
|
/
*
RPC: add versionHex in getblock and getblockheader JSON results; expand data ...
mruddy
2016-04-04
1
-1
/
+15
*
Merge #7766: rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-0
/
+28
|
\
|
*
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-03-31
1
-0
/
+28
*
|
Add CHECKSEQUENCEVERIFY softfork through BIP9
Pieter Wuille
2016-03-18
1
-0
/
+1
|
/
*
Softfork status report in RPC
Pieter Wuille
2016-03-15
1
-0
/
+22
*
use cached block hash in blockToJSON()
Pavel Vasin
2016-03-12
1
-1
/
+1
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-0
/
+891
[prev]