index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_fee_estimation.py
Age
Commit message (
Expand
)
Author
2024-10-01
test: add missing sync to feature_fee_estimation.py
Martin Zumsande
2024-09-04
Merge bitcoin/bitcoin#29566: test: update satoshi_round function
Ava Chow
2024-08-07
test: update satoshi_round function
naiyoma
2024-07-25
Merge bitcoin/bitcoin#30275: Fee Estimation: change `estimatesmartfee` defaul...
merge-script
2024-07-24
[test]: ensure `estimatesmartfee` default mode is `economical`
ismaelsadeeq
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-06-21
scripted-diff: Use wallets_path and chain_path where possible
MarcoFalke
2023-06-14
test: ensure old fee_estimate.dat not read on restart and flushed
ismaelsadeeq
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-09
tests: Use batched RPC in feature_fee_estimation
Andrew Chow
2022-11-17
test: Changed small_txpuzzle_randfee to return the virtual size instead of th...
Randall Naar
2022-06-27
test: Return new_utxos from create_self_transfer_multi in MiniWallet
MacroFake
2022-06-21
test: Remove from_node from create_self_transfer* MiniWallet helpers
MacroFake
2022-04-10
test: use MiniWallet for feature_fee_estimation.py
Sebastian Falbesoner
2021-12-09
qa: replace assert with test framework assertion helpers in fee estimation test
Antoine Poinsot
2021-12-09
qa: fee estimation with RBF test cleanups
Antoine Poinsot
2021-12-09
qa: don't mine non standard txs in fee estimation test
Antoine Poinsot
2021-12-09
qa: pass scriptsig directly to txins constructor in fee estimation test
Antoine Poinsot
2021-12-09
qa: split coins in a single tx in fee estimation test
Antoine Poinsot
2021-12-09
qa: use a single p2sh script in fee estimation test
Antoine Poinsot
2021-12-09
qa: remove a redundant condition in fee estimation test
Antoine Poinsot
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-09-29
qa: test fee estimation with replacement transactions
Antoine Poinsot
2021-09-29
qa: split run_test into smaller parts
Antoine Poinsot
2021-09-28
update estimatesmartfee rpc to return max of estimateSmartFee, mempoolMinFee ...
pranabp-bit
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-18
test: use f-strings in feature_fee_estimation.py
fanquake
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2020-12-03
init: don't create a CBlockPolicyEstimator if we don't relay transactions
Antoine Poinsot
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-11
Merge #13693: [test] Add coverage to estimaterawfee and estimatesmartfee
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-10-09
[test] Add coverage to estimaterawfee and estimatesmartfee
Ben Woosley
2019-08-02
test: Explain why -whitelist is used in feature_fee_estimation
MarcoFalke
2019-08-02
test: Format feature_fee_estimation with pep8
MarcoFalke
2019-08-01
Test: Set -acceptnonstdtxn in feature_fee_estimation
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-03-14
wallet/rpc: add maxfeerate parameter to sendrawtransaction
Karl-Johan Alm
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
[next]