As per title
Details
- Reviewers
jasonbcox deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGd685f64625d5: [qa] Use proper fee accounting in mempool_limit
rABCd685f64625d5: [qa] Use proper fee accounting in mempool_limit
./test/functional/test_runner.py
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/bip68-sequence.py | ||
---|---|---|
232 ↗ | (On Diff #4363) | wasn't this 10 before? any reason to go to 100 or typo? also, this appears to be added to the wrong file. not sure how this value is being accessed from the other test. |
test/functional/mempool_limit.py | ||
14 ↗ | (On Diff #4363) | Any reason to not add this to test_framework/util.py? If you do this, maybe rename it to create_lots_of_big_transactions_with_opreturn |
21 ↗ | (On Diff #4363) | Isn't this adding 65536 bytes? How does this pass? |
26 ↗ | (On Diff #4363) | Please rename t. I don't know what this means. |
32 ↗ | (On Diff #4363) | transaciton -> transaction |
72 ↗ | (On Diff #4363) | is the added 10 supposed to be fee_multiplier? |
test/functional/bip68-sequence.py | ||
---|---|---|
232 ↗ | (On Diff #4363) | I missed removing this from the diff. It got picked up when I cherry-picked for some reason. |
test/functional/mempool_limit.py | ||
14 ↗ | (On Diff #4363) | So, mininode depends on util, so util cannot depend on mininode. Mininode has all these data types in it. I need to refactor the entire test framework layout at some point. |
21 ↗ | (On Diff #4363) | What do you mean? regtest allows nonstandard transactions. This is what this function has always done in the past. |
72 ↗ | (On Diff #4363) | The entire thing is a fee_multiplier. It's used in the function as such. |