-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: bump substrate depedencies #62
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
* chore: remove eth related pallet code * chore: remove eth from xtask spec * chore: make clippy happy
* refac: taking out useless code * refac: got rid of `(debug_assertions)` in production code * update: changelog * fixed spec file * Update CHANGELOG Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com> Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com> --------- Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com> Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com> Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com>
Bumps the substrate version to a decently new one used by Polkadot 1.10. Closes #73.
This reverts commit 118771f.
functor-flow
added a commit
that referenced
this pull request
Jan 16, 2025
* feat: making s0 applications more robust * fix: correct balance fix * fix: safer migration * fixed migration * fix: `paying_for` appication
functor-flow
added a commit
that referenced
this pull request
Jan 16, 2025
* chore: remove eth related pallet code (#91) * chore: remove eth related pallet code * chore: remove eth from xtask spec * chore: make clippy happy * reafac: useless code cleanup (#89) * refac: taking out useless code * refac: got rid of `(debug_assertions)` in production code * update: changelog * fixed spec file * Update CHANGELOG Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com> Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com> --------- Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com> Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com> Co-authored-by: Luiz Carvalho <luizcmpc@gmail.com> * chore: bump substrate to newest version (#93) Bumps the substrate version to a decently new one used by Polkadot 1.10. Closes #73. * chore: remove temporary traces * fix: use debug format for percentages * fix: nightly version in `rust-toolchain` * chore: bump rust toolchain to newer nightly This reverts commit cdf398193fc13e4be75fe0df2b6614a853d1b37c. * fix: code substitution for halted chain --------- Signed-off-by: JZ <115138297+Supremesource@users.noreply.github.com> Signed-off-by: Luiz Carvalho <luizcmpc@gmail.com> Co-authored-by: João Victor <65056371+devwckd@users.noreply.github.com> Co-authored-by: JZ <115138297+Supremesource@users.noreply.github.com> Co-authored-by: YourUsername <zimulajan0@gmail.com>
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.
This commit bumps all substrate dependencies to the new ones, fixes how we deal with chain specs, and inlines the main chain spec, killing that old snapshot support.