Skip to content

v12.0.0-dev.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@arajasek arajasek released this 22 Sep 20:48
· 5 commits to fvm-next since this release
7ad4726
fix: correctly assert the state at the end of the paychan test (#1417)

The actor has been deleted so the assertions should reflect that. By
removing the state from the mock runtime, this change will also let us
catch any other testing bugs (and let's us assert that the actor was
actually deleted).