Skip to content

Commit

Permalink
Robonomics parachain on cumulus (airalab#48)
Browse files Browse the repository at this point in the history
* Added robonomics parachain runtime

* substrate-ros: upgrade to substrate 2.0-alpha5

* pallet-robonomics-liability: upgrade to substrate 2.0-alpha5

* [WIP]: robonomics protocol

* Update to latest cumulus

* Switch to cumulus branch

* Update to latest cumulus

* Added parachain collator

* Updated polkadot local chainspec

* Save robonomics parachain chain-spec as file

* Updated polkadot & robonomics parachian specs

* Added bootnodes

* Updated polkadot local chain specs

* parachain-runtime: cumulus runtime upgrade pallet

* Update parachain runtime

* Enable parachain upgrade module

* Updated parachain chainspec

* Refactored robonomics-io, added IPFS writer

* Added robonomics-io IPFS reader

* robonomics-io: added new line symbol for stdout

* Upgrade to latest cumulus

* Parachain genesis

* Fix LPT bootnodes

* Update parachain spec

* Fix code style

* Upgrade to latest cumulus

* [CI]: fix nix actions

* Fix code style

* Updated parachain XRT distribution

* Updated polkadot chainspec

* Upgrade to latest cumulus

* Updated polkadot chainspec

* Updated chainspecs

* Fix code style

* Switch to ros-nix-overlay

* Upgrade to latest cumulus

* Bump version

* Fix code format
  • Loading branch information
akru authored Jul 20, 2020
1 parent f743644 commit f1a76b3
Show file tree
Hide file tree
Showing 42 changed files with 6,209 additions and 3,586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v10
- name: Build doc
run: nix-shell --option sandbox false --run "cargo doc --all --all-features --no-deps"
- name: Push index.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v10
- run: nix-shell --option sandbox false --run "cargo build --release"
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- uses: cachix/install-nix-action@v10
- name: Run all tests
run: nix-shell --option sandbox false --run "cargo test --all"
Loading

0 comments on commit f1a76b3

Please sign in to comment.