mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 03:43:56 -05:00
* bump to beta v2.1-rc16 * add a prover config file for devnet * update srs url * bump constraints to cbc6bcb and go-corset to v1.1.1 * use go-corset v1.1.1 * use go-corset v1.1.3 * feat(state-manager): insertion and ephemeral filters . * chores(versions): align the constraints version * chores(version): align the corset version * chores(version): update the zkevm.bin * chores(version): update the zkevm.bin * fix(limits): removes discrepancy between the sepolia and the mainnet config file * chores(release): update the verifier contracts * testing(contract): updates the post-release testdata * chores(contracts): update the contracts * chores(constraints): updates constraints and corset to use the right value * chores(mod): updates the corset dependency and zkevm.bin * testing(contract): updates the testdata * chores(config): update the sample config to use the right version --------- Co-authored-by: gusiri <dreamerty@postech.ac.kr> Co-authored-by: Bogdan Ursu <bogdanursuoffice@gmail.com>
118 lines
5.1 KiB
Modula-2
118 lines
5.1 KiB
Modula-2
module github.com/consensys/linea-monorepo/prover
|
|
|
|
go 1.22.7
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.14.3
|
|
github.com/consensys/bavard v0.1.24
|
|
github.com/consensys/compress v0.2.5
|
|
github.com/consensys/gnark v0.11.1-0.20250107100237-2cb190338a01
|
|
github.com/consensys/gnark-crypto v0.14.1-0.20250515163241-5b554443cce2
|
|
github.com/consensys/go-corset v1.0.7
|
|
github.com/crate-crypto/go-kzg-4844 v1.1.0
|
|
github.com/dlclark/regexp2 v1.11.2
|
|
github.com/fxamacker/cbor/v2 v2.7.0
|
|
github.com/go-playground/assert/v2 v2.2.0
|
|
github.com/go-playground/validator/v10 v10.22.0
|
|
github.com/iancoleman/strcase v0.3.0
|
|
github.com/icza/bitio v1.1.0
|
|
github.com/leanovate/gopter v0.2.11
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.19.1
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/viper v1.19.0
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/net v0.27.0
|
|
golang.org/x/sync v0.10.0
|
|
golang.org/x/time v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.5.5 // indirect
|
|
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cockroachdb/errors v1.11.3 // indirect
|
|
github.com/cockroachdb/fifo v0.0.0-20240616162244-4768e80dfb9a // indirect
|
|
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
|
|
github.com/cockroachdb/pebble v1.1.1 // indirect
|
|
github.com/cockroachdb/redact v1.1.5 // indirect
|
|
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
|
|
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
|
github.com/ethereum/c-kzg-4844 v1.0.3 // indirect
|
|
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
|
|
github.com/felixge/fgprof v0.9.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.4 // indirect
|
|
github.com/getsentry/sentry-go v0.28.1 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/gofrs/flock v0.12.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
|
|
github.com/holiman/uint256 v1.3.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/ingonyama-zk/icicle/v3 v3.1.1-0.20241118092657-fccdb2f0921b // indirect
|
|
github.com/klauspost/compress v1.17.7 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/ronanh/intcomp v1.1.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/supranational/blst v0.3.12 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/term v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/ethereum/go-ethereum v1.14.8
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|