Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Feature deploy freeverse relay chain in k8s#5

Merged
asiniscalchi merged 7 commits intodevfrom
feature/deploy_rococo_freeverse
May 31, 2023
Merged

Feature deploy freeverse relay chain in k8s#5
asiniscalchi merged 7 commits intodevfrom
feature/deploy_rococo_freeverse

Conversation

@magecnion
Copy link
Contributor

No description provided.

@asiniscalchi asiniscalchi merged commit 15328e9 into dev May 31, 2023
@asiniscalchi asiniscalchi deleted the feature/deploy_rococo_freeverse branch May 31, 2023 07:35
@magecnion magecnion restored the feature/deploy_rococo_freeverse branch June 6, 2023 12:17
asiniscalchi added a commit that referenced this pull request Jul 7, 2023
* Initial commit

* Clean code

* Crib some basic QA stuff from recipes

* Add parachain info

* Update to Cumulus 96da14c

* Update README.md

Co-authored-by: Dan Forbes <dan@parity.io>

* Update to Cumulus 35f60b1

* Tailor the README More Specifically to this Project (#5)

* prune incorrect file headers

* Update to Cumulus 4e7f138

* Add Polkadot JS types

* Update to rococo-v1

* Update to CUmulus 4b69b8d

* chore: update to use Rococov1 branch

* fix: template pallet and tests to run

* docs: compile polkadot with real-overseer feat

* fix: update rustc version in gha

* enable ocw (#13)

* fix:match cumulus refactoring (#14)

* fix enable ocw (#15)

* Update Cargo.lock

* Update to Cumulus 28f5ec2 (#18)

* Update to work with latest version of Polkadot and Cumulus

* more clear steps 

more clear steps

* clarify era waiting period

clarify era waiting period

* Fix build

* try again

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: Ricardo Rius <ricardo@parity.io>

* Update template to cumulus@6ed9632 (#21)

* compile to cumulus@6ed9632

* update docs

* fix test

* Update github actions

* Update node/src/command.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Update node/src/command.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Update runtime/src/lib.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

Co-authored-by: Ricardo Rius <ricardo@parity.io>
Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Updating versions

* update readme instructions, create stong indication of rococo testnet compatablility

* update readme

* Update README.md

fix minor typo

* Update rococo-v1 -> polkadot-v0.9.3 (#33)

* update cargo.toml files to new use branches, remove explicit versions

* use compact dependency notation, and only single quotes in cargo files

* build deps

* 0.9.2 deps. compact pallet deps. cargo update environmental

* update CLI to cumulus (statemint reference)

* add benchmarking (ref node template & statemint) , deps polish

* update collator service

* update runtime, in progress (not building)

* runtime builds!

* service builds

* progress on service & chainspec

* get commands and service working, aura chainspec

* builds no errors!

* readme updates. Westend in use, but era is too long for testing!

* update to 0.9.3 (#38)

* update to rococo-local relay chain use, readme polish

* readme updates

* readme on chain specs for live networks

* update

* readme updated with output. Working!

Co-authored-by: Sam Elamin <hussam.elamin@gmail.com>

* add editorconfig & rustfmt.toml,  run `rustfmt && eclint fix` (#42)

* add editorconfig

* rustfmt

* fix missing doc comment lint

* CLI note

* use substrate editorconfig, ran `eclint fix`

* add rustfmt hard tabs

* rustfmt edition

Co-authored-by: Dan Shields <danwshields@gmail.com>

* Update to polkadot-v.0.9.6 (#46)

* Expect para_id on load_spec for parachain (#48)

* remove polkadot-cli features (#52)

these are not needed for collators.

* Updated to polkadot v0.9.7 (#50)

* updated to v0.9.7

* Further enhancement

- Further enhancement on the README.
- Added a diagram on doing the sudo extrinsic.
- In command.rs removing code that defaulting ParaId to 200 or 2000.

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>

* rollback expect para_id (#57)

* rollback expect para_id

* Update node/src/command.rs

* Update node/src/command.rs

* Update node/src/command.rs

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>

* Update to 0.9.8 (#58)

* Add rustfmt, run `cargo +nightly fmt` (#61)

* Update to `polkadot-v0.9.9` (#65)

* update deps, no other modifications

* fix deps

* builds, no warnings

* disable teleporting

* remove relay root origin for XCM (#75)

* Update to `polkadot-v0.9.10` (#73)

* update cargo deps

* update runtime, builds

* cargo +nightly fmt

* spelling

* clear lock file, builds!

* patch minor gripes from issues

* rm extra constant

* Update rust ci

Co-authored-by: Ricardo Rius <ricardo@parity.io>

* Fix XCM config

* Update to `polkadot-0.9.11` (#80)

* * replace all source with upstream 0.9.11 tag
* tweaks for use with the template on devhub stand-alone

* remove Cargo.lock, build from scratch

* upstream rustfmt

* .editorconfig update

* update ignores

* pub mod rpc

* node lib.rs rm

* port from upstream cumulus #690

* fmt

* * comments for clarity
* XcmExecuteFilter = Nothing

* tweaks from review

* Fix compilation errors

* Alex review edits

* more tweaks

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update to `polkadot-v0.9.12` (#82)

* Port diff from upstream
* rm various superfluous files, scripts
* DisabledValidatorsThreshold removed
* Remove RandomnessCollectiveFlip
* Remove CLI para_id selection, default 1000

* Update template to `polkadot-v0.9.13`  (#85)

* Port changes from Cumulus template upstream
* Update CI

* update to polkadot-v0.9.15 (#90)

* update to polkadot v0.9.15-1 (#91)

* Direct pull from Cumulus upstream polkadot-v0.9.16 branch (#93)

* Direct pull from Cumulus upstream polkadot-v0.9.16 branch
* bump cargo.lock

* Ds/0.9.16 (#94)

* state version 0

* rm lock and rebuild post Polkadot v0.9.16 release (#96)

* fix runtime-benchmarks compile

* polkadot-v0.9.17  (#101)

* update to polkadot-v0.9.17 deps
* `wasmtime` features enabled

* Update to `polkadot-v0.9.18` (#103)

* RPC for relay chain exposed for colllator paritytech/cumulus#963
* Weights files added for runtime
* SCALE version 3 used
* `scale-info` version 2 used

* Update to upstream polkadot-v0.9.19 (#108)

- xcm configuramtion updates
- tweaks on commands for benchmarks, try-runtime

* update to polkadot-v0.9.20 upstream (#110)

* update to polkadot-v0.9.22 (#111)

* update to include backport in lockfile (#112)

* update to polkadot-v0.9.23 (#113)

* Update to polkadot-v0.9.24 (#115)

* Update to polkadot-v0.9.25 (#121)

* Update to polkadot-v0.9.26 (#122)

* update ci - no fixed nightly , ubuntu-latest

Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update node-template from polkadot-v0.9.27 (#123)

Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update substrate-parachain-template from polkadot-v0.9.28 (#124)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* update lock only 0.9.28

* clean lock

* Auto-Update substrate-parachain-template from polkadot-v0.9.29 (#129)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* bump lock to get cargo c working (#132)

* Update test-code.yml

* Auto-Update substrate-parachain-template from polkadot-v0.9.30 (#133)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.32 (#138)

* Auto-Update substrate-parachain-template from polkadot-v0.9.32
* upstream PRs 1882 and 1860 included

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update substrate-parachain-template from polkadot-v0.9.36 (#145)

* Auto-Update substrate-parachain-template from polkadot-v0.9.36

* fix spacing

* fix toml files

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Sacha Lansky <sacha@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.37 (#149)

* create CODEOWNERS (#151)

* Auto-Update substrate-parachain-template from polkadot-v0.9.40 (#153)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Fix typo in `.gitignore` (#156)

* Auto-Update substrate-parachain-template from polkadot-v0.9.42 (#158)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Release pipeline for multiarch binaries and an image (#159)

* add release ci; add dependabot config; add Containerfile

* fix binary name

* fix user

* add docs

* don't cache the release

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

---------

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.43 (#174)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* fixes derived from updating to v0.9.43

* remove unused files

* remove pallet template files

* add rococo relay chain spec as raw

---------

Co-authored-by: Ricardo Rius <ricardo@parity.io>
Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>
Co-authored-by: Dan Forbes <dan@parity.io>
Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
Co-authored-by: bwty <whalelephant@users.noreply.github.com>
Co-authored-by: junius zhou <junius.zhou@gmail.com>
Co-authored-by: stanly-johnson <stanlyjohnson@outlook.com>
Co-authored-by: Black3HDF <29630164+Satoshi-Kusumoto@users.noreply.github.com>
Co-authored-by: John Whitton <johnwhitton@users.noreply.github.com>
Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: al3mart <alejandro@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
Co-authored-by: David R <david@vacovideo.com>
Co-authored-by: Sam Elamin <hussam.elamin@gmail.com>
Co-authored-by: Dan Shields <danwshields@gmail.com>
Co-authored-by: Jimmy Chu <jimmy@parity.io>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Bruno Galvao <brunopgalvao@gmail.com>
Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com>
Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Sacha Lansky <sacha@parity.io>
Co-authored-by: xrelkd <46590321+xrelkd@users.noreply.github.com>
Co-authored-by: Denis Pisarev <denis@parity.io>
Co-authored-by: Alessandro Siniscalchi <asiniscalchi@gmail.com>
asiniscalchi added a commit that referenced this pull request Jul 11, 2023
* Initial commit

* Clean code

* Crib some basic QA stuff from recipes

* Add parachain info

* Update to Cumulus 96da14c

* Update README.md

Co-authored-by: Dan Forbes <dan@parity.io>

* Update to Cumulus 35f60b1

* Tailor the README More Specifically to this Project (#5)

* prune incorrect file headers

* Update to Cumulus 4e7f138

* Add Polkadot JS types

* Update to rococo-v1

* Update to CUmulus 4b69b8d

* chore: update to use Rococov1 branch

* fix: template pallet and tests to run

* docs: compile polkadot with real-overseer feat

* fix: update rustc version in gha

* enable ocw (#13)

* fix:match cumulus refactoring (#14)

* fix enable ocw (#15)

* Update Cargo.lock

* Update to Cumulus 28f5ec2 (#18)

* Update to work with latest version of Polkadot and Cumulus

* more clear steps 

more clear steps

* clarify era waiting period

clarify era waiting period

* Fix build

* try again

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: Ricardo Rius <ricardo@parity.io>

* Update template to cumulus@6ed9632 (#21)

* compile to cumulus@6ed9632

* update docs

* fix test

* Update github actions

* Update node/src/command.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Update node/src/command.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Update runtime/src/lib.rs

Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

Co-authored-by: Ricardo Rius <ricardo@parity.io>
Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>

* Updating versions

* update readme instructions, create stong indication of rococo testnet compatablility

* update readme

* Update README.md

fix minor typo

* Update rococo-v1 -> polkadot-v0.9.3 (#33)

* update cargo.toml files to new use branches, remove explicit versions

* use compact dependency notation, and only single quotes in cargo files

* build deps

* 0.9.2 deps. compact pallet deps. cargo update environmental

* update CLI to cumulus (statemint reference)

* add benchmarking (ref node template & statemint) , deps polish

* update collator service

* update runtime, in progress (not building)

* runtime builds!

* service builds

* progress on service & chainspec

* get commands and service working, aura chainspec

* builds no errors!

* readme updates. Westend in use, but era is too long for testing!

* update to 0.9.3 (#38)

* update to rococo-local relay chain use, readme polish

* readme updates

* readme on chain specs for live networks

* update

* readme updated with output. Working!

Co-authored-by: Sam Elamin <hussam.elamin@gmail.com>

* add editorconfig & rustfmt.toml,  run `rustfmt && eclint fix` (#42)

* add editorconfig

* rustfmt

* fix missing doc comment lint

* CLI note

* use substrate editorconfig, ran `eclint fix`

* add rustfmt hard tabs

* rustfmt edition

Co-authored-by: Dan Shields <danwshields@gmail.com>

* Update to polkadot-v.0.9.6 (#46)

* Expect para_id on load_spec for parachain (#48)

* remove polkadot-cli features (#52)

these are not needed for collators.

* Updated to polkadot v0.9.7 (#50)

* updated to v0.9.7

* Further enhancement

- Further enhancement on the README.
- Added a diagram on doing the sudo extrinsic.
- In command.rs removing code that defaulting ParaId to 200 or 2000.

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>

* rollback expect para_id (#57)

* rollback expect para_id

* Update node/src/command.rs

* Update node/src/command.rs

* Update node/src/command.rs

Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>

* Update to 0.9.8 (#58)

* Add rustfmt, run `cargo +nightly fmt` (#61)

* Update to `polkadot-v0.9.9` (#65)

* update deps, no other modifications

* fix deps

* builds, no warnings

* disable teleporting

* remove relay root origin for XCM (#75)

* Update to `polkadot-v0.9.10` (#73)

* update cargo deps

* update runtime, builds

* cargo +nightly fmt

* spelling

* clear lock file, builds!

* patch minor gripes from issues

* rm extra constant

* Update rust ci

Co-authored-by: Ricardo Rius <ricardo@parity.io>

* Fix XCM config

* Update to `polkadot-0.9.11` (#80)

* * replace all source with upstream 0.9.11 tag
* tweaks for use with the template on devhub stand-alone

* remove Cargo.lock, build from scratch

* upstream rustfmt

* .editorconfig update

* update ignores

* pub mod rpc

* node lib.rs rm

* port from upstream cumulus #690

* fmt

* * comments for clarity
* XcmExecuteFilter = Nothing

* tweaks from review

* Fix compilation errors

* Alex review edits

* more tweaks

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>

* Update to `polkadot-v0.9.12` (#82)

* Port diff from upstream
* rm various superfluous files, scripts
* DisabledValidatorsThreshold removed
* Remove RandomnessCollectiveFlip
* Remove CLI para_id selection, default 1000

* Update template to `polkadot-v0.9.13`  (#85)

* Port changes from Cumulus template upstream
* Update CI

* update to polkadot-v0.9.15 (#90)

* update to polkadot v0.9.15-1 (#91)

* Direct pull from Cumulus upstream polkadot-v0.9.16 branch (#93)

* Direct pull from Cumulus upstream polkadot-v0.9.16 branch
* bump cargo.lock

* Ds/0.9.16 (#94)

* state version 0

* rm lock and rebuild post Polkadot v0.9.16 release (#96)

* fix runtime-benchmarks compile

* polkadot-v0.9.17  (#101)

* update to polkadot-v0.9.17 deps
* `wasmtime` features enabled

* Update to `polkadot-v0.9.18` (#103)

* RPC for relay chain exposed for colllator paritytech/cumulus#963
* Weights files added for runtime
* SCALE version 3 used
* `scale-info` version 2 used

* Update to upstream polkadot-v0.9.19 (#108)

- xcm configuramtion updates
- tweaks on commands for benchmarks, try-runtime

* update to polkadot-v0.9.20 upstream (#110)

* update to polkadot-v0.9.22 (#111)

* update to include backport in lockfile (#112)

* update to polkadot-v0.9.23 (#113)

* Update to polkadot-v0.9.24 (#115)

* Update to polkadot-v0.9.25 (#121)

* Update to polkadot-v0.9.26 (#122)

* update ci - no fixed nightly , ubuntu-latest

Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update node-template from polkadot-v0.9.27 (#123)

Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update substrate-parachain-template from polkadot-v0.9.28 (#124)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* update lock only 0.9.28

* clean lock

* Auto-Update substrate-parachain-template from polkadot-v0.9.29 (#129)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* bump lock to get cargo c working (#132)

* Update test-code.yml

* Auto-Update substrate-parachain-template from polkadot-v0.9.30 (#133)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.32 (#138)

* Auto-Update substrate-parachain-template from polkadot-v0.9.32
* upstream PRs 1882 and 1860 included

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>

* Auto-Update substrate-parachain-template from polkadot-v0.9.36 (#145)

* Auto-Update substrate-parachain-template from polkadot-v0.9.36

* fix spacing

* fix toml files

Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Sacha Lansky <sacha@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.37 (#149)

* create CODEOWNERS (#151)

* Auto-Update substrate-parachain-template from polkadot-v0.9.40 (#153)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Fix typo in `.gitignore` (#156)

* Auto-Update substrate-parachain-template from polkadot-v0.9.42 (#158)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* Release pipeline for multiarch binaries and an image (#159)

* add release ci; add dependabot config; add Containerfile

* fix binary name

* fix user

* add docs

* don't cache the release

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Update README.md

Co-authored-by: Sacha Lansky <sacha@parity.io>

---------

Co-authored-by: Sacha Lansky <sacha@parity.io>

* Auto-Update substrate-parachain-template from polkadot-v0.9.43 (#174)

Co-authored-by: substrate-developer-hub <devops-team@parity.io>

* integrate evm and ethereum pallets

* runtime api added; wip netapi rpc

* frontier extrinsic missing

* net api

* fixes derived from updating to v0.9.43

* remove unused files

* remove pallet template files

* add rococo relay chain spec as raw

* Working evm rpc

* try fix clippy

* File clippy

* Fix more clippy errors

* remove unnecessary delimiter

* Redundant clone

* Fix compile issue

---------

Co-authored-by: Ricardo Rius <ricardo@parity.io>
Co-authored-by: Joshy Orndorff <admin@joshyorndorff.com>
Co-authored-by: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>
Co-authored-by: Dan Forbes <dan@parity.io>
Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
Co-authored-by: bwty <whalelephant@users.noreply.github.com>
Co-authored-by: junius zhou <junius.zhou@gmail.com>
Co-authored-by: stanly-johnson <stanlyjohnson@outlook.com>
Co-authored-by: Black3HDF <29630164+Satoshi-Kusumoto@users.noreply.github.com>
Co-authored-by: John Whitton <johnwhitton@users.noreply.github.com>
Co-authored-by: Dan Shields <35669742+NukeManDan@users.noreply.github.com>
Co-authored-by: al3mart <alejandro@parity.io>
Co-authored-by: Dan Shields <nukemandan@protonmail.com>
Co-authored-by: David R <david@vacovideo.com>
Co-authored-by: Sam Elamin <hussam.elamin@gmail.com>
Co-authored-by: Dan Shields <danwshields@gmail.com>
Co-authored-by: Jimmy Chu <jimmy@parity.io>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Bruno Galvao <brunopgalvao@gmail.com>
Co-authored-by: Paritytech CI <52199148+paritytech-ci@users.noreply.github.com>
Co-authored-by: substrate-developer-hub <devops-team@parity.io>
Co-authored-by: Sacha Lansky <sacha@parity.io>
Co-authored-by: xrelkd <46590321+xrelkd@users.noreply.github.com>
Co-authored-by: Denis Pisarev <denis@parity.io>
Co-authored-by: magecnion <magecnion@gmail.com>
Co-authored-by: Dastan Samatov <dastan@freeverse.io>
@ghost ghost deleted the feature/deploy_rococo_freeverse branch July 25, 2023 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants