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
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
Create utility RPCs for PSBT
Andrew Chow
2018-07-13
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-05
Merge #13425: Moving final scriptSig construction from CombineSignatures to P...
Wladimir J. van der Laan
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
Merge #13491: Improve handling of INVALID in IsMine
Wladimir J. van der Laan
2018-07-03
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-02
Delete double semicolon in wallet.cpp and misc.cpp
Matteo Sumberaz
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-24
Merge #13480: Avoid copies in range-for loops and add a warning to detect them
Wladimir J. van der Laan
2018-06-19
Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock
Jonas Schnelli
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-06-15
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-13
expose CBlockIndex::nTx in getblock(header)
Gregory Sanders
2018-06-11
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
rpc: Avoid "duplicate" return value for invalid submitblock
MarcoFalke
2018-06-11
Merge #13060: [wallet] [rpc] Remove getlabeladdress RPC
Wladimir J. van der Laan
2018-06-08
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-05
Merge #13288: rpc: Remove the need to include rpc/blockchain.cpp in order to ...
Wladimir J. van der Laan
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-05-30
refactor: add a function for determining if a block is pruned or not
Karl-Johan Alm
2018-05-24
Merge #13063: Use shared pointer to retain wallet instance
Wladimir J. van der Laan
2018-05-23
Merge #10757: RPC: Introduce getblockstats to plot things
Wladimir J. van der Laan
2018-05-22
RPC: Introduce getblockstats
Jorge Timón
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-20
Drop the chain argument to GetDifficulty
Ben Woosley
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-16
[wallet] [rpc] Remove getlabeladdress RPC
John Newbery
2018-05-14
Merge #12963: Fix Clang Static Analyzer warnings
MarcoFalke
2018-05-14
Merge #13116: Add Clang thread safety annotations for variables guarded by cs...
MarcoFalke
2018-05-14
Merge #12560: [wallet] Upgrade path for non-HD wallets to HD
Wladimir J. van der Laan
2018-05-12
Add 'sethdseed' RPC to initialize or replace HD seed
Chris Moore
2018-05-07
RPC Docs: gettxout*: clarify bestblock and unspent counts
David A. Harding
2018-05-07
Refactor: RPC: Separate GetBlockChecked() from getblock()
Jorge Timón
2018-05-05
Add compile time checking for all ::mempool.cs runtime locking assertions
practicalswift
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-04-30
Merge #12954: util: Refactor logging code into a global object
Pieter Wuille
2018-04-30
nit: fix typo for entry description string
mryandao
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-29
Add Clang thread safety annotations for variables guarded by cs_rpcWarmup
practicalswift
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
rpc: Move RPC_FORBIDDEN_BY_SAFE_MODE code to reserved section
Wladimir J. van der Laan
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-26
Merge #12321: p2wsh and p2sh-p2wsh address in decodescript
Wladimir J. van der Laan
2018-04-26
Merge #12240: [rpc] Introduced a new `fees` structure that aggregates all sub...
Wladimir J. van der Laan
2018-04-25
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
[next]