Commit Graph

23 Commits

Author SHA1 Message Date
Bastian Köcher 0326d049c5 Update to latest Substrate & Polkadot (#107)
* 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 <cecile.tonglet@cecton.com>
2020-06-05 16:57:02 +02:00
Bastian Köcher 5f008af15f Update Substrate & Polkadot (#84) 2020-04-29 14:23:18 +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
Cecile Tonglet 0abdaed8d7 Update polkadot & substrate (#55) 2020-02-10 18:01:59 +01:00
Cecile Tonglet de4ab321f4 Update CLI (#53)
* Initial commit

Forked at: 4a3ffe07e7
Parent branch: master

* Update substrate: more CLI improvement

* Update substrate and polkadot to cecton-cumulus-branch

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* Update Cargo.lock

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* Update Cargo.lock

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* Test running node and interrupts

* WIP

Forked at: 4a3ffe07e7
Parent branch: master

* Update Cargo.lock

* Update test/parachain/tests/running_the_node_and_interrupt.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
2020-02-10 12:39:32 +01:00
Cecile Tonglet 75b03f2aa6 Update substrate async api (#49)
* Update substrate: async API fix

* Fix to update polkadot and substrate

* Update substrate & polkadot to use cumulus-branch

* Apply suggestions from code review

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
2020-02-01 16:28:33 +01:00
Bastian Köcher 828447d49c Make everything compile and fix tests 2020-01-14 22:23:16 +01:00
Bastian Köcher d9c6bc408c Begin to add a test parachain 2019-10-16 13:39:38 +02:00
Bastian Köcher b90932f152 Enable feature 2019-10-02 19:45:52 +02:00
Bastian Köcher e91c8e78f2 Make everything compile again 2019-10-02 16:52:08 +02:00
Bastian Köcher 1ceecff053 Try to fix the build 2019-09-29 02:05:49 +02:00
Bastian Köcher 9af76cc73d Some updates 2019-09-26 09:44:21 +02:00
Bastian Köcher 7acbc36a7e Update to latest Substrate + Polkadot 2019-06-05 20:38:26 +02:00
Bastian Köcher e4ec12a609 Trying to get the tests back working 2019-04-12 12:01:16 +02:00
Bastian Köcher fe14e0730f Update to latest polkadot/substrate 2019-03-28 17:33:14 +01:00
Bastian Köcher 79a7868c6c Make the tests pass 2019-03-07 10:56:00 +01: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
Robert Habermeier e8c5c1ead4 implement mark_best using set_head 2019-02-18 17:33:22 -03:00
Robert Habermeier 6397c786ff implement PolkadotClient for polkadot clients without parachain key 2019-01-21 21:47:21 -03:00
Robert Habermeier 74981f268f skeleton code for following a polkadot parachain 2019-01-21 19:54:44 -03:00
Robert Habermeier aa6cd4f231 add deps for consensus crate 2019-01-15 18:01:23 -03:00
Robert Habermeier 3474145090 Skeleton for Cumulus-consensus 2019-01-15 16:33:11 -03:00