-
Notifications
You must be signed in to change notification settings - Fork 6
imp(all): Move latest changes from Evmos main (incl. SDK v50) #48
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
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
7273872
bump buf-setup-action version to v1.41.0 (7a2294c7)
960b775
bump ibc-go to v7.8.0 (bfeba33a)
35104db
fix eip after protobuf params changes (5b933ddf)
8a44a91
add codehash on erc-20 precompiles and update mocks (88d2207a)
f5806fb
bump golang.org/x/crypto to v0.27.0 (9567d352)
042e3ea
bump golang.org/x/net to v0.29.0 (67f0b0cf)
c3c1d58
additional methods for custom opcodes definitions (2ffe83e9)
ad4f36e
adjust overflow linter warnings (0822b8fc)
38c06a7
fix typos in some proto files and regenerate protos (6d0cf345)
e367ba1
bump google grpc dep to v1.66.1 (0de07c73)
44bf7bd
recap the highest gas limit with account's available balance (02c2414f)
587a12f
bump google grpc to v1.66.2 (bc9ca7b6)
618469b
sdk50 - utils
9b3f5b7
sdk-v50 - server & indexer wip
16b3978
sdk-v50 - encoding, testutil, eip712
2ab0a76
sdk-v50 - ibc, client
5b46e29
sdk-v50 - protos
738dcde
sdk-v50 - linter config
94e5a31
sdk-v50 - rpc and some general renamings
b6a80b1
sdk-v50 - feemarket
fa95f80
sdk-v50 - evm
0464233
sdk-v50 - erc20
f08a586
sdk-v50 - x/ibc/transfer
2315b72
sdk-v50 - precompiles - bank
be1e2f9
sdk-v50 - precompiles - bech32
192178a
sdk-v50 - precompiles - common
b5feef7
sdk-v50 - precompiles - distribution
9528822
sdk-v50 - precompiles - erc20
2955f79
sdk-v50 - precompiles - ics20
ba4fdf2
sdk-v50 - precompiles - p256
5a09d44
sdk-v50 - precompiles - staking
19b60dc
sdk-v50 - precompiles - staking
7649fa8
sdk-v50 - ante wip fix types
795ae6f
sdk-v50 - ante
345a868
sdk-v50 - app
f11afe0
sdk-v50 - cmd
35656cb
sdk-v50 - wip fix
f36f4ab
move testutil constants into own subpackage
1d0223e
wip
fdc2e25
run gofumpt
858242e
fix node running
25aaf98
update test setup with mint mod
GAtom22 6c12135
linters
2b86da5
wip - remove use of defaultEVMDenom and use test constants plus other…
d73bd42
regenerate contracts
f8f29e5
some test fixes regarding default example chain params
8a6ae12
wip debugging for sharing 2 2
c3cd1a1
disable minting for integration test setup by default
f7c9d38
fix mainnet vs. testnet wevmos contracts used in tests
595014f
fix tests by implementing minting for distribution tests and expose m…
1485f52
remove print statements and comment out tests that are not working be…
2f5ad53
more test fixes, using correct account prefix and evm denom for examp…
08eb702
add wiring to include tracers in example app
574f4d9
adjust chain id in test to fail
1852871
gofumpt and linters
327ac05
port changes to CI
35a0d44
run shfmt
ff88814
address markdown linter
ad39121
add changelog entry
6955288
make script executable
fbacf4a
add go work files to gitleaks ignore and run go mod tidy
ce4684b
wip fix solidity
b9c6cd6
fix chain starting in solidity tests
c4ea4b5
wait some time for blocks in solidity tests
0d60901
address coderabbit comments
b2a4187
remove local replace for Cosmos SDK
a0c65ce
fix order in init-node.sh
MalteHerrmann 1e43b90
update example chain dep
MalteHerrmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.39.0 | ||
- uses: bufbuild/buf-setup-action@v1.41.0 | ||
# Push evmOS protos to the Buf Schema Registry | ||
- uses: bufbuild/[email protected] | ||
with: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,6 @@ yarn.lock | |
|
||
# OpenZeppelin contracts | ||
contracts/@openzeppelin/* | ||
|
||
# Build files | ||
example_chain/build/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.