index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-19
Remove unused LockAssertion struct
Hennadii Stepanov
2020-09-19
Replace LockAssertion with a proper thread safety annotations
Hennadii Stepanov
2020-09-19
refactor: Use explicit function type instead of template
Hennadii Stepanov
2020-09-19
Merge #19940: rpc: Return fee and vsize from testmempoolaccept
fanquake
2020-09-19
Merge #19971: test: create default wallet in extended tests
fanquake
2020-09-18
test: create default wallet in extended tests
Sjors Provoost
2020-09-18
Merge #15454: Remove the automatic creation and loading of the default wallet
Samuel Dobson
2020-09-16
Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256
Wladimir J. van der Laan
2020-09-16
Merge #19936: Test: batch rpc with params
Wladimir J. van der Laan
2020-09-16
[test] add get_vsize util for more programmatic testing
gzhao408
2020-09-15
[rpc] Return fee and vsize from testmempoolaccept
codeShark149
2020-09-16
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-15
Merge #19241: help: Generate checkpoint height from chainparams
Wladimir J. van der Laan
2020-09-15
Merge #19558: build: split pthread flags out of ldflags and dont use when bui...
Wladimir J. van der Laan
2020-09-15
Merge #19643: Add -netinfo peer connections dashboard
fanquake
2020-09-15
Merge #19903: Update build-openbsd.md with GUI support
fanquake
2020-09-15
Merge #16378: The ultimate send RPC
Samuel Dobson
2020-09-14
build: AX_PTHREAD serial 27
fanquake
2020-09-14
build: split PTHREAD_* flags out of AM_LDFLAGS
fanquake
2020-09-14
scripted-diff: add FUZZ_SUITE_LDFLAGS_COMMON
fanquake
2020-09-14
Merge #19931: Change CSipHasher's count variable to uint8_t
fanquake
2020-09-14
build: add PTHREAD_LIBS to LDFLAGS configure output
fanquake
2020-09-14
Merge #19944: Update secp256k1 subtree (including BIP340 support)
fanquake
2020-09-13
Test batch rpc with params
Gregory Sanders
2020-09-13
Merge #19919: bugfix: make LoadWallet assigns status always
Samuel Dobson
2020-09-11
Update src/secp256k1 subtree to upstream libsecp256k1
Pieter Wuille
2020-09-11
Squashed 'src/secp256k1/' changes from 2ed54da18a..8ab24e8dad
Pieter Wuille
2020-09-11
Merge #19922: test: Run rpc_txoutproof.py even with wallet disabled
Wladimir J. van der Laan
2020-09-11
Merge #19916: build: allow user to specify DIR_FUZZ_SEED_CORPUS for cov_fuzz
fanquake
2020-09-11
Merge #19870: doc: update PyZMQ install instructions, fix zmq_sub.py file per...
fanquake
2020-09-10
Change CSipHasher's count variable to uint8_t
Pieter Wuille
2020-09-10
tests: Add fuzzing harness for Keccak and SHA3_256
practicalswift
2020-09-10
Merge #19841: Implement Keccak and SHA3_256
Wladimir J. van der Laan
2020-09-10
Add OpenBSD instructions for building the Qt GUI
grubles
2020-09-10
[rpc] add send method
Sjors Provoost
2020-09-10
bugfix: make LoadWallet assigns status always
Akio Nakamura
2020-09-09
test: gettxoutproof duplicate txid
João Barbosa
2020-09-09
test: Test empty array in gettxoutproof
MarcoFalke
2020-09-09
test: Run rpc_txoutproof.py even with wallet disabled
MarcoFalke
2020-09-09
test: MiniWallet: Default fee_rate in send_self_transfer, Pass in utxo_to_spend
MarcoFalke
2020-09-09
test: bugfix: Actually pick largest utxo
MarcoFalke
2020-09-09
Merge #19800: test: Mockwallet
MarcoFalke
2020-09-08
Tell users how to load or create a wallet when no wallet is loaded
Andrew Chow
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-08
Merge #19914: refactor: Do not pass chain params to CheckForStaleTipAndEvictP...
MarcoFalke
2020-09-08
.gitignore: ignore qa-assets/ folder
eugene
2020-09-08
build: use DIR_FUZZ_SEED_CORPUS if specified for cov_fuzz target
eugene
2020-09-08
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
MarcoFalke
2020-09-07
[rpc] add snake case aliases for transaction methods
Sjors Provoost
2020-09-07
[rpc] walletcreatefundedpsbt: allow inputs to be null
Sjors Provoost
[next]