• Conner Fromknecht's avatar
    feat: reexport L1 secp256k1 from L2 geth · 2fe9b9ee
    Conner Fromknecht authored
    Attempting to compile L1 and L2 get in the same binary produces a
    symbole collision since the CGO names for the library methods are
    identical. To avoid this, we simply reexport the L1 secp256k1 members
    that rely on CGO.
    2fe9b9ee
Name
Last commit
Last update
..
bindings Loading commit data...
cmd/batch-submitter Loading commit data...
drivers/sequencer Loading commit data...
flags Loading commit data...
txmgr Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
batch_submitter.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
crypto.go Loading commit data...
crypto_test.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
package.json Loading commit data...
sentry_log.go Loading commit data...