caliper
caliper copied to clipboard
Support for unique Externally Owned Accounts per Besu transaction
Ideally, it should be able to manually specify what account sends each transaction.
Context
Currently, only a single account can be specified from which transactions can be submitted. For private transactions, there is already support to define per-transaction sender accounts
Expected Behavior
For public transactions, one should be able to define what EOA a transaction is submitted from as well.
Actual Behavior
Not implemented yet.
Possible Fix
Generalize private transaction's implementation to public transactions as well.
Steps to Reproduce
N/A
Existing issues
N/A
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.