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
/
rawtransaction.cpp
Age
Commit message (
Expand
)
Author
2018-08-28
Merge #13723: PSBT key path cleanups
Wladimir J. van der Laan
2018-08-25
Merge #13429: Return the script type from Solver
Wladimir J. van der Laan
2018-08-23
Merge #12559: Avoid locking cs_main in some wallet RPC
Wladimir J. van der Laan
2018-08-23
rpc: Avoid locking cs_main in some wallet RPC
João Barbosa
2018-08-14
Allow ConstructTransaction to not throw error with 0-input txn
Gregory Sanders
2018-08-13
Make SignPSBTInput operate on a private SignatureData object
Pieter Wuille
2018-08-13
Introduce KeyOriginInfo for fingerprint + path
Pieter Wuille
2018-08-09
Use pushKV in some new PSBT RPCs.
Daniel Kraft
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-22
Return the script type from Solver
Ben Woosley
2018-07-18
Merge #13557: BIP 174 PSBT Serializations and RPCs
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-13
Refactor transaction creation and transaction funding logic
Andrew Chow
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-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-03
Replace CombineSignatures with ProduceSignature
Andrew Chow
2018-07-03
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-06-28
Error on missing amount in signrawtransaction*
Anthony Towns
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-17
Add P2WSH destination helper and use it instead of manual hashing
Pieter Wuille
2018-06-14
have verifytxoutproof check the number of txns in proof structure
Gregory Sanders
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-05-22
wallet: Use shared pointer to retain wallet instance
João Barbosa
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
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-25
[rpc] Public interfaces to GetTransaction block until synced.
Jim Posen
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-13
Expose a transaction's weight via RPC
Matt Corallo
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-11
rpc: Drop redundant testing of signrawtransaction prevtxs args
Ben Woosley
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-08
list the types of scripts we should consider for a witness program
fivepiece
2018-04-02
doc: Add testmempoolaccept to release-notes
MarcoFalke
2018-04-02
Merge #11742: rpc: Add testmempoolaccept
Wladimir J. van der Laan
2018-03-26
rpc: Adjust ifdef to avoid unreachable code
practicalswift
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
Merge #11872: [rpc] createrawtransaction: Accept sorted outputs
Wladimir J. van der Laan
2018-03-11
rpc: Update createrawtransaction examples
MarcoFalke
2018-03-07
[rpc] createrawtransaction: Accept sorted outputs
MarcoFalke
2018-03-06
p2wpkh, p2wsh and p2sh-nested scripts in decodescript
fivepiece
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-17
Split signrawtransaction into wallet and non-wallet
Andrew Chow
[next]