-
Notifications
You must be signed in to change notification settings - Fork 99
feat: Upgrade to polkadot-stable2503 #1183
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 not been increased. |
pallets/hsm/src/lib.rs
Outdated
| if SubmitTransaction::<T, Call<T>>::submit_transaction(xt).is_err() { | ||
| log::error!( | ||
| target: "hsm::offchain_worker", | ||
| "Failed to submit transaction for asset {:?}: {:?}", selected_collateral, e |
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.
todo: fix and pass error msg
| } | ||
|
|
||
| impl<T: Config + Send + Sync> SignedExtension for ValidateClaim<T> | ||
| impl<T: Config + Send + Sync + sp_std::fmt::Debug> TransactionExtension<<T as frame_system::Config>::RuntimeCall> |
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.
requires a thorough review
dbe16db to
9aa4794
Compare
Checklist
Testing
Node operators
Add
"--pool-type=fork-aware"to ARGs to enable the fork-aware transaction pool.Migrations