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

feat: add insufficient fee support for evm #920

Merged
merged 30 commits into from
Nov 6, 2024

Conversation

dmoka
Copy link
Contributor

@dmoka dmoka commented Oct 4, 2024

Add missing insufficient fee asset support for EVM transactions/

Since for EVM, we use dispatch permit, that logic needed to be adjusted.

  • increase the cost of dispatch permit

@dmoka dmoka changed the title Feat/add insufficient fee support for evm feat: add insufficient fee support for evm Oct 4, 2024
@dmoka dmoka requested a review from enthusiastmartin October 4, 2024 05:53
Copy link

github-actions bot commented Oct 4, 2024

Crate versions that have not been updated:

  • runtime-integration-tests: v1.25.0
  • hydradx-runtime: v270.0.0

Crate versions that have been updated:

  • pallet-dca: v1.6.2 -> v1.6.3
  • pallet-transaction-multi-payment: v10.1.2 -> v10.1.3
  • hydradx-adapters: v1.3.7 -> v1.3.8
  • hydradx-traits: v3.7.3 -> v3.8.0

Runtime version has not been increased.

traits/src/fee.rs Outdated Show resolved Hide resolved
dmoka added 6 commits October 18, 2024 15:06
…nt-fee-support-for-evm

# Conflicts:
#	Cargo.lock
#	integration-tests/src/evm_permit.rs
#	runtime/hydradx/Cargo.toml
#	runtime/hydradx/src/lib.rs
#	traits/Cargo.toml
Copy link
Member

@mrq1911 mrq1911 left a comment

Choose a reason for hiding this comment

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

include cost of swapping into dispatch permit

dmoka added 6 commits October 28, 2024 10:21
…nt-fee-support-for-evm

# Conflicts:
#	Cargo.lock
#	runtime/hydradx/Cargo.toml
#	runtime/hydradx/src/evm/evm_fee.rs
#	runtime/hydradx/src/evm/mod.rs
#	runtime/hydradx/src/lib.rs
traits/src/fee.rs Outdated Show resolved Hide resolved
# Conflicts:
#	Cargo.lock
#	integration-tests/Cargo.toml
#	runtime/hydradx/Cargo.toml
#	runtime/hydradx/src/lib.rs
@mrq1911 mrq1911 merged commit 5a8cc5b into master Nov 6, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants