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
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b9348f6
add insufficient fee asset support to EVM
dmoka Oct 4, 2024
d744a3d
bump versions
dmoka Oct 4, 2024
ccfaf49
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
dmoka Oct 4, 2024
87afc81
formatting
dmoka Oct 4, 2024
061e90c
bump versions
dmoka Oct 4, 2024
dd1133f
bump versions
dmoka Oct 4, 2024
b80d2a5
fix compilation errors
dmoka Oct 4, 2024
7ffaff1
keep param order consistent
dmoka Oct 4, 2024
2324a0a
make clippy happy
dmoka Oct 4, 2024
6722861
remove unnecessary fee in dot calculation as we already do it in conv…
dmoka Oct 18, 2024
4410cde
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
dmoka Oct 18, 2024
8bccbdb
upgrade lock
dmoka Oct 18, 2024
3040914
bump versions
dmoka Oct 18, 2024
f9a15f5
make clippy happy
dmoka Oct 22, 2024
52266bc
formatting
dmoka Oct 22, 2024
65c5a47
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
dmoka Oct 28, 2024
6a92c1d
update lock file
dmoka Oct 28, 2024
470e6ba
incorporate swam in dispatch permits
dmoka Oct 28, 2024
8a11813
fix: we need to incporporate the swap with fee here
dmoka Oct 29, 2024
df45f77
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
dmoka Nov 1, 2024
a942123
bump runtime version
dmoka Nov 1, 2024
75dfd5d
add debug asserts and checked price creation
dmoka Nov 2, 2024
4bcbfd1
replace dot variable creation to optimize its usage
dmoka Nov 2, 2024
eec7342
fix generic type name to stay consistent, as we pass Balance unsighed…
dmoka Nov 2, 2024
fba6af4
simplify code
dmoka Nov 2, 2024
0bf3031
fix naming
dmoka Nov 2, 2024
b01ce13
Merge remote-tracking branch 'origin/master' into feat/add-insufficie…
dmoka Nov 2, 2024
13b2783
update lock
dmoka Nov 2, 2024
bb63fb1
bump runtime version
dmoka Nov 2, 2024
9a6a76a
Merge branch 'master' into feat/add-insufficient-fee-support-for-evm
mrq1911 Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-integration-tests"
version = "1.23.7"
version = "1.23.8"
description = "Integration tests"
authors = ["GalacticCouncil"]
edition = "2021"
Expand Down
Loading
Loading