-
Notifications
You must be signed in to change notification settings - Fork 7
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
506 switch to stable rust toolchain channel #513
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a12299e
initial push
b-yap 4378c18
fix unused implementor in `reward-distribution`,
b-yap 894b4c4
* wrap Amount in another trait (in redeem pallet) to be able to mock it
b-yap 3c210d0
go to previous day nightly version
b-yap 9e6667b
set override to false
b-yap 2ebfb92
specific toolchain
b-yap e7fed7a
fix clippy issues;
b-yap bfe682a
do not allow parallel
b-yap b50dc98
`--lib`, not `--libs`
b-yap 69a1f5f
fix nightly ci
b-yap 2867ed4
fix nightly ci
b-yap 5ed5567
convert to lib
b-yap 13b1ba2
fix clippy command and install nightly using `dtolnay`
b-yap 8001c1c
fix nightly CI
b-yap 41c94f6
use a newer nightly toolchain and update readme;
b-yap 46534cb
fix warnings and use and older toolchain because of `The 'cargo' binaβ¦
b-yap 4c57a15
use new version
b-yap d6aed06
change all .md to run tests with `+nightly`
b-yap a777d8d
applied cargo fmt
b-yap f79f777
specify the nightly version in readmes;
b-yap 2eca28d
FIX YAML FILE
b-yap 7be4923
revert yaml file
b-yap ca79253
/~https://github.com/pendulum-chain/spacewalk/actions/runs/8876331480/jβ¦
b-yap 70edc47
no need to define the nightly version
b-yap 7232fc0
revert `testing-utils` of pallet `currency`, and build packages indivβ¦
b-yap a00739a
/~https://github.com/pendulum-chain/spacewalk/pull/513#discussion_r1582β¦
b-yap b7e7052
fix /~https://github.com/pendulum-chain/spacewalk/actions/runs/89221941β¦
b-yap 4948b1e
/~https://github.com/pendulum-chain/spacewalk/pull/513#discussion_r1587β¦
b-yap f714d73
Update .github/workflows/ci-dev.yml
b-yap e9c89db
/~https://github.com/pendulum-chain/spacewalk/actions/runs/8922961363/jβ¦
b-yap 461939e
/~https://github.com/pendulum-chain/spacewalk/actions/runs/8924275855/jβ¦
b-yap bfec52e
uncomment all lines
b-yap eb2f12d
had to remove `service` as it requires a companion lib: the `runtime`.
b-yap 1709860
/~https://github.com/pendulum-chain/spacewalk/actions/runs/8926871185/jβ¦
b-yap fc0729a
/~https://github.com/pendulum-chain/spacewalk/actions/runs/8927530752/jβ¦
b-yap f17cd14
/~https://github.com/pendulum-chain/spacewalk/pull/513#pullrequestrevieβ¦
b-yap 2cd69c2
fix rewards-distribution test issue
b-yap 20967da
/~https://github.com/pendulum-chain/spacewalk/pull/513#discussion_r1590β¦
b-yap 1a5c3d6
revise description of `cmd-all`
b-yap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Installing the nightly (and even setting it to default) will still be overriden by the rust-toolchain.toml file, hence it needs to be removed.
See /~https://github.com/pendulum-chain/spacewalk/actions/runs/8751187110/job/24020665297#step:9:33