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
Change the way blocks are mined during testing (#554)
- For the default local network, disable automining, so transactions will not trigger a mined block, and instead they will only be mined every 30 seconds
- For the unit tests, enable automining and disable the mining interval.
- An additional small change: we allow passing file paths to yarn test so that we can optionally run only specific testfiles.
0 commit comments