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
2020-09-07
Merge #19478: Remove CTxMempool::mapLinks data structure member
MarcoFalke
2020-09-05
Remove mempool global
MarcoFalke
2020-09-04
rawtransaction: fix argument in combinerawtransaction help message
Matthew Zipkin
2020-09-04
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
2020-09-04
Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an...
Wladimir J. van der Laan
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-28
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-28
Merge #19646: doc: Updated outdated help command for getblocktemplate
Wladimir J. van der Laan
2020-08-25
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-08-24
UNIX_EPOCH_TIME fixup in rpc getnettotals
Jon Atack
2020-08-24
Add in/out connections to rpc getnetworkinfo
Jon Atack
2020-08-24
Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...
Wladimir J. van der Laan
2020-08-21
docs: Correct description for getblockstats's txs field
Nadav Ivgi
2020-08-20
Merge #19550: rpc: Add getindexinfo RPC
Wladimir J. van der Laan
2020-08-19
doc: Fix getmempoolancestor RPC result doc
MarcoFalke
2020-08-16
rpc: Add getindexinfo RPC
Fabian Jahr
2020-08-15
Updated outdated help command for getblocktemplate (fixes #19625)
Jake Leventhal
2020-08-15
rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction
Jon Atack
2020-08-15
Merge #15937: Add loadwallet and createwallet load_on_startup options
Samuel Dobson
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
MarcoFalke
2020-08-14
rpc: Remove unused return type from appendCommand
MarcoFalke
2020-08-14
Merge #19455: rpc generate: print useful help and error message
Wladimir J. van der Laan
2020-08-14
Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-14
Merge #19644: rpc: document returned error fields as optional if applicable
Samuel Dobson
2020-08-13
Add loadwallet and createwallet RPC load_on_startup options
Russell Yanofsky
2020-08-13
Merge #18654: rpc: separate bumpfee's psbt creation function into psbtbumpfee
Samuel Dobson
2020-08-12
Merge #19696: rpc: Fix addnode remove command error
Wladimir J. van der Laan
2020-08-12
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
scripted-diff: rename misbehavior members
John Newbery
2020-08-12
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
Merge #19316: [net] Cleanup logic around connection types
fanquake
2020-08-11
rpc: Improve addnode remove command error message
Fabian Jahr
2020-08-07
[net/refactor] Add AddrFetch connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add feeler connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Add manual connections to ConnectionType enum
Amiti Uttarwar
2020-08-06
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-03
Merge #19326: Simplify hash.h interface using Spans
Wladimir J. van der Laan
2020-08-02
rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc)
MarcoFalke
2020-08-02
rpc: Limit echo to 10 args
MarcoFalke
2020-08-02
refactor: Use C++11 range based for loops to simplify rpc code
MarcoFalke
2020-08-02
rpc: Treat all args after a hidden arg as hidden as well
MarcoFalke
2020-08-02
rpc: document returned error fields as optional if applicable
Sebastian Falbesoner
2020-07-31
Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ.
MarcoFalke
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-26
rpc: Avoid useless mempool query in gettxoutproof
MarcoFalke
2020-07-26
rpc: Style fixups in gettxoutproof
MarcoFalke
2020-07-24
rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ent...
Chris L
2020-07-19
rpc: deduplicate WriteHDKeypath() used in decodepsbt
Sebastian Falbesoner
2020-07-16
Merge #16525: Dump transaction version as an unsigned integer in RPC/TxToUniv
Wladimir J. van der Laan
[next]