- Feb 09, 2022
-
-
Michael Müller authored
-
- Feb 03, 2022
-
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
- Feb 02, 2022
-
-
Michael Müller authored
-
- Jan 28, 2022
-
-
Michael Müller authored
-
Michael Müller authored
* Update readme * Synchronize with `cumulus/parachain-template` * Bump versions
-
- Jan 25, 2022
-
-
Michael Müller authored
-
- Jan 21, 2022
-
-
Michael Müller authored
-
- Jan 10, 2022
-
-
Hernando Castano authored
* Bump Cumulus, Polkadot, and Substrate Also bumps some other depenencies * Remove duplicate `polkadot` dependency * Update `service.rs` Changes related to: https://github.com/paritytech/cumulus/pull/835 * Update `command.rs` * Add `AddressGenerator` config type From: https://github.com/paritytech/substrate/pull/10521/ * Allow Root to execute overweight XCMP messages From: https://github.com/paritytech/cumulus/pull/799 * Add `header` argument to `collect_collation_info` From: https://github.com/paritytech/cumulus/pull/882 * Update Cumulus and friends again * Add Fork ID to genesis config https://github.com/paritytech/cumulus/pull/870 * Add `state_version` field https://github.com/paritytech/substrate/pull/9732 * Add `MaxConsumers` config parameter https://github.com/paritytech/substrate/pull/10382 * Update Substrate compatibility note in README
-
- Jan 05, 2022
-
-
Alexander Samusev authored
-
- Dec 16, 2021
-
-
Michael Müller authored
-
- Dec 09, 2021
-
-
Michael Müller authored
* Sync with cumulus * Revert me: Add `RandonmessCollectiveFlip` back * Bump `spec_version` * Sync with `contracts` pallet changes * Remove deprecated parachain id * Update runtime/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Revert unintended changes from template * Fix imports * Fix `CollatorSelectionUpdateOrigin` * Fix imports * Restore `CollatorSelectionUpdateOrigin` configuration Co-authored-by: Hernando Castano <[email protected]>
-
- Dec 07, 2021
-
-
Michael Müller authored
* Add logos * Update info graphic to new identity
-
- Nov 25, 2021
-
-
Michael Müller authored
* Improve Rococo instructions * Improve grammar * Update README.md Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
- Nov 24, 2021
-
-
Dan Shields authored
-
- Nov 23, 2021
-
-
Sergejs Kostjucenko authored
* Add CODEOWNERS file * Fix syntax error
-
- Nov 19, 2021
-
-
Hernando Castano authored
* Add instructions about Rococo Deployment * Use correct screenshot
-
Dan Shields authored
-
- Nov 11, 2021
-
-
Hernando Castano authored
-
Hernando Castano authored
* Update Cumulus, Polkadot, and Substrate dependencies * Fix some breaking changes in the runtime * Update XCM configuration Relevant PR: https://github.com/paritytech/polkadot/pull/4150 * Update commit in README * Bump Cumulus and friends again * Get rid of ParaID parameter See: https://github.com/paritytech/cumulus/pull/739 * Move the ParaID to a `const` * Appease Clippy * Revert changes in `polkadot-launch` config * Update ParaID to that used on Rococo
-
- Oct 15, 2021
-
-
Alexander Samusev authored
* added Dockerfile * added publish docker to gitlab ci * fix dockerhub repo * debug dockerize * fixed dockerize * removed publish to paritypr on every pr * fixed padding * fixed label, add bin check * added ports to expose to dockerfile * small fixes * renamed ref
-
- Sep 27, 2021
-
-
Hernando Castano authored
-
- Sep 23, 2021
-
-
Hernando Castano authored
-
- Sep 22, 2021
-
-
Michael Müller authored
* Update reamde * Set `spec_version` to 13
-
- Sep 17, 2021
-
-
Hernando Castano authored
* Bump Cumulus to commit `1dd000a0` * Bump `sp-io` to `c000780d` * Bump Polkadot to `d2681524` * Add `scale-info` crate * Fix breaking changes * Clippy! * RustFmt * Update Substrate commit in README
-
- Sep 16, 2021
-
-
Michael Müller authored
* Do not specify particular fonts in figure * Update readme * Improve readability of figure * Do not specify particular fonts in figure
-
Michael Müller authored
-
- Sep 14, 2021
-
-
Michael Müller authored
-
Hernando Castano authored
* Follow specific commits instead of `master` branch * Update dependencies in Lockfile * Add statemine runtime as reference * Sort some imports * Make deps follow `master` instead of revisions * Add contracts related code to runtime * RustFmt runtime * Update `service.rs` * Remove Statemine reference runtime * RustFmt service * Add `sudo` pallet back Even though we're not using it we still need it for the Polkadot test-runtime to compile * Point to my custom Cumulus branch This bumps Substrate, Polkadot, and BEEFY * Bump Substrate et. al in Lockfile * Fix compilation issues in `node` * Switch Cumulus branch back to `master` * Enable collator selection Co-authored-by: Ricardo Rius <[email protected]>
-
- Sep 09, 2021
-
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
-
- Sep 08, 2021
-
-
Ricardo Rius authored
* Make it a common good parachain * Run cargo fmt * Fix cargo check * Fixes * Add endowed account * Fixes * Update runtime/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Update runtime/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Update runtime/src/lib.rs Co-authored-by: Hernando Castano <[email protected]> * Update node/src/chain_spec.rs Co-authored-by: Hernando Castano <[email protected]> * Update node/src/chain_spec.rs Co-authored-by: Hernando Castano <[email protected]> * Change reference currency units * RustFmt runtime Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
-
Michael Müller authored
-
- Sep 07, 2021
-
-
Michael Müller authored
* Add chain-spec for Rococo * Execute `cargo run -- build-spec --raw > res/canvas-rococo.json` * Update chain-spec * Remove faucet * Remove chain-spec fixture * Make chain name clearer * Add warning comment * Update node/src/chain_spec.rs Co-authored-by: Alexander Theißen <[email protected]> * Update node/src/chain_spec.rs Co-authored-by: Alexander Theißen <[email protected]> * Revert "Update node/src/chain_spec.rs" This reverts commit ca92285a . * Remove protocol id, consistency of chain id * Distinguish local id * Add protocol id back in Co-authored-by: Alexander Theißen <[email protected]>
-
Hernando Castano authored
* Update runtime to match that of the `substrate-parachain-template` * Update runtime TOML file to match that from `substrate-parachain-template` * Add some fixes for `master` branch code * Use patched dependencies for Substrate, Polkadot, and Cumulus * Update runtime after downgrading Substrate deps * Copy service file over from `substrate-parachain-template` * Copy CLI file over from `substrate-parachain-template` * Copy Command file over from `substrate-parachain-template` Also updated some fields to point to the relevant `canvas-node` resources. * Copy ChainSpec file over from `substrate-parachain-template` * Update ChainSpec file to be slightly more Canvas node specific * Add lib file to node * Get RPC extension file compiling * Try adding RPC to Cumulus service * Use opaque types in RPC The reason that my code wouldn't compile was that there was a mismatch in the `Block` type being used by the service and the RPC. * Hook up contracts RPC * Copy `rustfmt` config from `substrate-parachain-template` * Format repo * Remove old monetary units * Address most remaining TODO items * Add missing license header * Change binary name back to `canvas` * Use less sketchy Substrate branch name * Remove default node feature * Add path to binary section * Use experimental Cargo resolver * Revert Substrate branch change I think this pulls in some updated dependencies which breaks the build. * Clean up contracts related imports in TOML file * Set `pallet-contracts` state rent related params to zero * Don't use unstable contract features by default * Update Substrate dependencies in README * Update Substrate branch name * Update GitHub dependency references This is for BEEFY, Polkadot, and Cumulus * Update `ChainType` and chain names * Update `contract-pallet` constants Co-authored-by: Alexander Theißen <[email protected]> * Remove `testnet-1.json` file We'll be creating an updated config later on. * Attach issue number to TODO comment * Minor readme fix * Remove outdated usage info Co-authored-by: Alexander Theißen <[email protected]> Co-authored-by: Michael Mueller <[email protected]>
-
- Aug 25, 2021
-
-
Michael Müller authored
* Synchronize and reduce duff with Substrate * Add helper script for syncing with Substrate * Add `RuntimeBlockWeights` and `RuntimeBlockLength` back * Add imports and definition * Add invocation comment
-
- Aug 09, 2021
-
-
Sergejs Kostjucenko authored
* Change pipeline to use vault secrets * Add Vault server vars and fix formatting
-
- Aug 05, 2021
-
-
Michael Müller authored
* Add license * Add rustfmt config * Add `fmt` CI job * Add `FILE_HEADER` to files * Apply `cargo fmt` * Revert "Apply `cargo fmt`" This reverts commit 1bfb7a289ff093a9cc1e22318e9c96f5aa9cbfb0. * Copy `rustfmt.toml` from Substrate over * Apply `cargo fmt` * Add license check * Fix stage name * Use nightly for `rustfmt`
-