Skip to content
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

imp(all): Add EVM, ERC-20, feemarket and precompiles from Evmos #37

Merged
merged 32 commits into from
Aug 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
408300c
import evm feemarket and precompiles
Aug 13, 2024
d1bfb7c
add changelog entry
Aug 13, 2024
00b2252
more wip
Aug 13, 2024
2d1515c
add erc20 module and IBC middleware
Aug 13, 2024
56efcc9
regenerate protos
Aug 13, 2024
dc2e88f
untangle
Aug 13, 2024
b966b96
run go mod tidy
Aug 13, 2024
305393e
more wip
Aug 13, 2024
1b21e5b
Merge branch 'main' into add-modules
Aug 14, 2024
2faaaa1
wip
Aug 15, 2024
413d96c
fix all this s
Aug 16, 2024
ac682fd
address linters
Aug 16, 2024
79ac817
move some chain native stuff to testutils
Aug 16, 2024
b731356
fix extension options type url
Aug 16, 2024
81d3ef4
use empty default extensions as params
Aug 16, 2024
08b54b5
run go work sync
Aug 19, 2024
11aad01
rework default EVM genesis after removing default EVM params to be pa…
Aug 19, 2024
5e95113
fix error message and tests
Aug 19, 2024
013edbf
fix ante tests
Aug 19, 2024
774ac37
commit wip fixing tests
Aug 19, 2024
bd25c16
linters
Aug 19, 2024
ca5e49a
more evm tests fixed
Aug 20, 2024
196313c
add ibc module to example app
Aug 20, 2024
d8eafcf
use all available precompiles in example app
Aug 20, 2024
b99dfdc
fix more tests and add initial token pair to example application
Aug 20, 2024
50f5a5f
refactors to align genesis states with example chain and tests
Aug 20, 2024
7642c13
add default power reduction for 18 decimals and fixes / linters
Aug 21, 2024
c167e7e
fix tests
Aug 21, 2024
03c017d
avoid using hardcoded bech32 prefix in distribution precompile
Aug 21, 2024
6b6710e
address G115 int overflow linters
Aug 21, 2024
175c482
rename example app import alias
Aug 23, 2024
a3c4f48
add missing linters
Aug 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into add-modules
MalteHerrmann committed Aug 14, 2024
commit 1b21e5b7238ee2a0613ec24e76870aa66add38a3
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ This changelog was created using the `clu` binary
### Improvements

- (all) [#37](https://github.com/evmos/os/pull/37) Add EVM, feemarket and precompiles from evmOS.
- (all) [#38](https://github.com/evmos/os/pull/38) Add readme.
- (all) [#30](https://github.com/evmos/os/pull/30) Add example chain implementation and ante handlers.
- (ci) [#35](https://github.com/evmos/os/pull/35) Disable dependabot temporarily.
- (contracts) [#24](https://github.com/evmos/os/pull/24) Add contracts directory and compilation script.
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.