Commit Graph

13 Commits

Author SHA1 Message Date
Bastian Köcher 6f50d0928d 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 c3a9c51051 Switch to StorageProof (#160) 2020-07-27 10:22:58 +02:00
Bastian Köcher 05a83e8bdb Take storage root from parent header (#123) 2020-06-19 13:15:56 +02:00
Bastian Köcher c0769c6ae6 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 1bcb147669 Make everything compile and fix tests 2020-01-14 22:23:16 +01:00
Bastian Köcher d3ed1df0ea Implement block import 2019-10-22 15:26:11 +02:00
Bastian Köcher 982b2a7cf4 Make collator generate the correct block data 2019-10-19 15:45:02 +02:00
Bastian Köcher 391792f3d0 Some fixes 2019-04-12 16:02:36 +02:00
Bastian Köcher 4fa5d35ec1 Some docs 2019-04-12 13:36:48 +02:00
Bastian Köcher 101d338fb9 Adapt to latest changes in the specification 2019-04-05 13:21:16 +02:00
Bastian Köcher 2c6bf07e7d Start using trie db 2019-04-03 22:10:13 +02:00
Bastian Köcher 68100e7545 Adds test-runtime to start working on tests 2019-03-06 13:51:23 +01:00
Bastian Köcher ecbf2c45c2 Adds validate_block support for runtime 2019-03-06 12:53:41 +01:00