-
Notifications
You must be signed in to change notification settings - Fork 232
feat(evm): add "eth.evm.v1.MsgConvertEvmToCoin" tx for ERC20 to bank coin conversions with a non-Ethereum transaction #2345
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 3 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
50c6a8b
feat: add convertEvmToCoin
matthiasmatt 66dc9eb
chore: changelog
matthiasmatt ae94ac9
feat: revert gitignore changes
matthiasmatt 335862b
Update x/evm/keeper/msg_server.go
matthiasmatt 6bf18b8
Revert "Update x/evm/keeper/msg_server.go"
matthiasmatt 2b8d1cc
fix: lint
matthiasmatt 48d66bb
feat: merge with remote
matthiasmatt 38ee0df
Merge branch 'main' into mat/evm-to-coin
Unique-Divine 68eef68
refactor: lint, fmt, and name consistency with FunToken type
Unique-Divine d7e2c87
docs(CHANGELOG): slightly more descriptive changelog entry
Unique-Divine 54e4b64
fix: revert version update to golangci-lint back to v6
Unique-Divine 451854c
docs(changelog): typos in URLs
Unique-Divine bca8095
fix(evm): remove ERC20 approval requirement by switching from transfe…
Unique-Divine 5cc90da
Update CHANGELOG.md
Unique-Divine bd07373
feat(evm): add CanonicalWnibi to the evm params
Unique-Divine 1cc42c3
feat(evm): add canonical WNIBI logic and get tests passing
Unique-Divine a5ea156
finish adding the WNIBI case
Unique-Divine 8c2c0dc
add a way to update the params with x/sudo
Unique-Divine b6f1f73
Merge branch 'main' into mat/evm-to-coin
Unique-Divine 425a900
merge changes
Unique-Divine b5f57a6
Merge branch 'mat/evm-to-coin' of github.com:NibiruChain/nibiru into …
Unique-Divine 86231ec
fix(golangci-lint): use v8
Unique-Divine 57ad7db
Merge branch 'main' into mat/evm-to-coin
k-yang 5193bfd
Merge branch 'main' into mat/evm-to-coin
matthiasmatt d95f592
test(tokenfactory-cli): impl CLI tests
Unique-Divine 3735599
chore: changelog
Unique-Divine 8ea1858
Merge branch 'main' into ud/cli-tf
Unique-Divine 295be71
Merge branch 'main' into ud/cli-tf
Unique-Divine 8d3b387
fix: include template functinoality in tokenfactory cli
Unique-Divine 24f73ab
Merge branch 'mat/evm-to-coin' into ud/main-1
Unique-Divine 317307c
Merge branch 'main' into ud/main-1
Unique-Divine d777034
impl upgrade handler
Unique-Divine 08473dc
wip!: impl WNIBI integration for FunToken conversion tx msgs
Unique-Divine 8f2420c
return to working state with all passing tests and improved robustness
Unique-Divine b5d3b17
feat: complete the feature with test suites
Unique-Divine ba9109b
linter fixes and more tests
Unique-Divine 0f0c312
refactor: simplify, add docs, and test event emission
Unique-Divine 74b4090
docs(CHANGELOG): fix entry for current PR
Unique-Divine 4860545
linter and typo fix
Unique-Divine bad895d
fix: changes from PR comments
Unique-Divine baf261b
refactor: address more PR comments from coderabbitai
Unique-Divine d5f217d
fix(genesis-test): bug related to mutation of test deps
Unique-Divine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 |
|---|---|---|
|
|
@@ -48,6 +48,7 @@ See https://github.com/dangoslen/changelog-enforcer. | |
|
|
||
| - [#2331](https://github.com/NibiruChain/nibiru/pull/2331) - test(evm-e2e): WNIBI tests for deposit, transfer and total supply | ||
| - [#2334](https://gittub.com/NibiruChain/nibiru/pull/2334) - feat(evm-embeds): Publish new version for `@nibiruchain/[email protected]`, which updates `NibiruOracleChainLinkLike.sol` to have additional methods used by Aave. | ||
| - [#2345](https://gittub.com/NibiruChain/nibiru/pull/2345) - feat(evm): add convertEvmToCoin functions | ||
|
|
||
| ## [v2.5.0](https://github.com/NibiruChain/nibiru/releases/tag/v2.5.0) - 2025-06-09 | ||
|
|
||
|
|
||
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.