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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Sometimes when starting ganache an error is thrown, and it's fixed simply by restarting ganache. One of the errors I've seen when this happens is described in #615. The other is described in this issue. The error thrown is:
Error: Returned error: Cannot get state root with uncommitted checkpoints
Unfortunately I did not save off the stack trace when noting this error, so will update this issue to include the stack trace next time I see this error. As mentioned above, restarting ganache will fix the issue.
Your Environment
Version used: ganache-core 2.11.2 (no Ganache CLI, as I'm using ganache-core directly through OpenZeppelin Test Environment)
The text was updated successfully, but these errors were encountered:
Not super helpful, but here's the output from today (different project than the one where I first saw this the other day)
Error: Returned error: Cannot get state root with uncommitted checkpoints
at Context.<anonymous> (test/batch-zkSync-deposit-test.js:59:54)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
@davidmurdoch is currently working on reimplementing forking in a more robust fashion, for the upcoming Ganache v7.0.0 release. Pinging you David to get this on your radar.
Closing at forking has been reimplemented and these sorts of issues are likely to have been refactored away. Please open a new issue with details if you experience this with Ganache v7+!
Sometimes when starting ganache an error is thrown, and it's fixed simply by restarting ganache. One of the errors I've seen when this happens is described in #615. The other is described in this issue. The error thrown is:
Unfortunately I did not save off the stack trace when noting this error, so will update this issue to include the stack trace next time I see this error. As mentioned above, restarting ganache will fix the issue.
Your Environment
The text was updated successfully, but these errors were encountered: