duneanalytics / duneanalytics/evm.codes
TSTORE should be in the list of disallowed STATICCALL instructions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 199
- Avg merge
- 15m
- Merged PRs (30d)
- 1
Description
Currently the note only says
This instruction is equivalent to CALL, except that it does not allow any state modifying instructions or sending ETH in the sub context. The disallowed instructions are CREATE, CREATE2, LOG0, LOG1, LOG2, LOG3, LOG4, SSTORE, SELFDESTRUCT, EOFCREATE, as well as CALL or EXTCALL if the value sent is not 0.
but TSTORE is also disallowed inside a STATICCALL.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the STATICCALL note quoted in the issue and compare its disallowed-instruction list with EIP-1153's TSTORE behavior. Update the relevant documentation so TSTORE is listed alongside the other disallowed instructions, then verify the note links and wording remain accurate.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100