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
/
bitcoin-tx.cpp
Age
Commit message (
Expand
)
Author
2016-06-22
[RPC] signrawtransaction can sign P2WSH
NicolasDorier
2016-06-22
BIP143: Signing logic
Pieter Wuille
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP143: Verification logic
Pieter Wuille
2016-06-22
Refactor script validation to observe amounts
Pieter Wuille
2016-06-22
BIP141: Witness program
Pieter Wuille
2016-06-07
[Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
Jonas Schnelli
2016-04-27
[bitcoin-tx] allow to set nSequence number over the in= command
Jonas Schnelli
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-15
Switch to libsecp256k1-based validation for ECDSA
Pieter Wuille
2015-10-27
constify missing catch cases
Philip Kaufmann
2015-10-22
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
*: alias -h for --help
Daniel Cousens
2015-10-20
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-25
Merge pull request #5264
Wladimir J. van der Laan
2015-08-06
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
Pavel Janík
2015-07-30
Resolve issue 3166.
mruddy
2015-07-28
Avoid leaking file descriptors in RegisterLoad
Casey Rodarmor
2015-06-26
Policy: MOVEONLY: Create policy/policy.h with some constants
Jorge Timón
2015-06-04
UniValue: prefer .size() to .count(), to harmonize w/ existing tree
Jeff Garzik
2015-05-06
Merge pull request #6047
Wladimir J. van der Laan
2015-05-04
Update key.cpp to use new libsecp256k1
Pieter Wuille
2015-04-30
Merge pull request #6022
Wladimir J. van der Laan
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-03-10
Help messages correctly formatted (79 chars)
Luca Venturini
2015-02-02
Avoid storing a reference passed to SignatureChecker constructors
Pieter Wuille
2015-02-02
Use separate SignatureChecker for CMutableTransaction
Pieter Wuille
2015-01-06
Merge pull request #5513
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2014-12-23
bitcoin-tx: Refer to the JSON fields rather than the whole object
Eric R. Schulz
2014-12-22
bitcoin-tx: Fix JSON validation of prevtxs
Eric R. Schulz
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-05
Merge pull request #5181
Wladimir J. van der Laan
2014-12-05
Merge pull request #5207
Wladimir J. van der Laan
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-04
bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to t...
mruddy
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-08
Merge pull request #4834
Pieter Wuille
[next]