- Aug 14, 2020
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Update Polkadot reference and remove `ValidationFunction` to make usage with polkadot-js easier * Update again
-
- Aug 13, 2020
-
-
Bastian Köcher authored
Fix `--parachain-id` CLI argument for `export-genesis-state` and don't print genesis state without newline.
-
- Aug 12, 2020
-
-
Bastian Köcher authored
-
- Aug 11, 2020
-
-
Bastian Köcher authored
* One node two runtimes This enables the rococo-collator to run the normal and the contracts runtime. * Fix tests
-
- Aug 10, 2020
-
-
Bastian Köcher authored
This reworks the default values used by the RelayChainCli for stuff like the listen port etc. This also renames all the contracts related stuff to `cumulus-*` to support `.cargo/config` overrides.
-
- Aug 08, 2020
-
-
Bastian Köcher authored
* Add cumulus-service Crate that abstracts the service of a parachain. * Make finalization infallible
-
- Aug 07, 2020
-
-
Joshy Orndorff authored
* Separate paraid injection to own pallet * Move token dealer to a crate * Move to rococo-parachains * Remove parameter_types hack * Fix chainspec * fix build * remove commented code * Update contracts runtime to match other runtime * Apply suggestions from code review Co-authored-by: Bastian Köcher <[email protected]> * Alphebetize workspace members * Parachain info to own crate * prune system = frame_system Co-authored-by: Ricardo Rius <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-
Alexander Theißen authored
* seal: Copy over a legacy version of pallet_contracts from substrate * seal: Fix substrate dependency pathes and add as dependency to runtime * seal: Adapt pallet to current substrate version * seal: Add contracts pallet to runtime * seal: Implement rpc runtime api * seal: Update to latest rpc output format * seal: Replace child trie by prefix trie * seal: Add contracts endpoint to the client * seal: fixup rpc test * Fix whitespace issue Co-authored-by: Sergei Shulepov <[email protected]> * seal: Move pallet out of the runtime directory * seal: Create a seperate runtime for contracts * Move parachains to top level directory * seal: Disable rent for easier testing Co-authored-by: Sergei Shulepov <[email protected]>
-
Cecile Tonglet authored
* Initial commit Forked at: 8fae39d3 Parent branch: origin/master * Update Cargo.lock * Graceful shutdown relay chain * Update Cargo.lock * Renamed add_children to add_child * Update test/parachain/src/service.rs Co-authored-by: Bastian Köcher <[email protected]>
-
- Aug 06, 2020
-
-
Bastian Köcher authored
-
Bastian Köcher authored
-
Cecile Tonglet authored
-
Dan Forbes authored
* Updated docs * README 100-character line length * We're keeping the name
-
- Aug 04, 2020
-
-
Dan Forbes authored
Ran `find . -type f -name "*" -print0 | xargs -0 sed -i -e "s/cumulus-test-parachain-collator/rococo-collator/g"`
-
Bastian Köcher authored
* Add parachains for rococo * Fix chain specs * Update to revert log rotation * Support selecting the chain in `export-genesis-state` * Add subcommand for exporting the genesis wasm of a Parachain * Update stuff * Fix `export-genesis-wasm` * Update the polkadot ref * Add bootNodes address * Add bootNodes address - track * Add bootNodes address - trick * Fix incorrect peer id (trick) * Fixes https://github.com/paritytech/cumulus/issues/157 * Update chainspecs * Update specs again * Set correct sudo account * Update properties * Update readme * Update `Cargo.lock` * Switch to rococo-branch Co-authored-by: Evaldo <[email protected]> Co-authored-by: Cecile Tonglet <[email protected]>
-
Bastian Köcher authored
* Fix block announce * Fix compilation
-
- Jul 30, 2020
-
-
Cecile Tonglet authored
-
Cecile Tonglet authored
* Initial commit Forked at: d1d40765 Parent branch: origin/master * Fix polkadot cli arguments not properly parsed * Update test/parachain/src/command.rs Co-authored-by: Bastian Köcher <[email protected]>
-
- Jul 29, 2020
-
-
Cecile Tonglet authored
-
- Jul 28, 2020
-
-
Denis_P authored
Co-authored-by: Bastian Köcher <[email protected]>
-
- Jul 27, 2020
-
-
Bastian Köcher authored
There is probably some bug in rustc which result in an invalid compilation when using an `expect` at the given position. I'm still not sure why this is happening, but this fix should fix it for now.
-
Bastian Köcher authored
-
- Jul 26, 2020
-
-
Bastian Köcher authored
-
- Jul 25, 2020
-
-
Bastian Köcher authored
-
- Jul 23, 2020
-
-
Cecile Tonglet authored
-
- Jul 16, 2020
-
-
Cecile Tonglet authored
Just reorganizing
-
- Jul 09, 2020
-
-
Bastian Köcher authored
-
Bastian Köcher authored
* Upgrade Polkadot & Substrate * Update test/parachain/src/command.rs Co-authored-by: Cecile Tonglet <[email protected]> Co-authored-by: Cecile Tonglet <[email protected]>
-
- Jul 06, 2020
-
-
Cecile Tonglet authored
-
- Jul 02, 2020
-
-
Bastian Köcher authored
* Start * Fix compilation * Fix chainspec * Don't set best 2 times for the same block * Check the status of a block before building on it * Check that the block exists before setting it as the new best * Reorder code * Fork choice depends on sync status * Switch branch again
-
- Jul 01, 2020
-
-
Bastian Köcher authored
* Switch to latest Substrate & Polkadot * Update again
-
- Jun 19, 2020
-
-
Bastian Köcher authored
-
- Jun 18, 2020
-
-
Bastian Köcher authored
* Start by replacing branch names and set `DownwardMessage` * Add the upward-message crate * Add Kusama & Polkadot * More work on getting the upward messages working * Fix build * Begin to integrate it into the test Parachain * Update * Make everything compile again * Switch to westend and print parachain account on startup * Use MultiSignature etc * Fix validate block * Some downward messages work * Update git reference * More downward messages integration * Update test runtime for downward messages * Enable downward message handler and withdraw send tokens * Add some docs * Begin to implement simple XCMP * More work * Fixes and make parachain id configurable * Make parachain ID be part of the genesis * Finishing the XCMP message demo * Update and fixes tests * Update branch
-
Joshy Orndorff authored
-
- Jun 15, 2020
-
-
Cecile Tonglet authored
-
- Jun 11, 2020
-
-
Cecile Tonglet authored
-
- Jun 05, 2020
-
-
Bastian Köcher authored
* Update to latest Substrate & Polkadot * Replace --unsafe-rpc-export with --unsafe-rpc-external * Add --rpc-methods=Unsafe Documented in substrate 24486f52929e9e518eeccbc6ad6da70e9e5bdf8a * typos * more typo * fixed rpc expose * Disable the integration test Co-authored-by: Cecile Tonglet <[email protected]>
-
- Jun 03, 2020
-
-
Cecile Tonglet authored
Fixes #57
-
Cecile Tonglet authored
* Initial commit Forked at: 6c74beab Parent branch: origin/master * Reject blocks without justification * Revert "Reject blocks without justification" This reverts commit ee60e12097939d4ccfe987a71db9a876319ae5ba. * WIP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * CLEANUP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * CLEANUP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * WIP Forked at: 6c74beab Parent branch: origin/master * Move HeadData to primitives * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * CLEANUP Forked at: 6c74beab Parent branch: origin/master * fix * CLEANUP Forked at: 6c74beab Parent branch: origin/master * messages * for the greater good * Update primitives/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> * Update network/src/lib.rs Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
-