-
Notifications
You must be signed in to change notification settings - Fork 84
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
Latest cleanings pre audit #1974
Conversation
d902431
to
bfe3777
Compare
@@ -235,7 +235,7 @@ pallet-investments = { path = "pallets/investments", default-features = false } | |||
pallet-keystore = { path = "pallets/keystore", default-features = false } | |||
pallet-liquidity-pools = { path = "pallets/liquidity-pools", default-features = false } | |||
pallet-liquidity-pools-gateway = { path = "pallets/liquidity-pools-gateway", default-features = false } | |||
pallet-liquidity-pools-gateway-queue = { path = "pallets/liquidity-pools-gateway/queue", default-features = false } | |||
pallet-liquidity-pools-gateway-queue = { path = "pallets/liquidity-pools-gateway-queue", default-features = false } |
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.
I think we can leave this name as it is.
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.
But then it would look weird if the pallet is being used for another kind of queues...
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.
That's a problem for future-us :D Plus, I think that eventually we'll drop it and use Tasks
.
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.
I'm not convinced by the name, but I will leave it as it
* lp-message: Use MessageHash for recovery fns * lp-gateway: Drop domain from message recovery extrinsics
4644783
to
1101a64
Compare
If passes CI, that it should, we can merge it |
I've moved some utility into axelar to be audited as part of the pallet: cd7c3d0 |
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.
Thanks so much for yet another cleanup!
Description
PR with some cleanings to be merged just before the audit, after:
Changes:
pallet-liquidity-pools-queue
moved topallets/
traits/liquidity_pools.rs
(they are generic enough)renamed topallet-queue
orpallet-idle-queue
cases/liquidity_pools.rs
renamed tocases/foreign_investments.rs