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

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

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
Copy link

github-actions bot commented Oct 4, 2024

Crate versions that have been updated:

  • runtime-integration-tests: v1.23.7 -> v1.23.8
  • 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-runtime: v266.0.0 -> v267.0.0
  • hydradx-traits: v3.7.2 -> v3.8.0

Runtime version has been increased.

traits/src/fee.rs Outdated Show resolved Hide resolved
…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

…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
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