You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antoine Poinsot
4302afd9a5
rpc: don't go below feerate_floor when converting vbytes
We passed below the floor when the user specified `1000perkb`.
Matt Whitlock says :
I was withdrawing with feerate=1000perkb, which should be the minimum-allowed fee rate. Indeed, bitcoin-cli getmempoolinfo reports:
{
"loaded": true,
"size": 15097,
"bytes": 9207924,
"usage": 32831760,
"maxmempool": 64000000,
"mempoolminfee": 0.00001000,
"minrelaytxfee": 0.00001000
}
Changelog-fixed: rpc: The `feerate` parameters now correctly handle the standardness minimum when passed as `perkb`.
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
Reported-by: Matt Whitlock
5 years ago
..
data
migrations: ignore channels that don't have a peer_id
5 years ago
plugins
pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support.
5 years ago
vectors
pytest: Add tests for the sphinx onion generation and processing
5 years ago
benchmark.py
py-tests: rename 'announce' to 'wait_for_announce'
6 years ago
conftest.py
pytest: Pass result to fixtures and keep directories of failed tests
7 years ago
db.py
pytest: Have the DB provider search for the postgres binary
5 years ago
fixtures.py
pytest: Configure logging in a fixture to match stdout capturing
5 years ago
test_closing.py
tests: skip longer htlc tests on valgring+slow machines
5 years ago
test_connection.py
pytest: Mark test_funding_push as network-specific
5 years ago
test_db.py
migrations: ignore channels that don't have a peer_id
5 years ago
test_gossip.py
gossipd: return channel_announcement features for listchannels.
5 years ago
test_invoices.py
invoice: ignore dead-end heuristic on explicitly specified channels.
5 years ago
test_misc.py
pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support.
5 years ago
test_onion.py
pytest: Actually make sure that the direcory exists
5 years ago
test_pay.py
pytest: extend timeout for test_payment_duplicate_uncommitted
5 years ago
test_plugin.py
pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support.
5 years ago
test_wallet.py
rpc: don't go below feerate_floor when converting vbytes
5 years ago
utils.py
features: do not set option_support_large_channel in channel_announcement.
5 years ago