Commit Graph

19 Commits

Author SHA1 Message Date
Cecile Tonglet 0efd15c0c5 Update substrate and polkadot (#50)
* Update Cargo.lock

* Fix for substrate update

* Update Cargo.lock

* Fix for substrate update

* Fix for substrate update

* Fix for substrate update

* Fix for substrate update

* Update Cargo.lock

* Fix for substrate update

* Fix for substrate update

* Fix for substrate update

* Fix for substrate update

* Fix for substrate update

* WIP

* Temporary fix until polkadot is fixed

* WIP

* WIP
2020-02-03 15:39:51 +01:00
Bastian Köcher f0baba94fb Don't finalize the same block multiple times
This fixes the `Safety violation:...` logging.
2020-01-15 16:59:23 +01:00
Bastian Köcher 1bcb147669 Make everything compile and fix tests 2020-01-14 22:23:16 +01:00
thiolliere 712a2a1580 Fix inconsistent head_data (#18)
* fix

* Update consensus/src/lib.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
2019-10-22 15:26:35 +02:00
Bastian Köcher c7e229bf6e Make basic collation working 2019-10-18 14:16:32 +02:00
Bastian Köcher d9edf82783 Begin to add a test parachain 2019-10-16 13:39:38 +02:00
Bastian Köcher 92aefe924d Provide SelectChain implementation for parachains 2019-10-08 14:38:27 +02:00
Bastian Köcher 600586573b Make everything compile again 2019-10-02 16:52:08 +02:00
Bastian Köcher bc4499b640 Try to fix the build 2019-09-29 02:05:49 +02:00
Bastian Köcher 84c9092530 Update Substrate, Polkadot and switch to wasm-builder 2019-06-18 08:43:39 +02:00
Bastian Köcher d8e901300d Update to latest Substrate + Polkadot 2019-06-05 20:38:26 +02:00
Bastian Köcher 86fc19933d Make the tests pass 2019-03-07 10:56:00 +01:00
Robert Habermeier 2ed6549530 implement mark_best using set_head 2019-02-18 17:33:22 -03:00
Robert Habermeier b47cae17f0 implement parachain_key 2019-02-01 20:45:30 -03:00
Robert Habermeier 9c7c3d7088 implement PolkadotClient for polkadot clients without parachain key 2019-01-21 21:47:21 -03:00
Robert Habermeier bcedf20c6c implement LocalClient for relevant substrate clients 2019-01-21 20:18:07 -03:00
Robert Habermeier 1e0aeab26f skeleton code for following a polkadot parachain 2019-01-21 19:54:44 -03:00
Robert Habermeier e27600f07e add deps for consensus crate 2019-01-15 18:01:23 -03:00
Robert Habermeier ab44dc618e Skeleton for Cumulus-consensus 2019-01-15 16:33:11 -03:00