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
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
2018-09-10
qa: Premine to deterministic address with -disablewallet
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-26
[Tests] Use blockmaxweight where tests previously had blockmaxsize
Conor Scott
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-21
tests: Remove unused argument max_invalid from check_estimates(...)
practicalswift
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-02-02
[tests] Remove tests for deprecated estimatefee RPC
John Newbery
2018-02-02
[tests] Fix style warnings in feature_fee_estimation.py
John Newbery
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns