Skip to content

feat(evm): integrate cosmos/evm#221

Merged
julienrbrt merged 25 commits intomainfrom
julien/evm
Oct 10, 2025
Merged

feat(evm): integrate cosmos/evm#221
julienrbrt merged 25 commits intomainfrom
julien/evm

Conversation

@julienrbrt
Copy link
Copy Markdown
Member

@julienrbrt julienrbrt commented Jul 29, 2025

Closes: #169
ref: #185

There are some issues with cosmos/evm v0.3.0 (cosmos/evm#378):

# github.com/cosmos/evm/x/vm/types
/var/cache/go/github.com/cosmos/evm@v0.3.0/x/vm/types/opcodes_hooks.go:11:5: undefined: vm.OpCodeHooks
/var/cache/go/github.com/cosmos/evm@v0.3.0/x/vm/types/config.go:37:15: undefined: vm.ExtendActivators
make: *** [Makefile:58: install] Error 1

For those that already want to try without an app do:

ignite s chain mars --no-module
git diff apply evm_app.diff

@blazeapps007
Copy link
Copy Markdown

ignite s chain mars --no-module

Why no-module ?

@julienrbrt
Copy link
Copy Markdown
Member Author

ignite s chain mars --no-module

Why no-module ?

Makes scaffolding faster during testing. Eventually the app won't care.

@blazeapps007
Copy link
Copy Markdown

ignite s chain mars --no-module

Why no-module ?

Makes scaffolding faster during testing. Eventually the app won't care.

Thanks

@julienrbrt julienrbrt mentioned this pull request Jul 30, 2025
1 task
@elix1er
Copy link
Copy Markdown

elix1er commented Aug 1, 2025

Screenshot 2025-08-01 at 19 36 35

@blazeapps007
Copy link
Copy Markdown

Will WASM and EVM share state, or least information across VM's? will ignite also have this module?

@julienrbrt
Copy link
Copy Markdown
Member Author

Will WASM and EVM share state, or least information across VM's? will ignite also have this module?

Not directly, but they can both consume an SDK module state. That could be a way to share state.

@blazeapps007
Copy link
Copy Markdown

Will WASM and EVM share state, or least information across VM's? will ignite also have this module?

Not directly, but they can both consume an SDK module state. That could be a way to share state.

Do we already have the Module ?

@julienrbrt julienrbrt marked this pull request as ready for review September 9, 2025 13:40
@julienrbrt julienrbrt requested a review from Pantani as a code owner September 9, 2025 13:40
@blazeapps007
Copy link
Copy Markdown

When will this come in production

@julienrbrt
Copy link
Copy Markdown
Member Author

julienrbrt commented Oct 5, 2025

When will this come in production

soon ™️ need to get back to this.

@julienrbrt julienrbrt merged commit d871ee0 into main Oct 10, 2025
40 of 42 checks passed
@julienrbrt julienrbrt deleted the julien/evm branch October 10, 2025 13:23
@blazeapps007
Copy link
Copy Markdown

SO EVM ready ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scaffolding an evm ready chain

3 participants