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
2019-12-09
Merge #17109: tests: Add fuzzing harness for various functions consuming only...
MarcoFalke
2019-12-09
Merge #17093: tests: Add fuzzing harness for various CTx{In,Out} related func...
MarcoFalke
2019-12-09
Merge #17225: tests: Test serialisation as part of deserialisation fuzzing. T...
MarcoFalke
2019-12-09
Merge #17682: util: Update tinyformat to upstream
MarcoFalke
2019-12-09
Merge #17702: gui: Move static placeholder texts to forms
MarcoFalke
2019-12-09
Merge #17694: ui: disable 3rd-party tx-urls when wallet disabled
fanquake
2019-12-09
Merge #17695: gui: disable File->CreateWallet during startup
fanquake
2019-12-09
qt: Normalize placeholder to avoid using "address book" in sendcoinsentry
Wladimir J. van der Laan
2019-12-09
gui: Move static placeholder texts to forms
Wladimir J. van der Laan
2019-12-09
ui: disable 3rd-party tx-urls when wallet disabled
Harris
2019-12-08
Make env data logging optional
Pieter Wuille
2019-12-08
Merge #17685: tests: Fix bug in the descriptor parsing fuzzing harness (descr...
MarcoFalke
2019-12-07
gui: disable File->CreateWallet during startup
fanquake
2019-12-06
Merge #17373: wallet: Various fixes and cleanup to keypool handling in Legacy...
fanquake
2019-12-06
Merge #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition
MarcoFalke
2019-12-06
tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
practicalswift
2019-12-06
tests: Test serialisation as part of deserialisation fuzzing. Test round-trip...
practicalswift
2019-12-06
tests: Add fuzzing harness for various functions consuming only integrals
practicalswift
2019-12-06
tests: Add fuzzing harness for various CTxOut related functions
practicalswift
2019-12-06
tests: Add fuzzing harness for various CTxIn related functions
practicalswift
2019-12-06
util: Update tinyformat to upstream
Wladimir J. van der Laan
2019-12-06
Merge #17051: tests: Add deserialization fuzzing harnesses
Wladimir J. van der Laan
2019-12-05
Move events_hasher into RNGState()
Pieter Wuille
2019-12-05
Merge #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept
Wladimir J. van der Laan
2019-12-04
Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfo
fanquake
2019-12-04
Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
MarcoFalke
2019-12-04
test: Use char instead of unsigned char
MarcoFalke
2019-12-04
Merge #17573: Seed RNG with precision timestamps on receipt of net messages.
Wladimir J. van der Laan
2019-12-04
Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
Wladimir J. van der Laan
2019-12-04
util: remove unwanted fields from bitcoin-cli -getinfo
malevolent
2019-12-03
Merge #17555: test: add unit test for non-standard txs with wrong nVersion
MarcoFalke
2019-12-03
Merge #17641: Add unit test for leveldb creation with unicode path
MarcoFalke
2019-12-03
Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
MarcoFalke
2019-12-02
doc: rename wallet-tool references to bitcoin-wallet
Wilson Ccasihue S
2019-12-02
Key pool: Fix omitted pre-split count in GetKeyPoolSize
Andrew Chow
2019-12-02
Key pool: Change ReturnDestination interface to take address instead of key
Andrew Chow
2019-12-02
Key pool: Move LearnRelated and GetDestination calls
Andrew Chow
2019-12-02
Merge #17634: qt: Fix comparison function signature
fanquake
2019-12-01
Fix origfee return for bumpfee with feerate arg
Gregory Sanders
2019-12-01
Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOu...
fanquake
2019-11-30
Add unit test for DB creation with unicode path
Aaron Clauson
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-29
Fix comparison function signature
Hennadii Stepanov
2019-11-29
Merge #17587: gui: show watch-only balance in send screen
Samuel Dobson
2019-11-28
Merge #17624: net: Fix an uninitialized read in ProcessMessage(…, "tx", …...
Wladimir J. van der Laan
2019-11-28
Merge #17604: util: make ScheduleBatchPriority advisory only
Wladimir J. van der Laan
2019-11-27
net: Fix uninitialized read in ProcessMessage(...)
practicalswift
2019-11-26
Default to bnb_used = false as there are many cases where BnB is not used
Andrew Chow
2019-11-26
Add OutputType and CPubKey parameters to KeepDestination
Andrew Chow
2019-11-26
Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
Andrew Chow
[next]