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-12-29
fix testmempoolaccept CLI syntax
1Il1
2018-12-07
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-05
fix converttopsbt permitsigdata arg, add basic test
Gregory Sanders
2018-12-03
Simplify arguments to SignPSBTInput
Glenn Willen
2018-12-03
Add bool PSBTInputSigned
Glenn Willen
2018-12-03
More concise conversion of CDataStream to string
Glenn Willen
2018-11-29
Bugfix: RPC: Add address_type named param for createmultisig
Luke Dashjr
2018-11-28
Fix listreceivedbyaddress not taking address as a string
Eric Scrivner
2018-10-18
[doc] getblocktemplate: use SegWit in example
Sjors Provoost
2018-09-06
Adjust TODO link
Pieter Wuille
2018-08-21
walletcreatefundedpsbt: remove duplicate replaceable arg
Gregory Sanders
2018-08-21
Allow ConstructTransaction to not throw error with 0-input txn
Gregory Sanders
2018-08-13
Merge #13918: rpc: Replace median fee rate with feerate percentiles in getblo...
MarcoFalke
2018-08-11
Replace median fee rate with feerate percentiles
Marcin Jachymiak
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
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-27
Update copyright headers to 2018
DrahtBot
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
[next]