Commit Graph

29163 Commits (5c041cb348e667672c8b5ed504dba05adf60783b)
 

Author SHA1 Message Date
Hennadii Stepanov 5c041cb348
Merge bitcoin-core/gui#311: Peers Window rename 'Peer id' to 'Peer'
4 years ago
W. J. van der Laan 456c8d6cd8
Merge bitcoin-core/gui#313: qt: Optimize string concatenation by default
4 years ago
fanquake ecddd12482
Merge bitcoin/bitcoin#18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100
4 years ago
Hennadii Stepanov 3ec033ed32
Merge bitcoin-core/gui#121: Early subscribe core signals in transaction table model
4 years ago
W. J. van der Laan 707ba8692b
Merge bitcoin/bitcoin#21966: Remove double serialization; use software encoder for fee estimation
4 years ago
fanquake 7aa41fc581
Merge bitcoin/bitcoin#22042: Replace size/weight estimate tuple with struct for named fields
4 years ago
MarcoFalke 48c86eca02
Merge bitcoin/bitcoin#22069: fuzz: don't try and use fopencookie() when building for Android
4 years ago
MarcoFalke 35b83e6e43
Merge bitcoin/bitcoin#22056: doc: describe in fuzzing.md how to reproduce a CI crash
4 years ago
fanquake 2e7c3461c0
Merge bitcoin/bitcoin#22061: ci: Bump multiprocess memory
4 years ago
fanquake 1be6267ce1
fuzz: don't try and use fopencookie when building for Android
4 years ago
Jarol Rodriguez 657b33ef2d qt: add translator comments for peers table columns
4 years ago
Gregory Sanders 881a3e2e17 Replace size/weight estimate tuple with struct for named fields
4 years ago
Hennadii Stepanov 3ad1b8899b
Merge bitcoin-core/gui#297: Avoid unnecessary translations
4 years ago
MarcoFalke 8600934018
Merge bitcoin/bitcoin#22057: test: use MiniWallet (P2PK mode) for feature_dersig.py
4 years ago
MarcoFalke fa0bfc5239
ci: Bump multiprocess memory
4 years ago
Samuel Dobson 6b254814c0
Merge bitcoin/bitcoin#17331: Use effective values throughout coin selection
4 years ago
Jon Atack d8f1ea7227
doc: describe in fuzzing.md how to reproduce a CI crash
4 years ago
Sebastian Falbesoner 3e05a57297 test: use MiniWallet (P2PK mode) for feature_dersig.py
4 years ago
fanquake 7041d256e3
Merge bitcoin/bitcoin#21788: build: Silence [-Wunused-command-line-argument] warnings
4 years ago
MarcoFalke 40f7a2891f
Merge bitcoin/bitcoin#22043: rpc, test: addpeeraddress test coverage, code simplify/constness
4 years ago
MarcoFalke db1aca01d5
Merge bitcoin/bitcoin#22021: rpc: bumpfee/psbtbumpfee fixes and updates
4 years ago
MarcoFalke aeecb1c2eb
Merge bitcoin/bitcoin#21992: p2p: Remove -feefilter option
4 years ago
MarcoFalke 0a909073dc
Merge bitcoin/bitcoin#22048: test: MiniWallet: introduce enum type for output mode
4 years ago
Pieter Wuille 66545da200 Remove support for double serialization
4 years ago
Pieter Wuille fff1cae43a Convert uses of double-serialization to {En,De}codeDouble
4 years ago
Pieter Wuille afd964d70b Convert existing float encoding tests
4 years ago
Pieter Wuille bda33f98e2 Add unit tests for serfloat module
4 years ago
Pieter Wuille 2be4cd94f4 Add platform-independent float encoder/decoder
4 years ago
MarcoFalke e40224d0c7 Remove unused float serialization
4 years ago
Sebastian Falbesoner 6cebac598e test: MiniWallet: introduce enum type for output mode
4 years ago
W. J. van der Laan b295395664
Merge bitcoin/bitcoin#21239: guix: Add codesignature attachment support for osx+win
4 years ago
amadeuszpawlik a7a43e8fe8 Factor feefilter logic out
4 years ago
fanquake 2968417948
Merge bitcoin/bitcoin#22013: net: ignore block-relay-only peers when skipping DNS seed
4 years ago
fanquake d3fa42c795
Merge bitcoin/bitcoin#21186: net/net processing: Move addr data into net_processing
4 years ago
Jon Atack b36e0cd1b9
rpc: simplify addpeeraddress and improve code constness
4 years ago
MarcoFalke ce4a852475
Merge bitcoin/bitcoin#21848: refactor: Make CFeeRate constructor architecture-independent
4 years ago
MarcoFalke 599000903e
Merge bitcoin/bitcoin#21850: Remove `GetDataDir(net_specific)` function
4 years ago
Kiminuo aca0e5dcdb Remove `GetDataDir(bool fNetSpecific = true)` function
4 years ago
Kiminuo b3e67f20a0 scripted-diff: Replace `GetDataDir(true)` calls with `gArgs.GetDataDirNet()` calls
4 years ago
Kiminuo 4c3a5dcbfc scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
4 years ago
Kiminuo 13bd8bb053 Make `ArgsManager.GetDataDirPath` private and drop needless suffix
4 years ago
Kiminuo 4d8189f620 scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataDirBase()` in tests
4 years ago
Kiminuo 0f53df47d5 Add `ArgsManager.GetDataDirBase()` and `ArgsManager.GetDataDirNet()` as an intended replacement for `ArgsManager.GetDataDirPath(net_identifier)`
4 years ago
MarcoFalke 778b920179
Merge bitcoin/bitcoin#21945: test: add P2PK support to MiniWallet
4 years ago
Hennadii Stepanov e9f948c727
build: Convert warnings into errors when testing for -fstack-clash-protection
4 years ago
fanquake 3f3c4d2e2e
Merge bitcoin/bitcoin#22002: Fix crash when parsing command line with -noincludeconf=0
4 years ago
Jon Atack 6b1926cf1e
test: addpeeraddress functional test coverage
4 years ago
Kiminuo 716de29dd8 Make `m_cached_blocks_path` mutable. Make `ArgsManager::GetBlocksDirPath()` const.
4 years ago
MarcoFalke be4171679b
Merge bitcoin/bitcoin#21953: fuzz: Add utxo_snapshot target
4 years ago
Jon Atack 4f504f826b
rpc: fix code comment for bumpfee/psbtbumpfee output
4 years ago