feat: bump evm to v0.6.0-tac.12 (tac_simulate rpc) - #89
Merged
Conversation
tac_simulate is served under the tac namespace, which is available but off by default, so the localnet has to list it in json-rpc.api to be able to exercise it.
Brings the tac_simulate rpc into the tacchaind binary. It runs the same simulated, non-committing execution as eth_call, but also reports the event logs emitted during the simulation and a gas estimate computed on the very same overridden state, and returns a revert as part of the result instead of a JSON-RPC error. Served under the tac json-rpc namespace, which is off unless listed in json-rpc.api.
v1.6.1 carries no state migration, so the release is entirely what the two forks bring: the vesting-locked delegation fix in the staking precompile, historical EVM queries below the v1.6.0 migration height, and the new tac_simulate rpc. Follows the format of CHANGELOG-v104-v160.md, with a per-commit breakdown of both fork bumps since the tacchain side is only a handler, a dep bump and a resolver wiring.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the evm fork to
v0.6.0-tac.12, which adds thetac_simulateJSON-RPCmethod: an
eth_call-style simulation that also returns the emitted event logsand a gas estimate computed on the same overridden state, and reports a revert
in the result instead of as a JSON-RPC error.
Served under the
tacnamespace, off by default. No consensus change, no statemigration.
Also: localnet enables the
tacnamespace, anddocs/CHANGELOG-v160-v161.md.Tested: built against the published tag, 23/23 e2e against a local node.