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
/
rpcrawtransaction.cpp
Age
Commit message (
Expand
)
Author
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-02-04
Merge pull request #5711
Wladimir J. van der Laan
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-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-26
Merge pull request #5575
Wladimir J. van der Laan
2015-01-06
Merge pull request #5513
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
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-30
RPCWallet: Notate all account stuff as deprecated
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-11
signrawtransaction: validate private key.
Pavel JanÃk
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-20
Update comments in src/rpc* to be doxygen compatible
Michael Ford
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-10-07
Merge pull request #5047
Wladimir J. van der Laan
2014-10-06
minor txindex documentation improvement
Cozz Lovan
2014-10-02
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-23
Use ModifyCoins instead of mutable GetCoins.
Pieter Wuille
2014-09-17
Merge pull request #4555
Wladimir J. van der Laan
2014-09-16
Move CTxDestination from script/script to script/standard
Pieter Wuille
2014-09-16
Merge pull request #4911
Pieter Wuille
2014-09-15
Fixing compiler warning C4101
ENikS
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-12
Don't pass nHashType to VerifyScript
jtimon
2014-09-10
Merge pull request #4822
Pieter Wuille
2014-09-08
Separate script/sign
jtimon
2014-09-08
Separate script/standard
jtimon
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-03
Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.
Pieter Wuille
2014-08-17
Clean-up SyncWithWallets/SyncTransaction
Cozz Lovan
2014-07-29
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Jeff Garzik
2014-07-29
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
Jeff Garzik
2014-07-12
Clarify that redeemScript is often optional
Zak Wilcox
2014-07-07
Merge pull request #4045
Wladimir J. van der Laan
2014-07-07
Use GetBlockTime() more
jtimon
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-22
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-05-13
switch from boost int types to <stdint.h>
Kamil Domanski
2014-05-09
Merge pull request #3843
Wladimir J. van der Laan
2014-05-08
Typo Fix In decoderawtransaction Help: s/txid/hex/
David A. Harding
2014-05-05
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-04-08
Fix a typo in RPC signrawtransaction help
Hector Jusforgues
[next]