Commit pending state changes before updating client in testing pkg #3900
Labels
needs discussion
Issues that need discussion before they can be worked on
testing
Testing package and unit/integration tests
Milestone
Summary
The testing package has a
NextBlock
function which commits the current block and begins the next block. It should commit to the current working app hash. Currently it commits to the app hash which was set when the block had begun, causing any writes to the block to require 2 commits to be proved (one commit to clear the current block and a second to make the state changes provable)For Admin Use
The text was updated successfully, but these errors were encountered: