-
Notifications
You must be signed in to change notification settings - Fork 703
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
Asset Conversion LPFee
Should Use a Per{Something}
Instead of u32
#88
Open
joepetrowski opened this issue
Jun 25, 2023
· 0 comments
· May be fixed by paritytech/substrate#14823
Open
Asset Conversion LPFee
Should Use a Per{Something}
Instead of u32
#88
joepetrowski opened this issue
Jun 25, 2023
· 0 comments
· May be fixed by paritytech/substrate#14823
Labels
Comments
the-right-joyce
added
I4-refactor
Code needs refactoring.
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
and removed
I7-refactor
labels
Aug 25, 2023
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
jonathanudd
pushed a commit
to jonathanudd/polkadot-sdk
that referenced
this issue
Apr 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
As noted here, it would be more idiomatic to use a
PerThing
rather than au32
forLPFee
. This was initially set as au32
to be similar to Uniswap, but should be migrated toPerThing
.The text was updated successfully, but these errors were encountered: