Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

go: Better handle solidity bindings #368

@trianglesphere

Description

@trianglesphere

We would like to address the following issues:

  • Ensure that the compiler version is deterministic and locked
    • We do this with solidity pragmas for version 0.8.10, but should be better
  • We want a CI check that ensures that if a contract changes, the go bindings also change
  • We may want to restructure where contract bindings are located / how they are built
    • The output oracle contract bindings are split from the opnode contract bindings requiring two makefile invocations
    • The opnode contracts are built in a specific folder. That makefile should probably be lifted to the main makefile (or we should add recursive make)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions