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
Replace rand() & ((1 << N) - 1) with randbits(N)
Pieter Wuille
2017-06-07
Replace more rand() % NUM by randranges
Pieter Wuille
2017-06-07
Don't return stale data from CCoinsViewCache::Cursor()
Russell Yanofsky
2017-06-07
Merge #9672: Opt-into-RBF for RPC & bitcoin-tx
Wladimir J. van der Laan
2017-06-07
Use std::unordered_{map,set} (C++11) instead of boost::unordered_{map,set}
practicalswift
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
wallet: Update formatting
Luke Dashjr
2017-06-06
wallet: Forbid -salvagewallet, -zapwallettxes, and -upgradewallet with multip...
Luke Dashjr
2017-06-06
wallet: Base backup filenames on original wallet filename
Luke Dashjr
2017-06-06
wallet: Include actual backup filename in recovery warning message
Luke Dashjr
2017-06-06
Bugfix: wallet: Fix warningStr, errorStr argument order
Luke Dashjr
2017-06-06
Wallet: Move multiwallet sanity checks to CWallet::Verify, and do other check...
Luke Dashjr
2017-06-06
Wallet: Support loading multiple wallets if -wallet used more than once
Luke Dashjr
2017-06-06
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
Merge bctest.py into bitcoin-util-test.py
John Newbery
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
Remove references to priority that snuck back in in 870824e9.
Matt Corallo
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
CWalletDB: Store the update counter per wallet
Luke Dashjr
2017-06-05
Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append
Luke Dashjr
2017-06-05
wallet: Move nAccountingEntryNumber from static/global to CWallet
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" when modifying account stuff
Luke Dashjr
2017-06-05
Bugfix: wallet: Increment "update counter" only after actually making the app...
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
[prev]
[next]