Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added new StateRegistry contract to expose more state-related-s…
…cenarios (#731) * chore: add tests Signed-off-by: nikolay <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * feat: added more logic to states testing for migration - reorganized folders - added testing tags to test suites - divided tests into two suite: pre-migration and post-migration - added logic for mapping KV object - added a writing to disk feature to capture states - added @post-migration-non-view-functions tests Signed-off-by: Logan Nguyen <[email protected]> * feat: added freeze-network-node script Signed-off-by: Logan Nguyen <[email protected]> Co-Authored-By: Nikolay Atanasow <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> * chore: added comment for freeze script Signed-off-by: Logan Nguyen <[email protected]> * feat: added deleteBalance method Signed-off-by: Logan Nguyen <[email protected]> * feat: added getContractStorageStateHash() to get all contract storage state Signed-off-by: Logan Nguyen <[email protected]> * chore: skip `Hapi vs Ethereum token create test` for now Signed-off-by: Logan Nguyen <[email protected]> * feat: added state tests for erc20/721/1155 Signed-off-by: Logan Nguyen <[email protected]> * test: ci migration testing (#733) Signed-off-by: Logan Nguyen <[email protected]> Co-Authored-By: Iliya Savov <[email protected]> Co-Authored-By: Iliya Savov <[email protected]> Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-Authored-By: Logan Nguyen <[email protected]> * chore: re-enabled `Hapi vs Ethereum token create test` Signed-off-by: Logan Nguyen <[email protected]> --------- Signed-off-by: nikolay <[email protected]> Signed-off-by: Logan Nguyen <[email protected]> Co-authored-by: nikolay <[email protected]> Co-authored-by: Nikolay Atanasow <[email protected]> Co-authored-by: Iliya Savov <[email protected]> Co-authored-by: Iliya Savov <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information