aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-07-06Merge bitcoin/bitcoin#27869: wallet: Give deprecation warning when loading a ...glozow
2023-06-30Merge bitcoin/bitcoin#24005: test: add python implementation of Elligator swiftfanquake
2023-06-30Merge bitcoin/bitcoin#28009: script, test: python typing and linter updatesfanquake
2023-06-29script: update ignored-words.txtJon Atack
2023-06-29test: fix PEP484 no implicit optional argument types errorsJon Atack
2023-06-29script, test: add missing python type annotationsJon Atack
2023-06-29test: add ellswift test vectors from BIP324stratospher
2023-06-29test: Add ellswift unit testsstratospher
2023-06-29test: Add python ellswift implementation to test frameworkstratospher
2023-06-29test: Rename EncodeDecimal to serialization_fallbackMarcoFalke
2023-06-29Merge bitcoin/bitcoin#27932: test: Fuzz on macOSfanquake
2023-06-29Merge bitcoin/bitcoin#27884: test: Use TestNode datadir_path or chain_path wh...fanquake
2023-06-28Merge bitcoin/bitcoin#26222: Introduce secp256k1 module with field and group ...Andrew Chow
2023-06-27Merge bitcoin/bitcoin#27896: Remove the syscall sandboxAndrew Chow
2023-06-27Merge bitcoin/bitcoin#27940: test: Add implicit-signed-integer-truncation:*/i...fanquake
2023-06-27test: EC: optimize scalar multiplication of G by using lookup tableSebastian Falbesoner
2023-06-27test: add secp256k1 module with FE (field element) and GE (group element) cla...Pieter Wuille
2023-06-23Merge bitcoin/bitcoin#27631: test: avoid sporadic MINIMALDATA failure in feat...Andrew Chow
2023-06-23Merge bitcoin/bitcoin#27577: p2p: give seednodes time before falling back to ...Andrew Chow
2023-06-23wallet: Give deprecation warning when loading a legacy walletAndrew Chow
2023-06-23test: Add implicit-signed-integer-truncation:*/include/c++/ suppressionMarcoFalke
2023-06-22Merge bitcoin/bitcoin#27831: test: handle failed `assert_equal()` assertions ...fanquake
2023-06-22test: Run fuzz tests on macOSMarcoFalke
2023-06-22Merge bitcoin/bitcoin#27889: test: Kill `BOOST_ASSERT` and update the linterfanquake
2023-06-21net: Give seednodes time before falling back to fixed seedsMartin Zumsande
2023-06-21Merge bitcoin/bitcoin#27733: test: refactor: introduce `generate_keypair` hel...fanquake
2023-06-21Merge bitcoin/bitcoin#27919: ci: Run fuzz target even if input folder is emptyfanquake
2023-06-21test: Use TestNode *_path properties where possibleMarcoFalke
2023-06-21test: Allow pathlib.Path as RPC argument via authproxyMarcoFalke
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-06-21test: Use wallet_dir lambda in wallet_multiwallet test where possibleMarcoFalke
2023-06-20Merge bitcoin/bitcoin#27890: refactor: Make m_count_with_* in CTxMemPoolEntry...glozow
2023-06-20Merge bitcoin/bitcoin#26740: wallet: Migrate wallets that are not in a wallet...Ryan Ofsky
2023-06-20Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt...Andrew Chow
2023-06-20ci: Run fuzz target even if input folder is emptyMarcoFalke
2023-06-20Merge bitcoin/bitcoin#27622: Fee estimation: avoid serving stale fee estimateglozow
2023-06-19test: refactor: introduce `generate_keypair` helper with WIF supportSebastian Falbesoner
2023-06-19Manage exceptions in bcc callback functionsvirtu
2023-06-18Merge bitcoin/bitcoin#27906: doc: test: update TestShell instructionsfanquake
2023-06-16doc: test: update TestShell instructionsismaelsadeeq
2023-06-16Merge bitcoin/bitcoin#27757: rpc: remove deprecated "warning" field from {cre...Andrew Chow
2023-06-16Remove the syscall sandboxfanquake
2023-06-15Merge bitcoin/bitcoin#27712: test: p2p: check misbehavior for non-continuous ...Andrew Chow
2023-06-15test: clean up is node stoppeddimitaracev
2023-06-14test: ensure old fee_estimate.dat not read on restart and flushedismaelsadeeq
2023-06-14refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN suppMarcoFalke
2023-06-14test: Make linter to look for `BOOST_ASSERT` macrosHennadii Stepanov
2023-06-14test: -loglevel raises on invalid valuesJon Atack
2023-06-14test: -debug and -debugexclude raise on invalid valuesJon Atack
2023-06-14Merge bitcoin/bitcoin#25634: wallet, tests: Expand and test when the blank wa...Ryan Ofsky