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-08-01
Merge #13697: Support output descriptors in scantxoutset
Wladimir J. van der Laan
2018-07-27
Support h instead of ' in hardened descriptor paths
Pieter Wuille
2018-07-27
Add experimental warning to scantxoutset
Jonas Schnelli
2018-07-27
Swap in descriptors support into scantxoutset
Pieter Wuille
2018-07-27
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-22
Merge #12764: doc: Remove field in getblocktemplate help that has never been ...
MarcoFalke
2018-07-20
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for wa...
Wladimir J. van der Laan
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
Wladimir J. van der Laan
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-16
Create wallet RPCs for PSBT
Andrew Chow
2018-07-16
Create utility RPCs for PSBT
Andrew Chow
2018-07-15
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Refactor transaction creation and transaction funding logic
Andrew Chow
2018-07-12
Add disable privatekeys option to createwallet
Jonas Schnelli
2018-07-12
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-07-10
Merge #13547: Make signrawtransaction* give an error when amount is needed bu...
Wladimir J. van der Laan
2018-07-09
Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...
Wladimir J. van der Laan
2018-07-10
segwit support for createmultisig RPC
Anthony Towns
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-28
Error on missing amount in signrawtransaction*
Anthony Towns
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-14
have verifytxoutproof check the number of txns in proof structure
Gregory Sanders
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
[next]