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-12
Merge #17687: cli: fix Fatal LevelDB error when specifying -blockfilterindex=...
fanquake
2019-12-12
Merge #17369: Refactor: Move encryption code between KeyMan and Wallet
Wladimir J. van der Laan
2019-12-12
Merge #17511: Add bounds checks before base58 decoding
Wladimir J. van der Laan
2019-12-11
Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStr
MarcoFalke
2019-12-11
Merge #17050: tests: Add fuzzing harnesses for functions parsing scripts, num...
MarcoFalke
2019-12-10
rpc: add missing newline in analyzepsbt rpcresult
Jon Atack
2019-12-10
Merge #17502: test: add unit test for non-standard bare multisig txs
MarcoFalke
2019-12-10
Merge #17524: psbt: handle unspendable psbts
MarcoFalke
2019-12-10
tests: Add fuzzing harnesses for various JSON/univalue parsing functions
practicalswift
2019-12-10
tests: Add fuzzing harnesses for various number parsing functions
practicalswift
2019-12-10
tests: Add ParseScript(...) (core_io) fuzzing harness
practicalswift
2019-12-10
tests: Add ParseHDKeypath(...) (bip32) fuzzing harness
practicalswift
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
cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
Harris
2019-12-06
Replace LegacyScriptPubKeyMan::IsCrypted with LegacyScriptPubKeyMan::HasEncry...
Andrew Chow
2019-12-06
Remove SetCrypted() and fUseCrypto; Change IsCrypted()'s implementation
Andrew Chow
2019-12-06
Rename EncryptKeys to Encrypt and pass in the encrypted batch to use
Andrew Chow
2019-12-06
Clear mapKeys before encrypting
Andrew Chow
2019-12-06
Move fDecryptionThoroughlyChecked from CWallet to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Move Unlock implementation to LegacyScriptPubKeyMan
Andrew Chow
2019-12-06
Replace LegacyScriptPubKeyMan::vMasterKey with GetDecryptionKey()
Andrew Chow
2019-12-06
Add GetEncryptionKey() and HasEncryptionKeys() to WalletStorage
Andrew Chow
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
Add bounds checks in key_io before DecodeBase58Check
Pieter Wuille
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
[next]