-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Want to be able to send all transactions from one account to bypass the funding phase.
Describe the solution you'd like
- Add a flag to
ScenarioSendTxsCliArgs
:override_senders: bool
- if this flag is set:
- skip the funding steps in
setup
andspam
- replace all
from_pool
declarations in the scenario config withfrom
declarations at runtime, taking thefrom
address of the first signer given by-p
(or the default account)
- skip the funding steps in
Additional context
Waiting for a funding step before spamming requires us to target a chain which has blocks being actively built (which is not always the case). This allows us to send spam transactions immediately, which has its uses.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request