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
2017-06-07
Merge #10321: Use FastRandomContext for all tests
Pieter Wuille
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
scripted-diff: Use randbits/bool instead of randrange where possible
Pieter Wuille
2017-06-07
Use randbits instead of ad-hoc emulation in prevector tests
Pieter Wuille
2017-06-07
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-07
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
Wladimir J. van der Laan
2017-06-06
Merge #10523: Perform member initialization in initialization lists where pos...
Pieter Wuille
2017-06-06
Merge #10331: Share config between util and functional tests
MarcoFalke
2017-06-06
Merge #10522: [wallet] Remove unused variables
MarcoFalke
2017-06-06
Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances")
MarcoFalke
2017-06-06
Merge bctest.py into bitcoin-util-test.py
John Newbery
2017-06-06
Merge #10201: pass Consensus::Params& to functions in validation.cpp and make...
Wladimir J. van der Laan
2017-06-06
Make functions in validation.cpp static and pass chainparams
Mario Dian
2017-06-06
Merge #9909: tests: Add FindEarliestAtLeast test for edge cases
Wladimir J. van der Laan
2017-06-06
Merge #10252: RPC/Mining: Restore API compatibility for prioritisetransaction
Wladimir J. van der Laan
2017-06-06
[trivial] Fix typo: "occurrences" (misspelled as "occurrances")
practicalswift
2017-06-06
Merge #10535: [qa] fundrawtx: Fix shutdown race
MarcoFalke
2017-06-06
Merge #10345: [P2P] Timeout for headers sync
Wladimir J. van der Laan
2017-06-06
Merge #10426: Replace bytes_serialized with bogosize
Wladimir J. van der Laan
2017-06-06
Merge #10463: Names: BIP9 vs versionbits
Wladimir J. van der Laan
2017-06-06
[qa] fundrawtx: Fix shutdown race
MarcoFalke
2017-06-05
RPC/rawtransaction: createrawtransaction: Check opt_into_rbf when provided wi...
Luke Dashjr
2017-06-05
bitcoin-tx: rbfoptin: Avoid touching nSequence if the value is already opting in
Luke Dashjr
2017-06-05
Introduce MAX_BIP125_RBF_SEQUENCE constant
Luke Dashjr
2017-06-05
[bitcoin-tx] add rbfoptin command
Jonas Schnelli
2017-06-05
[Tests] extend the replace-by-fee test to cover RPC rawtx features
Jonas Schnelli
2017-06-05
RPC/Wallet: Add RBF support for fundrawtransaction
Luke Dashjr
2017-06-05
Wallet: Refactor FundTransaction to accept parameters via CCoinControl
Luke Dashjr
2017-06-05
RPC: rawtransaction: Add RBF support for createrawtransaction
Luke Dashjr
2017-06-05
Add timeout for headers sync
Suhas Daftuar
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Add various insecure_rand wrappers for tests
Pieter Wuille
2017-06-05
Merge test_random.h into test_bitcoin.h
Pieter Wuille
2017-06-05
scripted-diff: Rename cuckoo tests' local rand context
Pieter Wuille
2017-06-05
Add FastRandomContext::rand256() and ::randbytes()
Pieter Wuille
2017-06-05
Replace bytes_serialized with bogosize
Pieter Wuille
2017-06-05
Merge #9740: Add friendly output to dumpwallet
Wladimir J. van der Laan
2017-06-05
Merge #10509: Remove xvfb configuration from travis
MarcoFalke
2017-06-05
Merge #10489: build: silence gcc7's implicit fallthrough warning
Wladimir J. van der Laan
2017-06-05
Merge #10403: Fix importmulti failure to return rescan errors
Wladimir J. van der Laan
2017-06-05
Merge #10455: Simplify feebumper minimum fee code slightly
Wladimir J. van der Laan
2017-06-05
Merge #10515: [test] Add test for getchaintxstats
MarcoFalke
2017-06-05
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
Merge #10514: Bugfix: missing == 0 after randrange
Wladimir J. van der Laan
2017-06-05
Merge #10478: rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
test: Add test for `getpeerinfo` `bindaddr` field
Wladimir J. van der Laan
2017-06-05
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-04
Merge #10471: Denote functions CNode::GetRecvVersion() and CNode::GetRefCount...
Pieter Wuille
2017-06-04
Perform member initialization in initialization lists where possible
practicalswift
[next]