Skip to content

Comments

feat: add erc20 features to v0.4.1 #4

Closed
GuillemGarciaDev wants to merge 197 commits intorelease/v0.4.xfrom
release/v0.4.1-xrplevm
Closed

feat: add erc20 features to v0.4.1 #4
GuillemGarciaDev wants to merge 197 commits intorelease/v0.4.xfrom
release/v0.4.1-xrplevm

Conversation

@GuillemGarciaDev
Copy link
Collaborator

feat: add erc20 features to v0.4.1

This PR enables mint/burn/transfer-ownership capabilities to the v0.4.1 cosmos/evm version. It merges the already applied erc20 changes from release/v0.3.0-xrplevm branch to the v0.4.1 cosmos/evm tag.

This PR MUST NOT be merged to release/v0.3.0-xrplevm. Only open to view changes

Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

Reviewers Checklist

All items are required.
Please add a note if the item is not applicable
and please add your handle next to the items reviewed
if you only reviewed selected items.

I have...

  • added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • confirmed all author checklist items have been addressed
  • confirmed that this PR does not change production code
  • reviewed content
  • tested instructions (if applicable)
  • confirmed all CI checks have passed

vladjdk and others added 30 commits June 2, 2025 15:21
Fixed based on standard OZ convention: "the return value is optional (in rare cases), but if data is returned, it must not be false".

Requiring the Transfer event to be emitted in these cases, since we can scan and check for that.
- remove estimation on internal calls
- use max limit on internal calls
- set refund quotient to 1 on internal calls
- consume gas on CallEVMWithData
- consume full gas on CallEVMWithData failures to match EVM standard
* add to invalid block params case

* add test for filter error case

* lint fix
* edit configs

* lint-fix

* fix

* nl

* to

* to

* cache

* fix

* fix

* stupid

* attempt fix flake test

---------

Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
…)" (cosmos#33)

This reverts commit 6ddc28d.

Co-authored-by: Vlad J <vladjdk@gmail.com>
@GuillemGarciaDev GuillemGarciaDev changed the base branch from release/v0.3.0-xrplevm to release/v0.4.x August 29, 2025 10:02

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not exist, review last changes

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.

7 participants