Akshay Aggarwal
Akshay Aggarwal
#### System information Geth version: `v1.10.16` OS & Version: OSX Commit hash: - #### Expected behaviour abigen produces a go wrapper #### Actual behaviour abigen errors out #### Steps to...
This PR tries to move rest of the view functions behind proxy. Solidity does not allow view functions to have delegate calls inside them. The cleanest way I could make...
Rename keeper interfaces to automation interfaces - KeeperBase -> AutomationBase - KeeperCompatible -> AutomationCompatible - KeeperCompatibleInterface -> AutomationCompatibleInterface - KeeperRegistryInterface1_2 -> AutomationRegistryInterface1_2 Add aliases for old names to maintain backward...
**Note: Apologies in advance** for the big change, it might be easy to review the new contract instead of individual changes. I also have a notion doc describing the changes,...