- Nov 19, 2021
-
-
Hernando Castano authored
* Add instructions about Rococo Deployment * Use correct screenshot
-
- Nov 11, 2021
-
-
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
-
- 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
-
-
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
-
- Sep 08, 2021
-
-
Michael Müller authored
-
- Sep 07, 2021
-
-
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
-
- Jul 28, 2021
-
-
Michael Müller authored
-
- Jul 23, 2021
-
-
Michael Müller authored
* Sync with Substrate * Only execute for tags * Switch from `CI_REF_NAME_SLUG` to `CI_REF_NAME`
-
- Jul 13, 2021
-
-
Michael Müller authored
-
- Jul 05, 2021
-
-
Michael Müller authored
-
- Jun 28, 2021
-
-
Michael Müller authored
-
- Jun 18, 2021
-
-
Michael Müller authored
-
- Jun 09, 2021
-
-
Michael Müller authored
-
- Jun 06, 2021
-
-
Michael Müller authored
* Sync with https://github.com/paritytech/substrate/commit/72e2c34695e839c2550b1b2736b9569ba8085bc1 * Sync with https://github.com/paritytech/substrate/commit/de95ba50d10683d8aaaad351b6ce0cd3339c9f6f * Sync with https://github.com/paritytech/substrate/commit/14fcad989c168e34c494ac752a7f40ff8f627dcc * Update `Cargo.lock` * Update hash in readme
-
- May 21, 2021
-
-
Michael Müller authored
* Sync with latest Substrate * Increase `spec_version` * Update commit in readme
-
- May 20, 2021
-
-
Michael Müller authored
* Sync with latest Substrate * Increase `spec_version` * Update commit in readme
-
- May 17, 2021
-
-
Michael Müller authored
* Sync with latest Substrate * Update readme
-
- Apr 27, 2021
-
-
Michael Müller authored
* Use `substrate-wasm-builder` from repo * Update Substrate and `parity-scale-codec` version * Update readme
-
- Apr 23, 2021
-
-
Michael Müller authored
* Sync with Substrate * Bump `spec_version`
-
- Apr 21, 2021
-
-
Michael Müller authored
-
- Mar 30, 2021
-
-
Andrew Jones authored
-
Michael Müller authored
-
- Feb 23, 2021
-
-
Andrew Jones authored
* Update substrate to Alex's WIP framev2 PR branch * Pin funty * WIP updating Config trait and parameter types * cargo update * Use substrate master now contracts PR merged * Copied constants from node-runtime * Fix runtime compilation * Use latest substrate wasm builder * Fix up node * Add key subcommand * Increment spec version * Remove master branch specifier * Remove funty pin from manifest, it should be in the `Cargo.lock` * Use contracts parameters copied from node-runtime * Update README substrate commit
-
- Dec 02, 2020
-
-
Andrew Jones authored
* cargo update and Trait -> Config rename * Fix up contracts pallet config * Update substrate commit in README.md * Update service consensus stuff * Fix RentByteFee
-
- Nov 18, 2020
-
-
Andrew Jones authored
* Sync with substrate master * Update to latest substrate commit
-
- Oct 30, 2020
-
-
Andrew Jones authored
* Use substrate dependencies from master * Cargo update * Fix up compiler errors * Update Cargo.lock * Update contract call rpc api boilerplate. Rel https://github.com/paritytech/substrate/pull/7409 * Fix up service * Update runtime * Update README
-
- Oct 14, 2020
-
-
Jaco Greeff authored
As per https://github.com/polkadot-js/apps/pull/3863
-
- Oct 02, 2020
-
-
Andrew Jones authored
* Upgrade to substrate 2.0.0 * Add note about UI compat * Trigger CI
-
- Sep 01, 2020
-
-
Andrew Jones authored
* Rename paracon to canvas * More renaming
-
- May 21, 2020
-
-
Ricardo Rius authored
* Update to alpha.8 * Update node/src/command.rs * Update node/src/command.rs * Update node/src/command.rs * Update node/src/command.rs
-
- Apr 21, 2020
-
-
Ricardo Rius authored
-
- Jan 23, 2020
-
-
Nikolay Volf authored
-
- Jan 21, 2020
-
-
NikVolf authored
-
Nikolay Volf authored
-