Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
With mvr and alt coming up, we want our transactional test runner to be more agnostic to the off chain indexing flavor. This PR attempts to address it by largely limiting the adapter to instantiating the simulacrum or executor with what is needed to bootstrap the network, and then defer to the test caller. Test caller implements a trait so the adapter knows how to inspect off chain state.
Test plan
How did you test the new or updated feature?
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.
Description
With mvr and alt coming up, we want our transactional test runner to be more agnostic to the off chain indexing flavor. This PR attempts to address it by largely limiting the adapter to instantiating the simulacrum or executor with what is needed to bootstrap the network, and then defer to the test caller. Test caller implements a trait so the adapter knows how to inspect off chain state.
Test plan
How did you test the new or updated feature?
Release notes
Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.
For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.