-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: initialize accounts in integration tests
Currently rpc state reader defaults to a single account contract, this extends the behavior to create a variable number, to make it easier to setup integration tests (otherwise every test will have a bunch of deploy_account expensive boilerplate). Alternative: increase the default to something sensible, like 6. This will most likely suffice, but it's a bit of a magic number and might have unnecessary overhead. That is, while debugging users might not understand where so many contracts are coming from. commit-id:4ef4de46
- Loading branch information
Gilad Chase
committed
Jun 25, 2024
1 parent
3a24fb1
commit 15bb4d0
Showing
4 changed files
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters