cairo

Results 12 issues of cairo

### Version Information * vyper Version (output of `vyper --version`): 0.3.6+commit.4a2124d * OS: win * Python Version (output of `python --version`): Python 3.9.12 ### What's your issue about? Please include...

## 📝 Summary Fixes both issues mentioned in #32. ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy` *...

Lint CI check is failing with error: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x61232f] ``` The reason originates from...

Fixes #4894 by removing unit tests that are already equivalently running with fuzzing via Foundry and adding remaining fuzzing unit tests. WIP. #### PR Checklist - [ ] Checkpoints -...

ignore-changeset

**🧐 Motivation** With the utility packing library from #5056 merged, we should update instances where we are doing packing "manually" to instead use the library. **📝 Details** Requires to look...

**Description & Context** For interop, the governor will have to be updated use the L1 block number instead of the OP L2 block number as networks in their superchain will...

**Description** Creates the specs for the `Governor` contract, deployed at https://optimistic.etherscan.io/address/0xcdf27f107725988f2261ce2256bdfcde8b382b10.

Fixes #???? #### PR Checklist - [ ] Tests - [ ] Documentation - [ ] Changeset entry (run `npx changeset add`)

ignore-changeset

# Definition of Done A design document that outlines the modifications to the `Governor` contract based on the requirements of defined in the interoperable `GovernacneToken`/`GovernanceDelegation` design document.

Fixes #4896 and helps #4894 #### PR Checklist - [ ] Tests - [ ] Documentation - [ ] Changeset entry (run `npx changeset add`)

ignore-changeset