-
Notifications
You must be signed in to change notification settings - Fork 95
Polkadot v0.9.37 #1241
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
Merged
Merged
Polkadot v0.9.37 #1241
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
f5bd096
diener: 0.9.37
NunoAlexandre a706404
cargo update
NunoAlexandre 2845221
cargo update
NunoAlexandre ea4d4a2
Remove missing crates from patch rules
NunoAlexandre 18c3f06
cargo update
NunoAlexandre aacc8ac
Update toolchain to nightly-2022-11-14
NunoAlexandre 98cf39c
Fix compilation errors
NunoAlexandre 1c7fad8
Add explicit #[pallet::call_index(0)] to all pallet calls
NunoAlexandre 4e8eaf5
Update moonbeam dep's revision
NunoAlexandre e395f80
Update pallet_xcm_transactor::Config
NunoAlexandre 853b6cd
cargo update
NunoAlexandre a203a5d
nix
NunoAlexandre fa15ec1
cargo update
NunoAlexandre 31bfae6
Disable fudge and pool's e2e tests
NunoAlexandre cb09de5
Fix xcm integration tests
NunoAlexandre 8ebb076
Add sp-runtime/try-runtime
NunoAlexandre 0775544
Fix TryRuntime trait impls
NunoAlexandre 2b3225a
Update jsonrpsee dep
NunoAlexandre f0aa093
tmp: Add fp-self-contained dep to include try-runtime feat
NunoAlexandre ee7140a
Add missing asset_exists
NunoAlexandre 403fb81
Fix some errors in command.rs and service.rs
NunoAlexandre 458f4db
nix
NunoAlexandre 42a805d
fmt
NunoAlexandre 8a3bcd7
adapt service + command
mikiquantum 9e4721d
Fix warnings
NunoAlexandre d4a3f03
Fix test warnings
NunoAlexandre fe8963e
fmt
NunoAlexandre e27c0a5
Fix try-runtime compilation error in command.rs
NunoAlexandre 1ddece7
Add pallet index to permissions mock
NunoAlexandre e894e06
fix warning
NunoAlexandre 3178da0
Re-enable fudge and pool's e2e
NunoAlexandre 9d95e5b
Merge remote-tracking branch 'origin/main' into polkadot-v0.9.37
NunoAlexandre b69669c
cargo update
NunoAlexandre db69302
Merge remote-tracking branch 'origin/main' into polkadot-v0.9.37
NunoAlexandre c3ca81c
Add #[pallet::call_index()] to loans-ref extrinsics
NunoAlexandre b03fc4f
Drop unused import
NunoAlexandre aa30e04
fmt
NunoAlexandre 4b4c6c5
docker: Update toolchain to nightly-2022-11-14
NunoAlexandre 7418cf0
Update libs/mock and loans-ref to 0.9.37
NunoAlexandre 41c4f0b
nix
NunoAlexandre f7936fd
docker: Update images to 0.9.37
NunoAlexandre fe4c17c
Merge branch 'main' into polkadot-v0.9.37
NunoAlexandre e94a03c
Fix clippy
NunoAlexandre bea6a9c
fmt
NunoAlexandre 99b41f2
Box the right thing
NunoAlexandre a42e7de
fmt
NunoAlexandre e76b47f
cargo update
NunoAlexandre 2eb355a
nix
NunoAlexandre ec5ed42
Document hardcoded XCM tests' balances
NunoAlexandre 85923a2
fmt
NunoAlexandre 35c8a42
Merge remote-tracking branch 'origin/main' into polkadot-v0.9.37
NunoAlexandre a98f66c
Fix integration tests
NunoAlexandre 8cc7aa6
fmt
NunoAlexandre f0f57f9
Merge branch 'main' into polkadot-v0.9.37
NunoAlexandre 7841202
Fix docs
NunoAlexandre b8d9a20
clippy
NunoAlexandre 32d0030
fixup
NunoAlexandre fe4b233
Disable nix_build job
NunoAlexandre 86649ff
Merge branch 'main' into polkadot-v0.9.37
NunoAlexandre 29fa5b3
fixup
NunoAlexandre ca43fd7
clipy ++
NunoAlexandre 67503b0
Merge branch 'main' into polkadot-v0.9.37
NunoAlexandre 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,25 @@ | ||
| name: nix-build | ||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: [main, 'release-v**'] | ||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| with: | ||
| # Nix Flakes doesn't work on shallow clones | ||
| fetch-depth: 0 | ||
| - uses: cachix/install-nix-action@v17 | ||
| with: | ||
| install_url: https://releases.nixos.org/nix/nix-2.10.3/install | ||
| - uses: cachix/cachix-action@v10 | ||
| with: | ||
| name: centrifuge-chain | ||
| authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" | ||
| - name: Build centrifuge-chain | ||
| run: nix build --no-allow-dirty -L | ||
| #### NOTE: This job is disabled until nix supports the latest cargo workspace features. | ||
| #### See: https://github.com/NixOS/nixpkgs/pull/217232 | ||
| # | ||
| #name: nix-build | ||
| #on: | ||
| # pull_request: | ||
| # push: | ||
| # branches: [main, 'release-v**'] | ||
| #jobs: | ||
| # build: | ||
| # runs-on: ubuntu-latest | ||
| # steps: | ||
| # - uses: actions/checkout@v3 | ||
| # with: | ||
| # # Nix Flakes doesn't work on shallow clones | ||
| # fetch-depth: 0 | ||
| # - uses: cachix/install-nix-action@v17 | ||
| # with: | ||
| # install_url: https://releases.nixos.org/nix/nix-2.10.3/install | ||
| # - uses: cachix/cachix-action@v10 | ||
| # with: | ||
| # name: centrifuge-chain | ||
| # authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" | ||
| # - name: Build centrifuge-chain | ||
| # run: nix build --no-allow-dirty -L | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.