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

Fix tinygo builds #12

Closed therealbytes closed 1 year ago

therealbytes commented 1 year ago

WASM precompiles depending on concrete/lib won't build as it depends on accounts/abi to implement PrecompileWithABI. This PR puts it under the go:build !tinygo build constrain.