-
Notifications
You must be signed in to change notification settings - Fork 6
imp(all): Update with latest Evmos main changes #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e34a3e7
849b623
c4b044e
1a0c74f
ac5fe4a
1594590
cf670f7
673ae1f
f87e1a1
9c00853
4af3d14
47144fe
2dbfeb6
5b62170
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bufbuild/buf-setup-action@v1.35.1 | ||
- uses: bufbuild/buf-setup-action@v1.39.0 | ||
# Push evmOS protos to the Buf Schema Registry | ||
- uses: bufbuild/[email protected] | ||
with: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: technote-space/[email protected] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bufbuild/buf-setup-action@v1.35.1 | ||
- uses: bufbuild/buf-setup-action@v1.39.0 | ||
- uses: bufbuild/buf-lint-action@v1 | ||
with: | ||
input: "proto" | ||
|
@@ -41,7 +41,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bufbuild/buf-setup-action@v1.35.1 | ||
- uses: bufbuild/buf-setup-action@v1.39.0 | ||
- uses: bufbuild/buf-breaking-action@v1 | ||
with: | ||
input: "proto" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ require ( | |
cosmossdk.io/math v1.3.0 | ||
cosmossdk.io/simapp v0.0.0-20230608160436-666c345ad23d | ||
cosmossdk.io/tools/rosetta v0.2.1 | ||
github.com/cometbft/cometbft v0.37.9 | ||
github.com/cometbft/cometbft v0.37.10 | ||
github.com/cometbft/cometbft-db v0.12.0 | ||
github.com/cosmos/cosmos-sdk v0.47.12 | ||
github.com/cosmos/gogoproto v1.4.10 | ||
github.com/cosmos/ibc-go/v7 v7.6.0 | ||
github.com/cosmos/cosmos-sdk v0.47.13 | ||
github.com/cosmos/gogoproto v1.7.0 | ||
github.com/cosmos/ibc-go/v7 v7.7.0 | ||
github.com/ethereum/go-ethereum v1.11.5 | ||
github.com/evmos/os v0.0.0-20240806115830-ab675cc0c776 | ||
github.com/spf13/cast v1.6.0 | ||
github.com/spf13/cast v1.7.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.18.2 | ||
github.com/stretchr/testify v1.9.0 | ||
|
@@ -44,7 +44,7 @@ require ( | |
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect | ||
github.com/btcsuite/btcd v0.24.2 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | ||
github.com/btcsuite/btcd/btcutil v1.1.5 // indirect | ||
github.com/btcsuite/btcd/btcutil v1.1.6 // indirect | ||
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | ||
github.com/cenkalti/backoff/v4 v4.1.3 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
|
@@ -97,7 +97,7 @@ require ( | |
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/google/flatbuffers v1.12.1 // indirect | ||
github.com/google/flatbuffers v23.5.26+incompatible // indirect | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dependency Update Caution: The update from |
||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/orderedcode v0.0.1 // indirect | ||
github.com/google/s2a-go v0.1.7 // indirect | ||
|
@@ -152,7 +152,7 @@ require ( | |
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/prometheus/client_golang v1.16.0 // indirect | ||
github.com/prometheus/client_model v0.4.0 // indirect | ||
github.com/prometheus/client_model v0.6.0 // indirect | ||
github.com/prometheus/common v0.44.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/prometheus/tsdb v0.10.0 // indirect | ||
|
@@ -191,20 +191,20 @@ require ( | |
go.opentelemetry.io/otel/metric v1.24.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.24.0 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/oauth2 v0.20.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/api v0.169.0 // indirect | ||
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect | ||
google.golang.org/grpc v1.66.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
|
@@ -222,7 +222,7 @@ replace ( | |
// use cosmos fork of keyring | ||
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0 | ||
// use Cosmos-SDK fork to enable Ledger functionality | ||
github.com/cosmos/cosmos-sdk => github.com/evmos/cosmos-sdk v0.47.12-evmos.2 | ||
github.com/cosmos/cosmos-sdk => github.com/evmos/cosmos-sdk v0.47.13-evmos | ||
// use Evmos geth fork | ||
github.com/ethereum/go-ethereum => github.com/evmos/go-ethereum v1.10.26-evmos-rc4 | ||
// Security Advisory https://github.com/advisories/GHSA-h395-qcrw-5vmq | ||
|
Uh oh!
There was an error while loading. Please reload this page.