-
Notifications
You must be signed in to change notification settings - Fork 6
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
📡 New Funding Runtime APIs #416
Merged
Merged
Conversation
This file contains 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
Merged
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @JuaniRios and the rest of your teammates on Graphite |
JuaniRios
force-pushed
the
10-11-new_funding_runtime_apis
branch
from
October 11, 2024 12:20
b7cafae
to
f62d1f6
Compare
lrazovic
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 11, 2024 12:53
28b81b8
to
23f2a0f
Compare
lrazovic
force-pushed
the
10-11-new_funding_runtime_apis
branch
from
October 11, 2024 12:53
f62d1f6
to
ac966a0
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 11, 2024 13:29
23f2a0f
to
d1a6d95
Compare
JuaniRios
force-pushed
the
10-11-new_funding_runtime_apis
branch
2 times, most recently
from
October 11, 2024 14:23
4950ad4
to
deb94e6
Compare
JuaniRios
changed the base branch from
10-10-add_xcm_runtime_apis
to
10-11-chore_upgrade_and_cleanup
October 11, 2024 14:23
JuaniRios
force-pushed
the
10-11-new_funding_runtime_apis
branch
from
October 11, 2024 14:50
deb94e6
to
e9408f0
Compare
lrazovic
requested changes
Oct 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small suggestion on how we might avoid the repetition of a few lines of code. Otherwise: LGTM.
lrazovic
approved these changes
Oct 14, 2024
lrazovic
force-pushed
the
10-11-chore_upgrade_and_cleanup
branch
from
October 14, 2024 13:50
d3e69b6
to
9245097
Compare
lrazovic
force-pushed
the
10-11-new_funding_runtime_apis
branch
from
October 14, 2024 13:50
e9408f0
to
9f02548
Compare
Merge activity
|
JuaniRios
force-pushed
the
10-11-new_funding_runtime_apis
branch
from
October 14, 2024 14:05
9f02548
to
5780289
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What?
Add 2 new APIs on pallet-funding:
calculate_otm_fee
get_funding_asset_min_max_amounts
Testing?
Tests with the same name inside the pallet tests.