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
2020-04-07
Avoid non-trivial global constants in SHA-NI code
Pieter Wuille
2020-04-07
Merge #18532: rpc: Avoid initialization-order-fiasco on static CRPCCommand ta...
MarcoFalke
2020-04-07
Merge #18546: Bugfix: Wallet: Safely deal with change in the address book [pa...
MarcoFalke
2020-04-07
qt: Fix Window -> Minimize menu item
Hennadii Stepanov
2020-04-06
Wallet: Change IsMine check in CWallet::DelAddressBook from assert to failure
Luke Dashjr
2020-04-06
Wallet: Replace CAddressBookData.name with GetLabel() method
Luke Dashjr
2020-04-07
Merge #18192: Bugfix: Wallet: Safely deal with change in the address book
MarcoFalke
2020-04-06
Merge #18458: net: Add missing cs_vNodes lock
Wladimir J. van der Laan
2020-04-06
Merge #18487: rpc: Fix rpcRunLater race in walletpassphrase
Wladimir J. van der Laan
2020-04-07
Merge #18484: rpc: Correctly compute redeemScript from witnessScript for sign...
MarcoFalke
2020-04-06
Merge #18524: refactor: drop boost::signals2 in validationinterface
Wladimir J. van der Laan
2020-04-06
Merge #18506: net: Hardcoded seeds update for 0.20
Wladimir J. van der Laan
2020-04-06
Merge #18514: test: remove rapidcheck integration and tests
fanquake
2020-04-06
rpc: Avoid initialization-order-fiasco on static CRPCCommand tables
MarcoFalke
2020-04-05
build: create test_fuzz library from src/test/fuzz/fuzz.cpp
Harris
2020-04-05
Merge #18510: fuzz: Add CScriptNum::getint coverage
MarcoFalke
2020-04-05
Merge #18518: fuzz: Extend descriptor fuzz test
MarcoFalke
2020-04-05
Merge #18519: fuzz: Extend script fuzz test
MarcoFalke
2020-04-05
Merge #18407: tests: Add proof-of-work fuzzing harness
MarcoFalke
2020-04-04
tests: Add proof-of-work fuzzing harness
practicalswift
2020-04-04
refactor: drop boost::signals2 in validationinterface
Russell Yanofsky
2020-04-04
Merge #18499: rpc: Make rpc documentation not depend on call-time rpc args
MarcoFalke
2020-04-04
Merge #18508: RPC: Fix more formatting nits
MarcoFalke
2020-04-04
fuzz: Extend script fuzz test
MarcoFalke
2020-04-04
fuzz: Extend descriptor fuzz test
MarcoFalke
2020-04-03
test: remove rapidcheck integration and tests
fanquake
2020-04-03
net: Hardcoded seeds update for 0.20
Wladimir J. van der Laan
2020-04-03
Merge #18503: init: Replace URL_WEBSITE with PACKAGE_URL
fanquake
2020-04-03
fuzz: Add CScriptNum::getint coverage
MarcoFalke
2020-04-03
Merge #18383: refactor: Check for overflow when calculating sum of tx outputs
MarcoFalke
2020-04-02
Wallet: Add warning comments and assert to CWallet::DelAddressBook
Luke Dashjr
2020-04-02
Wallet: Avoid unnecessary/redundant m_address_book lookups
Luke Dashjr
2020-04-02
rpc: Fix rpcRunLater race in walletpassphrase
João Barbosa
2020-04-02
Wallet: Avoid treating change-in-the-addressbook as non-change everywhere
Luke Dashjr
2020-04-02
Wallet: New FindAddressBookEntry method to filter out change entries (and ski...
Luke Dashjr
2020-04-02
Wallet: Add CAddressBookData::IsChange which returns true iff label has never...
Luke Dashjr
2020-04-02
Wallet: Require usage of new CAddressBookData::setLabel to change label
Luke Dashjr
2020-04-02
scripted-diff: Wallet: Rename mapAddressBook to m_address_book
Luke Dashjr
2020-04-02
Bugfix: RPC: JSON null is not "None"
Luke Dashjr
2020-04-02
Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis
Luke Dashjr
2020-04-02
Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION
Luke Dashjr
2020-04-02
Merge #18500: chainparams: Bump assumed valid hash
Wladimir J. van der Laan
2020-04-02
Merge #16923: wallet: Handle duplicate fileid exception
Wladimir J. van der Laan
2020-04-02
init: Replace URL_WEBSITE with PACKAGE_URL
MarcoFalke
2020-04-02
build: Detect gmtime_* definitions via configure
Ben Woosley
2020-04-02
chainparams: Bump assumed valid hash
MarcoFalke
2020-04-02
rpc: Make rpc documentation not depend on rpc args
MarcoFalke
2020-04-01
qt: Translations update pre-branch
Wladimir J. van der Laan
2020-03-31
Correctly compute redeemScript from witnessScript for signrawtransaction
Andrew Chow
2020-03-31
doc: Explain new test logging
MarcoFalke
[next]