Commit Graph

290 Commits (f4e12fd50c23875f4b5f272c94449eb81de43d5d)

Author SHA1 Message Date
Samuel Dobson 629c4ab2e3
Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive files added #21207
3 years ago
MarcoFalke 245462b66c
Merge bitcoin/bitcoin#22418: release: Remove gitian
3 years ago
Russell Yanofsky b11a195ef4 refactor: Detach wallet transaction methods (followup for move-only)
3 years ago
fanquake ab9c34237a
release: remove gitian
3 years ago
glozow b001b9f6de MOVEONLY: BIP125 max conflicts limit to policy/rbf.h
3 years ago
MarcoFalke 4b1fb50def
Merge bitcoin/bitcoin#22528: refactor: move GetTransaction to node/transaction.cpp
3 years ago
Sebastian Falbesoner abc57e1f08 refactor: move `GetTransaction(...)` to node/transaction.cpp
3 years ago
fanquake e7441a6a45
Merge bitcoin/bitcoin#21711: guix: Add full installation and usage documentation
3 years ago
Carl Dong 46ce6ce378 tree-wide: Rename gitian-keys to builder-keys
3 years ago
Carl Dong d6ef3543ae
lint: Run mypy with --show-error-codes
3 years ago
fanquake 4516e5ec92
lint: exclude Guix patches from spell-checking
3 years ago
Jon Atack 184d4534f6
script, doc: spelling update
3 years ago
Hennadii Stepanov e033ca1379
Merge bitcoin-core/gui#29: refactor: Optimize signal-slot connections logic
3 years ago
Jon Atack 8050eb43bf
script: fix spelling linter raising spuriously on "invokable"
3 years ago
Hennadii Stepanov 62cb8d98d2
qt: Drop BitcoinGUI* WalletFrame data member
4 years ago
Russell Yanofsky c7bd5842e4 MOVEONLY: CWallet transaction code out of wallet.cpp/.h
4 years ago
W. J. van der Laan 1a60c547fd
Merge bitcoin/bitcoin#21749: test: Bump shellcheck version
4 years ago
windsok 2227fc4e62 test: minor fixes & improvements for files linter test
4 years ago
W. J. van der Laan 1b9a5236e9
Merge bitcoin/bitcoin#21740: test: add new python linter to check file names and permissions
4 years ago
W. J. van der Laan 3275c6e578
Merge bitcoin/bitcoin#21727: refactor: Move more stuff to blockstorage
4 years ago
W. J. van der Laan 2b45cf0bcd
Merge bitcoin/bitcoin#19521: Coinstats Index
4 years ago
windsok 46b025e00d test: add new python linter to check file names and permissions
4 years ago
MarcoFalke fa81c30c6f
refactor: Move pruning/reindex/importing globals to blockstorage
4 years ago
Russell Yanofsky 10afdf0280 multiprocess: Add Ipc interface implementation
4 years ago
Hennadii Stepanov 08f3dbb1b0
test: Bump shellcheck version
4 years ago
Fabian Jahr 3c914d58ff
index: Coinstats index can be activated with command line flag
4 years ago
MarcoFalke fa0c7d9ad2
move-only: Move *Disk functions to blockstorage
4 years ago
Sebastian Falbesoner 916ab0195d remove unused class util::Ref and its unit test
4 years ago
Jonas Schnelli 9017d55e7c
Merge #15946: Allow maintaining the blockfilterindex when using prune
4 years ago
Wladimir J. van der Laan 92fee79dab
Merge #19806: validation: UTXO snapshot activation
4 years ago
Jonas Schnelli 84716b134e Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expected circular dependencies
4 years ago
MarcoFalke d19639d2b6
Merge #21096: Re-add dead code detection
4 years ago
flack 3f8776a139 Re-add dead code detection
4 years ago
James O'Beirne f6e2da5fb7
simplify ChainstateManager::SnapshotBlockhash() return semantics
4 years ago
Wladimir J. van der Laan 9996b1806a
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
4 years ago
fanquake 7097add83c
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
4 years ago
Hennadii Stepanov e99db77a6e
Drop boost/preprocessor dependencies
4 years ago
fanquake dc8be12510
refactor: remove boost::thread_group usage
4 years ago
MarcoFalke fa92912b4b
rpc: Use RPCHelpMan for check-rpc-mappings linter
4 years ago
Wladimir J. van der Laan b386d37360
Merge #18710: Add local thread pool to CCheckQueue
4 years ago
Carl Dong 1fca9811e1 lint: Skip whitespace lint for guix patches
4 years ago
MarcoFalke faa8f68943
Replace boost::variant with std::variant
4 years ago
Sebastian Falbesoner f3ba916e8b lint: ignore gitian keys file for spelling linter
4 years ago
Sebastian Falbesoner da289a6c4a lint: update list of spelling linter false positives
4 years ago
MarcoFalke fa0074e2d8
scripted-diff: Bump copyright headers
4 years ago
fanquake 1ef2138c0d
lint: run mypy over contrib/devtools
4 years ago
Wladimir J. van der Laan 68c7acf6bb
Merge #20671: Replace boost::optional with std::optional
4 years ago
Hennadii Stepanov c123892c2e
ci: Drop Travis-specific workaround for shellcheck
4 years ago
Hennadii Stepanov 10af252d97
ci: Drop Travis-specific way to set COMMIT_RANGE variable
4 years ago
MarcoFalke fa4435e22f
Replace boost::optional with std::optional
4 years ago