Skip to content

Comments

feat: Tac simulate rpc#12

Open
AkKoks wants to merge 23 commits intotac-devfrom
tac-simulate-rpc
Open

feat: Tac simulate rpc#12
AkKoks wants to merge 23 commits intotac-devfrom
tac-simulate-rpc

Conversation

@AkKoks
Copy link
Collaborator

@AkKoks AkKoks commented Feb 23, 2026

Description

Created new RPC/gRPC method tac_simulate, which works similar like eth_call, but supports stateOverride and returns EVM Logs and gas estimation in result.

Comment on lines +634 to +636
for k, v := range storage {
newObj.SetState(k, v)
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
Comment on lines +677 to +679
for key, value := range account.StateDiff {
statedb.SetState(addr, key, value)
}

Check warning

Code scanning / CodeQL

Iteration over map Warning

Iteration over map may be a possible source of non-determinism
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant