DistributedCollective / DistributedCollective/Sovryn-smart-contracts
Script to create report on bytecodes not supported by zkSync
Open
@computerphysicslab is already working on this.
Since Jun 23, 2021.
- Dominant language
- JavaScript
- Stars
- 132
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
Report on all our contracts in the sovryn-solidity-contracts and oracle-based-amm repos the number of occurence of every opcode (ADDMOD, SMOD, MULMOD, EXP, and CREATE2, SELFDESTRUCT) by contracts
contract | ADDMOD | MULMOD | EXP | CREATE2 | SELFDESTRUCT
LoanToken | 1 | 3 | 5 | 2 | 0
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.
Assessment
This issue has not been assessed yet.