ink
ink copied to clipboard
`[ink_e2e]` integrate generated unique accounts into environment
Following up from https://github.com/paritytech/ink/pull/1615#pullrequestreview-1268107401.
We can now generate and fund a unique account which means the tests no longer interfere with one another.
The next step could be to integrate this into the environment: e.g. the up front test suite initialization could create and fund a number of accounts which could be passed to each test as an argument.
Another approach would be to supply a main "origin" account to the Client to avoid having to pass the origin signer arg to every extrinsic call.