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
*
Merge AuxPoW support from Namecore
Ross Nicoll
2019-07-13
1
-2
/
+41
*
Adjust TODO link
Pieter Wuille
2018-09-06
1
-1
/
+1
*
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-11
1
-8
/
+51
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
1
-1
/
+2
*
|
Add experimental warning to scantxoutset
Jonas Schnelli
2018-07-27
1
-0
/
+1
*
|
Swap in descriptors support into scantxoutset
Pieter Wuille
2018-07-27
1
-120
/
+46
|
/
*
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-17
1
-0
/
+289
|
\
|
*
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
1
-0
/
+1
|
*
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
1
-3
/
+8
|
*
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
1
-3
/
+12
|
*
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-15
1
-0
/
+245
|
*
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-07-12
1
-0
/
+29
*
|
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
1
-1
/
+1
*
|
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-13
1
-0
/
+4
|
/
*
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-08
1
-1
/
+1
|
\
|
*
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-30
1
-1
/
+1
*
|
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-06-05
1
-15
/
+5
|
\
\
|
|
/
|
/
|
|
*
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-20
1
-15
/
+5
*
|
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-23
1
-11
/
+301
|
\
\
|
|
/
|
/
|
|
*
RPC: Introduce getblockstats
Jorge Timón
2018-05-22
1
-0
/
+281
|
*
Refactor: RPC: Separate GetBlockChecked() from getblock()
Jorge Timón
2018-05-07
1
-11
/
+20
*
|
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
1
-4
/
+4
|
/
*
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-05
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-27
/
+27
*
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
1
-1
/
+1
*
nit: fix typo for entry description string
mryandao
2018-04-30
1
-1
/
+1
*
Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...
Wladimir J. van der Laan
2018-04-26
1
-4
/
+17
|
\
|
*
Add new fee structure with all sub-fields denominated in BTC
mryandao
2018-04-18
1
-4
/
+17
*
|
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
1
-2
/
+0
|
/
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-29
1
-1
/
+5
*
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-7
/
+7
|
\
\
|
*
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-7
/
+7
*
|
|
Remove unnecessary NONNEGATIVE_SIGNED
Russell Yanofsky
2018-03-20
1
-1
/
+1
*
|
|
Add static_assert to prevent VARINT(<signed value>)
Russell Yanofsky
2018-03-15
1
-3
/
+3
*
|
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-19
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-19
/
+19
*
|
|
Merge #12479: RPC: Add child transactions to getrawmempool verbose output
Wladimir J. van der Laan
2018-03-06
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[RPC] Add list of child transactions to verbose output of getrawmempool
Conor Scott
2018-02-25
1
-0
/
+12
*
|
|
rpc: Refactor blockhash parse in getchaintxstats
João Barbosa
2018-02-15
1
-18
/
+12
|
/
/
*
|
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-4
/
+4
|
\
\
|
*
|
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-4
/
+4
*
|
|
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-122
/
+122
|
/
/
*
/
Document method for reviewers to verify chainTxData
John Newbery
2018-02-02
1
-6
/
+8
|
/
*
qa: Sync with validationinterface queue in sync_mempools
MarcoFalke
2018-01-17
1
-0
/
+17
*
Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updat...
Wladimir J. van der Laan
2018-01-04
1
-1
/
+3
|
\
|
*
[rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolmin...
Jeff Rade
2017-12-29
1
-1
/
+3
[next]