- 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]>
-
- May 27, 2020
-
-
Cecile Tonglet authored
-
- May 19, 2020
-
-
Cecile Tonglet authored
-
Cecile Tonglet authored
* Initial commit Forked at: ab51fe9a Parent branch: origin/master * Consistency fix for repositories in Cargo.toml * Inverse
-
- May 18, 2020
-
-
Cecile Tonglet authored
-
- May 15, 2020
-
-
Bastian Köcher authored
This ensures that the crate compiles for `no_std`. Besides this, there are some fixes to the crate code itself.
-
- May 12, 2020
-
-
Peter Goodspeed-Niklaus authored
* fix test collator compilation failure Closes #88. * copy method instead of using feature Using a feature gate like "test-features" is problematic because it is leaky: depending on situational considitons such as the current working directory when compilation is attempted, the feature may or may not be applied, which makes success inconsistent. It's simpler in this case to copy a dozen lines of code than to work out all the issues with test features. * docker script shoudld work on cumulus-branch (default) * Add storage_append to runtime Co-authored-by: Cecile Tonglet <[email protected]>
-
- May 08, 2020
-
-
Cecile Tonglet authored
* Initial commit Forked at: 66b5c97c Parent branch: origin/master * Add storage_append to runtime * Use sp_std::vec! * Reduce # of allocations * Update runtime/src/validate_block/implementation.rs Co-authored-by: Bastian Köcher <[email protected]>
-