-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* diener: 0.9.37 * cargo update * cargo update * Remove missing crates from patch rules * cargo update * Update toolchain to nightly-2022-11-14 * Fix compilation errors * Add explicit #[pallet::call_index(0)] to all pallet calls * Update moonbeam dep's revision * Update pallet_xcm_transactor::Config * cargo update * nix * cargo update * Disable fudge and pool's e2e tests * Fix xcm integration tests * Add sp-runtime/try-runtime * Fix TryRuntime trait impls * Update jsonrpsee dep * tmp: Add fp-self-contained dep to include try-runtime feat * Add missing asset_exists * Fix some errors in command.rs and service.rs * nix * fmt * adapt service + command * Fix warnings * Fix test warnings * fmt * Fix try-runtime compilation error in command.rs * Add pallet index to permissions mock * fix warning * Re-enable fudge and pool's e2e * cargo update * Add #[pallet::call_index()] to loans-ref extrinsics * Drop unused import * fmt * docker: Update toolchain to nightly-2022-11-14 * Update libs/mock and loans-ref to 0.9.37 * nix * docker: Update images to 0.9.37 * Fix clippy * fmt * Box the right thing * fmt * cargo update * nix * Document hardcoded XCM tests' balances * fmt * Fix integration tests * fmt * Fix docs * clippy * fixup * Disable nix_build job * fixup * clipy ++ --------- Co-authored-by: Miguel Hervas <[email protected]>
- Loading branch information
1 parent
43c3676
commit d36b067
Showing
90 changed files
with
4,736 additions
and
3,342 deletions.
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
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
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 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
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
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.