You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was not really an issue until we allowed max_block_weight to be configured per chain_type.
UserTesting and AutomatedTesting now define an artificially low max_block_weight to make testing blocks and txs at the block weight limit more convenient.
The coin selection logic (and overall tx building logic) should take max_block_weight into consideration to ensure txs are below the max permissible weight.
Not a huge issue right now but it does mean the default coin selection strategy can build invalid txs on UserTesting (workaround is to specify -s smallest).
The text was updated successfully, but these errors were encountered:
This was not really an issue until we allowed
max_block_weight
to be configured perchain_type
.UserTesting
andAutomatedTesting
now define an artificially lowmax_block_weight
to make testing blocks and txs at the block weight limit more convenient.The coin selection logic (and overall tx building logic) should take
max_block_weight
into consideration to ensure txs are below the max permissible weight.Not a huge issue right now but it does mean the default coin selection strategy can build invalid txs on
UserTesting
(workaround is to specify-s smallest
).The text was updated successfully, but these errors were encountered: