index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
blockchain.h
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-15
node: Add reference to mempool in NodeContext
MarcoFalke
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-05-02
rpc: Add lock annotations to block{,header}ToJSON
MarcoFalke
2019-02-25
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2018-09-09
rpc: Remove cs_main lock from blockToJSON and blockHeaderToJSON
João Barbosa
2018-09-03
doc: correct GetDifficulty doc after #13288
fanquake
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-03-29
refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit
Wladimir J. van der Laan
2017-03-27
refactor: Move RPCNotifyBlockChange out of `rpc/server.h`
Wladimir J. van der Laan
2017-03-27
refactor: Move GetDifficulty out of `rpc/server.h`
Wladimir J. van der Laan