aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_fee_estimation.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-06-21scripted-diff: Use wallets_path and chain_path where possibleMarcoFalke
2023-06-14test: ensure old fee_estimate.dat not read on restart and flushedismaelsadeeq
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-09tests: Use batched RPC in feature_fee_estimationAndrew Chow
2022-11-17test: Changed small_txpuzzle_randfee to return the virtual size instead of th...Randall Naar
2022-06-27test: Return new_utxos from create_self_transfer_multi in MiniWalletMacroFake
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-04-10test: use MiniWallet for feature_fee_estimation.pySebastian Falbesoner
2021-12-09qa: replace assert with test framework assertion helpers in fee estimation testAntoine Poinsot
2021-12-09qa: fee estimation with RBF test cleanupsAntoine Poinsot
2021-12-09qa: don't mine non standard txs in fee estimation testAntoine Poinsot
2021-12-09qa: pass scriptsig directly to txins constructor in fee estimation testAntoine Poinsot
2021-12-09qa: split coins in a single tx in fee estimation testAntoine Poinsot
2021-12-09qa: use a single p2sh script in fee estimation testAntoine Poinsot
2021-12-09qa: remove a redundant condition in fee estimation testAntoine Poinsot
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-10scripted-diff: Remove redundant sync_all and sync_blocksMarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-09-29qa: test fee estimation with replacement transactionsAntoine Poinsot
2021-09-29qa: split run_test into smaller partsAntoine Poinsot
2021-09-28update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...pranabp-bit
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_fee_estimation.pyfanquake
2021-07-05test: use script_util helpers for creating P2SH scriptsSebastian Falbesoner
2021-06-21test: remove `ToHex` helper, use .serialize().hex() insteadSebastian Falbesoner
2020-12-03init: don't create a CBlockPolicyEstimator if we don't relay transactionsAntoine Poinsot
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-08Do not create default walletAndrew Chow
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-11Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfeeMarcoFalke
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-10-09[test] Add coverage to estimaterawfee and estimatesmartfeeBen Woosley
2019-08-02test: Explain why -whitelist is used in feature_fee_estimationMarcoFalke
2019-08-02test: Format feature_fee_estimation with pep8MarcoFalke
2019-08-01Test: Set -acceptnonstdtxn in feature_fee_estimationMarcoFalke
2019-04-09test: Remove unused importsMarcoFalke
2019-04-09scripted-diff: use self.sync_* methodsMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-03-26[Tests] Use blockmaxweight where tests previously had blockmaxsizeConor Scott
2018-03-22[config] Remove blockmaxsize optionJohn Newbery
2018-03-21tests: Remove unused argument max_invalid from check_estimates(...)practicalswift