-
Notifications
You must be signed in to change notification settings - Fork 99
feat: remove omnipool stable position #1300
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
base: master
Are you sure you want to change the base?
Conversation
|
Crate versions that have not been updated:
Crate versions that have been updated:
Runtime version has been increased. |
martinfridrich
left a comment
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.
There is something wrong with deps.(std), I'm getting:
error[E0433]: failed to resolve: could not find `wasm` in `proc_macro_runtime_interface`
--> /home/frido/.cargo/git/checkouts/polkadot-sdk-0d32aad1614fb5c9/1ed6627/cumulus/primitives/proof-size-hostfunction/src/lib.rs:35:1
|
35 | #[runtime_interface]
| ^^^^^^^^^^^^^^^^^^^^ could not find `wasm` in `proc_macro_runtime_interface`
|
note: found an item that was configured out
...
if I'll do cargo test -p pallet-stableswap or cargo check -p pallet-stableswap
...s/omnipool-liquidity-mining/src/tests/remove_liquidity_stableswap_omnipool_and_exit_farms.rs
Outdated
Show resolved
Hide resolved
martinfridrich
left a comment
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.
Looks good but benchmark it on bench-bot.
|
Quick benchmark at commit 38a604a has been executed successfully. |
Fixes: #1294
TODOS: