Commit Graph

13 Commits

Author SHA1 Message Date
Bastian Köcher 23c1954c74 Add parachains for rococo (#144)
* 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 <contato@evaldofelipe.com>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
2020-08-04 17:33:20 +02:00
Bastian Köcher 93e0ae472b Switch to StorageProof (#160) 2020-07-27 10:22:58 +02:00
Bastian Köcher 95ffb06f77 Take storage root from parent header (#123) 2020-06-19 13:15:56 +02:00
Bastian Köcher 41e5f0dcfd Introduce message broker for receiving and sending relay chain messages (#80)
* Start message broker implementation

* Finish first stub implementation

* Add features

* Fix attribute

* Update primitives/src/lib.rs

Co-Authored-By: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>

Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
2020-04-20 16:22:05 +02:00
Bastian Köcher 828447d49c Make everything compile and fix tests 2020-01-14 22:23:16 +01:00
Bastian Köcher 074e9e7de6 Implement block import 2019-10-22 15:26:11 +02:00
Bastian Köcher 463b9f35b8 Make collator generate the correct block data 2019-10-19 15:45:02 +02:00
Bastian Köcher 5af32c965d Some fixes 2019-04-12 16:02:36 +02:00
Bastian Köcher bf36903e72 Some docs 2019-04-12 13:36:48 +02:00
Bastian Köcher be6df468e6 Adapt to latest changes in the specification 2019-04-05 13:21:16 +02:00
Bastian Köcher b7871f0fd3 Start using trie db 2019-04-03 22:10:13 +02:00
Bastian Köcher d629154da5 Adds test-runtime to start working on tests 2019-03-06 13:51:23 +01:00
Bastian Köcher 1f665b5b55 Adds validate_block support for runtime 2019-03-06 12:53:41 +01:00