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
Age
Commit message (
Expand
)
Author
2021-05-03
Merge bitcoin/bitcoin#20867: Support up to 20 keys for multisig under Segwit ...
fanquake
2021-05-01
doc: fix -coinstatsindex help, and test/rpc touchups
Jon Atack
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-28
rpc/util: multisig: only check redeemScript size is <= 520 for P2SH
Antoine Poinsot
2021-04-27
Merge bitcoin/bitcoin#21523: validation: run VerifyDB on all chainstates
MarcoFalke
2021-04-23
validation: prepare VerifyDB for assumeutxo
James O'Beirne
2021-04-23
refactor: rename active_chainstate in VerifyDB
James O'Beirne
2021-04-23
multiprocess: Add echoipc RPC method and test
Russell Yanofsky
2021-04-21
Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
rpc: gettxoutsetinfo rejects hash_serialized_2 for specific height
Fabian Jahr
2021-04-19
rpc: Allow gettxoutsetinfo and getblockstats for stale blocks
Fabian Jahr
2021-04-19
index, rpc: Add use_index option for gettxoutsetinfo
Fabian Jahr
2021-04-19
rpc, index: Add verbose amounts tracking to Coinstats index
Fabian Jahr
2021-04-19
rpc: Add Coinstats index to getindexinfo
Fabian Jahr
2021-04-19
rpc: gettxoutsetinfo can be requested for specific blockheights
Fabian Jahr
2021-04-19
index: Coinstats index can be activated with command line flag
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-19
refactor: Add and use EnsureConnman in rpc code
MarcoFalke
2021-04-19
Merge #21679: rpc: Keep default argument value in correct type
MarcoFalke
2021-04-19
Merge #21718: rpc: Improve error message for getblock invalid datatype.
fanquake
2021-04-18
rpc: Improve getblock error message for invalid data type.
klementtan
2021-04-17
Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules
MarcoFalke
2021-04-17
rpc: Check default value type againts argument type
João Barbosa
2021-04-17
rpc: Keep default argument value in correct type
João Barbosa
2021-04-15
Merge #21377: Speedy trial support for versionbits
fanquake
2021-04-14
rpc/rest: Take and reuse local Chain/ChainState obj
Carl Dong
2021-04-14
rpc: style: Improve BuriedForkDescPushBack signature
Carl Dong
2021-04-14
rpc: Remove unnecessary casting of block height
Carl Dong
2021-04-14
rpc: Tidy up local references (see commit message)
Carl Dong
2021-04-14
rest/rpc: Remove now-unused old Ensure functions
Carl Dong
2021-04-14
scripted-diff: rest/rpc: Use renamed EnsureAny*()
Carl Dong
2021-04-14
rpc: Add renamed EnsureAny*() functions
Carl Dong
2021-04-14
Merge #21666: Miscellaneous external signer changes
fanquake
2021-04-13
Merge #21575: refactor: Create blockstorage module
fanquake
2021-04-13
external_signer: remove ExternalSignerException
fanquake
2021-04-13
external_signer: use const where appropriate
fanquake
2021-04-13
refactor: add missing includes to external signer code
fanquake
2021-04-13
Merge #21467: Move external signer out of wallet module
fanquake
2021-04-12
rpc: Add alt Ensure* functions acepting NodeContext
Carl Dong
2021-04-12
versionbits: Add explicit NEVER_ACTIVE deployments
Anthony Towns
2021-04-12
versionbits: Add support for delayed activation
Anthony Towns
2021-04-11
Merge #21602: rpc: add additional ban time fields to listbanned
MarcoFalke
2021-04-08
rpc: add help for enumeratesigners and walletdisplayaddress
Sjors Provoost
2021-04-08
Move external signer out of wallet module
Sjors Provoost
2021-04-08
Merge #21574: Drop JSONRPCRequest constructors after #21366
MarcoFalke
2021-04-07
Merge #21594: rpc: add network field to getnodeaddresses
W. J. van der Laan
2021-04-07
rpc: improve getnodeaddresses help
Jon Atack
2021-04-07
rpc: simplify/constify getnodeaddresses code
Jon Atack
2021-04-07
rpc: add network field to rpc getnodeaddresses
Jon Atack
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
[next]