Commit Graph

20794 Commits (fabfcb5d8ec35442f81c6e6fd33abff52bbe0fde)
 

Author SHA1 Message Date
MarcoFalke fabfcb5d8e
build: Treat -Wswitch as error when --enable-werror
5 years ago
fanquake 59ce537a49
Merge #16152: Disable bloom filtering by default.
5 years ago
fanquake 89d7229c9c
Merge #16420: QA: Fix race condition in wallet_encryption test
5 years ago
Matt Corallo bead32e31e Add release notes for DEFAULT_BLOOM change
5 years ago
Jonas Schnelli 024ecd7e01
QA: Fix race condition in wallet_encryption test
5 years ago
Wladimir J. van der Laan e5abb59a9a
Merge #16379: Fix autostart filenames on Linux for testnet/regtest
5 years ago
Wladimir J. van der Laan 65d12110d4
Merge #16405: fix: tor: Call event_base_loopbreak from the event's callback
5 years ago
fanquake 0515406acb
Merge #16374: test: Enable passing wildcard test names to test runner from root
5 years ago
João Barbosa a981e749e6 fix: tor: Call event_base_loopbreak from the event's callback
5 years ago
MeshCollider 459baa1756
Merge #16208: wallet: Consume ReserveDestination on successful CreateTransaction
5 years ago
MarcoFalke 24dbcf3808
Merge #15891: test: Require standard txs in regtest by default
5 years ago
Wladimir J. van der Laan 8f604361eb
Merge #16194: refactor: share blockmetadata with BlockManager
5 years ago
MarcoFalke 8f9725c83f
Merge #16390: qa: Add --filter option to test_runner.py
5 years ago
fanquake 29082e8f40
Merge #16380: Remove unused bits from the service flags enum
5 years ago
João Barbosa 1a62425260 qa: Add --filter option to test_runner.py
5 years ago
Wladimir J. van der Laan 6d37ed888e
Merge #15824: docs: Improve netbase comments
5 years ago
Carl Dong c7f6ce74d3
docs: Improve netbase comments
5 years ago
MarcoFalke 0822b44d8a
Merge #15282: test: Replace hard-coded hex tx with class in test framework
5 years ago
Jon Atack e142ee03e7
doc: describe how to pass wildcard names to test runner
5 years ago
Jon Atack 6a7a70b8cf
test: enable passing wildcards with path to test runner
5 years ago
Wladimir J. van der Laan 536590f358
Merge #16334: test: rpc_users: Also test rpcauth.py with password.
5 years ago
MarcoFalke fa0d0ff6e1
Remove unused bits from the service flags enum
5 years ago
Wladimir J. van der Laan 3453cf26db
Merge #15277: contrib: Enable building in Guix containers
5 years ago
Carl Dong 751549b52a
contrib: guix: Additional clarifications re: substitutes
5 years ago
Hennadii Stepanov ae311bc036
Fix autostart filenames on Linux
5 years ago
Carl Dong cd3e947f50
contrib: guix: Various improvements.
5 years ago
Carl Dong 8dff3e48a9
contrib: guix: Clarify SOURCE_DATE_EPOCH.
5 years ago
Carl Dong 3e80ec3ea9
contrib: Add deterministic Guix builds.
5 years ago
Wladimir J. van der Laan 735d6b57e7
Merge #16227: Refactor CWallet's inheritance chain
5 years ago
Wladimir J. van der Laan 28d1353f48
Merge #15649: Add ChaCha20Poly1305@Bitcoin AEAD
5 years ago
MarcoFalke 4fcccdac78
Merge #16244: Move wallet creation out of the createwallet rpc into its own function
5 years ago
MarcoFalke ff0aad8a40
Merge #16361: Remove redundant pre-TopUpKeypool check
5 years ago
Gregory Sanders e10e1e8db0 Restrict lifetime of ReserveDestination to CWallet::CreateTransaction
5 years ago
Gregory Sanders d9ff862f2d CreateTransaction calls KeepDestination on ReserveDestination before success
5 years ago
Gregory Sanders 96b6dd468a Remove redundant pre-TopUpKeypool checks
5 years ago
Wladimir J. van der Laan 6c1e45c4c4
Merge #16322: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransaction
5 years ago
MarcoFalke 0d101a340c test: Add test for maxtxfee option
5 years ago
Wladimir J. van der Laan d1fc827300
Merge #16270: depends: expat 2.2.7
5 years ago
Wladimir J. van der Laan 5859b7dc6f
Merge #16338: test: Disable other targets when enable-fuzz is set
5 years ago
Wladimir J. van der Laan 8d1286014c
Merge #16237: Have the wallet give out destinations instead of keys
5 years ago
Andrew Chow 1aecdf2063 Move wallet creation out of the createwallet rpc into its own function
5 years ago
MarcoFalke 357488f660
Merge #16240: JSONRPCRequest-aware RPCHelpMan
5 years ago
Andrew Chow 8e7f930828 Add GetNewChangeDestination for getting new change Destinations
5 years ago
Andrew Chow 33d13edd2b Replace CReserveKey with ReserveDestinatoin
5 years ago
Andrew Chow 172213be5b Add GetNewDestination to CWallet to fetch new destinations
5 years ago
Andrew Chow 93ce4a0b6f Move WatchOnly stuff from SigningProvider to CWallet
5 years ago
Andrew Chow 8f5b81e6ed Remove CCryptoKeyStore and move all of it's functionality into CWallet
5 years ago
Andrew Chow 37a79a4fcc Move various SigningProviders to signingprovider.{cpp,h}
5 years ago
Andrew Chow 16f8096e91 Move KeyOriginInfo to its own header file
5 years ago
Andrew Chow d9becff4e1 scripted-diff: rename CBasicKeyStore to FillableSigningProvider
5 years ago