concrete-eth / concrete-geth

Concrete is a framework for building application-specific rollups on the OP Stack
GNU Lesser General Public License v3.0
47 stars 19 forks source link

feat: interface check #53

Closed Jemiiah closed 1 week ago

Jemiiah commented 3 weeks ago

Move the Interface Check: Here we relocated the interface check from its current location in "statedb.go" to a different place, suggested as "concrete/api/interface_go.go." This step is essential for decoupling the dependency between "core/state" and "concrete."

Jemiiah commented 3 weeks ago

@therealbytes this is the first part the interface check. i'm working on the second part Thank you for being patient