Commit Graph

14634 Commits (af112ab62895b145660f4cd7ff842e9cfea2a530)

Author SHA1 Message Date
Hennadii Stepanov af112ab628
qt: Rename SetPrune() to InitializePruneSetting()
5 years ago
Hennadii Stepanov b0bfbe5028
refactor: Drop `bool force' parameter
5 years ago
Hennadii Stepanov 68c9bbe9bc
qt: Force set nPruneSize in QSettings after intro
5 years ago
Hennadii Stepanov a82bd8fa57
util: Replace magics with DEFAULT_PRUNE_TARGET_GB
5 years ago
fanquake 4ee8a58ce7
Merge #17373: wallet: Various fixes and cleanup to keypool handling in LegacyScriptPubKeyMan and CWallet
5 years ago
MarcoFalke da1af855f9
Merge #17275: pubkey: Assert CPubKey's ECCVerifyHandle precondition
5 years ago
Wladimir J. van der Laan cb11324a63
Merge #17051: tests: Add deserialization fuzzing harnesses
5 years ago
Pieter Wuille 8bda0960f9 Move events_hasher into RNGState()
5 years ago
Wladimir J. van der Laan 6fff333c9f
Merge #17507: random: mark RandAddPeriodic and SeedPeriodic as noexcept
5 years ago
fanquake 5aee0e2163
Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfo
5 years ago
MarcoFalke fee01bb053
Merge #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
5 years ago
MarcoFalke 2222c30586
test: Use char instead of unsigned char
5 years ago
Wladimir J. van der Laan 41919631d5
Merge #17573: Seed RNG with precision timestamps on receipt of net messages.
5 years ago
Wladimir J. van der Laan dcbe024f5e
Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
5 years ago
malevolent 01c8701559 util: remove unwanted fields from bitcoin-cli -getinfo
5 years ago
MarcoFalke 54b12e425b
Merge #17555: test: add unit test for non-standard txs with wrong nVersion
5 years ago
MarcoFalke 1fdaa04ceb
Merge #17641: Add unit test for leveldb creation with unicode path
5 years ago
MarcoFalke 2b6575d989
Merge #17643: wallet: Fix origfee return for bumpfee with feerate arg
5 years ago
Wilson Ccasihue S e7ad4a2f8c doc: rename wallet-tool references to bitcoin-wallet
5 years ago
Andrew Chow 886f1731be Key pool: Fix omitted pre-split count in GetKeyPoolSize
5 years ago
Andrew Chow 386a994b85 Key pool: Change ReturnDestination interface to take address instead of key
5 years ago
Andrew Chow ba41aa4969 Key pool: Move LearnRelated and GetDestination calls
5 years ago
fanquake 35eda631ed
Merge #17634: qt: Fix comparison function signature
5 years ago
Gregory Sanders 02afb0c550 Fix origfee return for bumpfee with feerate arg
5 years ago
fanquake 19698ac6bc
Merge #17568: wallet: fix when sufficient preset inputs and subtractFeeFromOutputs
5 years ago
Aaron Clauson 70ed2ab7ef
Add unit test for DB creation with unicode path
5 years ago
Hennadii Stepanov 98fbd1cdff
Use correct C++11 header for std::swap()
5 years ago
Hennadii Stepanov b66861e2e5
Fix comparison function signature
5 years ago
Samuel Dobson abb30de63f
Merge #17587: gui: show watch-only balance in send screen
5 years ago
Wladimir J. van der Laan 114e89e596
Merge #17624: net: Fix an uninitialized read in ProcessMessage(…, "tx", …) when receiving a transaction we already have
5 years ago
Wladimir J. van der Laan 23cecd6cd5
Merge #17604: util: make ScheduleBatchPriority advisory only
5 years ago
practicalswift 73b96c94cb net: Fix uninitialized read in ProcessMessage(...)
5 years ago
Andrew Chow ff330badd4 Default to bnb_used = false as there are many cases where BnB is not used
5 years ago
Andrew Chow 65833a7407 Add OutputType and CPubKey parameters to KeepDestination
5 years ago
Andrew Chow 9fcf8ce7ae Rename Keep/ReturnKey to Keep/ReturnDestination and remove the wrapper
5 years ago
Wladimir J. van der Laan d8a66626d6
Merge #17283: rpc: improve getaddressinfo test coverage, help, code docs
5 years ago
fanquake 4fb82e916b
Merge #17567: gui: remove macOS start on login code
5 years ago
fanquake d2a3a5cadb
util: make ScheduleBatchPriority advisory only
5 years ago
fanquake f2ab130961
Merge #17606: qt, refactor: Use proper classes for Ui::*
5 years ago
Sjors Provoost 4a96e459d7
[gui] send: show watch-only balance in send screen
5 years ago
Sjors Provoost 2689c8fd71
[test] qt: add send screen balance test
5 years ago
Hennadii Stepanov 93352d261f
qt: Use proper class for Ui::ReceiveCoinsDialog
5 years ago
Hennadii Stepanov 8781904643
qt: Fix class name of Ui::ModalOverlay
5 years ago
Jon Atack 1388de8390
rpc: add getaddressinfo code documentation
5 years ago
Jon Atack 2ee0cb3330
rpc: update getaddressinfo RPCExamples to bech32
5 years ago
Jon Atack 8d1ed0c263
rpc: clarify label vs labels in getaddressinfo RPCHelpman
5 years ago
Jon Atack 5a0ed85070
rpc: improve getaddressinfo RPCHelpman content
5 years ago
Harris 1a3a256d5e
wallet: replace raw pointer with const reference in AddrToPubKey
5 years ago
Jon Atack 70cda342cd
rpc: improve getaddressinfo RPCHelpman formatting
5 years ago
Wladimir J. van der Laan 2eeacdfe44
Merge #17527: Fix CPUID subleaf iteration
5 years ago