Commit Graph

55 Commits

Author SHA1 Message Date
thiolliere 09cbb46523 refactor 2019-10-24 13:47:06 +02:00
thiolliere 11dd0197d8 doc 2019-10-24 13:44:05 +02:00
thiolliere 429876bfd8 code moved 2019-10-24 13:41:58 +02:00
thiolliere 87093feee2 Fix inconsistent head_data (#18)
* fix

* Update consensus/src/lib.rs

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
2019-10-21 11:44:26 +02:00
Robert Habermeier 28ec1f3180 Merge pull request #15 from paritytech/bkchr-select-chain
Provide `SelectChain` implementation for parachains
2019-10-08 16:13:20 +02:00
Bastian Köcher 398e3489ed Provide SelectChain implementation for parachains 2019-10-08 14:38:27 +02:00
Bastian Köcher 7a90954d21 Merge pull request #11 from paritytech/bkchr-collator
Implement Collator
2019-10-08 09:53:16 +02:00
Bastian Köcher c697f25eb6 Use locked 2019-10-08 09:40:35 +02:00
Bastian Köcher 169c2df1ef Merge remote-tracking branch 'origin/master' into bkchr-collator 2019-10-08 08:57:07 +02:00
Bastian Köcher d9f771f279 Adds very simple test for the Collator 2019-10-07 17:20:41 +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 5131f3aaa1 Merge pull request #14 from paritytech/create_ci
a simple CI for the start
2019-10-01 10:01:11 +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
Denis P 26e49930bc add cargo audit 2019-09-25 18:48:55 +02:00
Denis P 3b07551055 a simple CI for the start 2019-09-25 14:38:08 +02:00
Bastian Köcher 1f25902e42 Merge pull request #13 from paritytech/stas-gitignore-common-ide
Add common ignored files
2019-07-11 23:17:51 +02:00
Stanislav Tkach d0a47c62bc Add common ignored files 2019-07-10 13:56:16 +03:00
Bastian Köcher 006bec18ba Fix compilation 2019-07-04 18:04:22 +02:00
Bastian Köcher 8e54701482 Merge pull request #12 from paritytech/bkchr-validate_block_2
Switch to `parachain::ValidationParams`
2019-06-21 15:39:48 +02:00
Bastian Köcher 0f9c467dd2 Switch to parachain::ValidationParams 2019-06-21 13:17:37 +02:00
Bastian Köcher fd745ce485 Adds missing build.rs 2019-06-21 12:01:31 +02:00
Bastian Köcher 249eb4dbdf Adds missing build.rs 2019-06-18 16:24:39 +02:00
Bastian Köcher 99731a64a4 Adds the collator implementation 2019-06-18 16:24:26 +02:00
Bastian Köcher 8dbc70e820 Another update 2019-06-18 13:31:30 +02:00
Bastian Köcher 2d92c9acb3 Update Substrate, Polkadot and switch to wasm-builder 2019-06-18 08:43:39 +02:00
Bastian Köcher 2bc098baaf Merge pull request #10 from paritytech/bkchr-update-to-latest-substrate
Update to latest Substrate + Polkadot
2019-06-06 14:00:11 +02:00
Bastian Köcher 7acbc36a7e Update to latest Substrate + Polkadot 2019-06-05 20:38:26 +02:00
Bastian Köcher 57b51ff755 Merge pull request #9 from paritytech/stas-6-validate-block-parent-hash
Pass parent hash to the validate_block function
2019-05-07 08:33:39 +02:00
Stanislav Tkach da5ec6377f Add test 2019-05-03 13:50:54 +03:00
Stanislav Tkach f641baf325 Fix tests 2019-04-30 15:10:31 +03:00
Stanislav Tkach 5c38405ed8 Pass parent hash to the validate_block function 2019-04-29 21:00:48 +03:00
Robert Habermeier 379083507f Merge pull request #3 from paritytech/bkchr-validate_block
Adds first version of `validate_block`
2019-04-17 14:26:20 +02:00
Bastian Köcher 3f1de002b6 Fix review comments 2019-04-17 11:38:33 +02:00
Bastian Köcher bc512d4743 Forget the correct value 2019-04-17 11:21:44 +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 d1d153dd5a Implement test that executes extrinsics 2019-04-12 13:34:48 +02:00
Bastian Köcher 5110d115eb Fixes simple test 2019-04-12 13:08:44 +02:00
Bastian Köcher e4ec12a609 Trying to get the tests back working 2019-04-12 12:01:16 +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 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 303a1c37f9 implement parachain_key 2019-02-01 20:45:30 -03:00
Robert Habermeier 6397c786ff implement PolkadotClient for polkadot clients without parachain key 2019-01-21 21:47:21 -03:00