ethstorage / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
2 stars 3 forks source link

feat(MSFDG): add getSubValues function #84

Closed dajuguan closed 3 weeks ago

dajuguan commented 1 month ago

Description

This PR adds a getSubValues function that retrieves the _claims and _attackBranch fields. These values provide essential preimages for determining the next attack action by comparing them with the local trace's _claims.

Tests

go test ./...