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
Age
Commit message (
Expand
)
Author
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-12
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-06-08
Merge #13259: refactoring: add a method for determining if a block is pruned ...
Wladimir J. van der Laan
2018-06-07
Merge #13396: Drop unused arith_uint256 ! operator
Wladimir J. van der Laan
2018-06-07
Merge #13243: Make reusable base class for auxiliary indices
Wladimir J. van der Laan
2018-06-07
Merge #13404: [tests] speed up of tx_validationcache_tests by reusing of CTra...
MarcoFalke
2018-06-07
Merge #13394: cli: Ignore libevent warnings
Wladimir J. van der Laan
2018-06-06
speed up of tx_validationcache_tests by reusing of CTransaction.
lucash.dev@gmail.com
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 #13367: qa: Increase includeconf test coverage
Wladimir J. van der Laan
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
Merge #13351: wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-06-05
Drop uint 256 not operator
Ben Woosley
2018-06-04
index: Move index DBs into index/ directory.
Jim Posen
2018-06-04
index: Remove TxIndexDB from public interface of TxIndex.
Jim Posen
2018-06-04
MOVEONLY: Move BaseIndex to its own file.
Jim Posen
2018-06-04
index: Generalize logged statements in BaseIndex.
Jim Posen
2018-06-04
index: Extract logic from TxIndex into reusable base class.
Jim Posen
2018-06-04
db: Make reusable base class for index databases.
Jim Posen
2018-06-04
db: Remove obsolete methods from CBlockTreeDB.
Jim Posen
2018-06-04
cli: Ignore libevent warnings
Cory Fields
2018-06-04
Rename “OS X” to the newer “macOS” convention
Giulio Lombardo
2018-06-04
Merge #13191: Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2
Wladimir J. van der Laan
2018-06-03
bench: Use non-throwing ParseDouble(...) instead of throwing boost::lexical_c...
practicalswift
2018-06-01
qa: Increase includeconf test coverage
MarcoFalke
2018-06-01
Merge #13058: [wallet] `createwallet` RPC - create new wallet at runtime
Jonas Schnelli
2018-06-01
Merge #13355: Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid usin...
Wladimir J. van der Laan
2018-05-31
[wallets] [docs] Add release notes for createwallet RPC.
John Newbery
2018-05-31
Merge #13349: bench: Don't return a bool from main
MarcoFalke
2018-05-31
Merge #13309: Directly operate with CMutableTransaction in SignSignature
Wladimir J. van der Laan
2018-05-31
Fix "gmake check" under OpenBSD 6.3 (probably *BSD): Avoid using GNU grep spe...
practicalswift
2018-05-31
bench: Don't return a bool from main
Wladimir J. van der Laan
2018-05-30
Merge #13069: docs: Fix typos
MarcoFalke
2018-05-30
wallet: Prevent segfault when sending to unspendable witness
MarcoFalke
2018-05-30
Merge #13112: Throw an error for unknown args
MarcoFalke
2018-05-30
Merge #13252: Wallet: Refactor ReserveKeyFromKeyPool for safety
Wladimir J. van der Laan
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Use a struct for arguments and nested map for categories
Andrew Chow
2018-05-30
Merge #13194: Remove template matching and pseudo opcodes
Wladimir J. van der Laan
2018-05-30
Generic TransactionSignatureCreator works with both CTransaction and CMutable...
Martin Ankerl
2018-05-30
Stop translating command line options
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-29
Remove template matching and pseudo opcodes
Pieter Wuille
2018-05-29
[MOVEONLY] Move unused Merkle branch code to tests
Pieter Wuille
2018-05-29
8-way AVX2 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
4-way SSE4.1 implementation for double SHA256 on 64-byte inputs
Pieter Wuille
2018-05-29
Use SHA256D64 in Merkle root computation
Pieter Wuille
[next]