Commit Graph

84 Commits

Author SHA1 Message Date
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 dcde10c918 Merge pull request #33 from paritytech/bkchr-make-it-work-again
Make everything compile and fix tests
2020-01-15 12:22:37 +01:00
Bastian Köcher 307fbdc931 Overwrite more storage functions 2020-01-15 11:39:27 +01:00
Bastian Köcher 1bcb147669 Make everything compile and fix tests 2020-01-14 22:23:16 +01:00
Bastian Köcher e115da25e6 Merge pull request #32 from paritytech/CI_optimizations
CI optimizations
2019-12-08 14:31:46 +01:00
Denis P 7052a10bf1 CI optomizations 2019-12-06 10:13:21 +01:00
Bastian Köcher f9a7199b65 Merge pull request #29 from paritytech/joshy-clarify-instructions
Clarify instructions for registering a parachain.
2019-11-30 11:37:57 +01:00
Joshy Orndorff 84f522984c Clarify instructions for registering a parachain. 2019-11-29 16:48:44 -05:00
Bastian Köcher e025dabe76 Merge pull request #17 from paritytech/gui-candidate-justification
implementation of BlockAnnounceValidator
2019-11-06 09:49:58 +01:00
Bastian Köcher 76d304677d Merge branch 'master' into gui-candidate-justification 2019-11-06 09:16:38 +01:00
Bastian Köcher d0f855b246 Merge pull request #22 from paritytech/bkchr-test-parachain
Add test parachain
2019-11-06 09:15:12 +01:00
Bastian Köcher 74cb79687c Fixes tests 2019-11-06 09:00:29 +01:00
thiolliere 997b02d8e6 allow empty data 2019-10-31 15:31:42 +01:00
thiolliere 647d376a4f improve doc 2019-10-31 15:28:16 +01:00
thiolliere 6cf27d9e97 use gossip message directly 2019-10-31 15:22:14 +01:00
Bastian Köcher b1df91dafe Merge pull request #21 from paritytech/retry_on_gitlab_system_failures
retry on gitlab system failures
2019-10-31 09:26:46 +01:00
Bastian Köcher debf9a2b95 Update .gitlab-ci.yml 2019-10-31 09:25:50 +01:00
Denis P b1b0eaa108 retry on gitlab system failures 2019-10-30 18:28:55 +01:00
thiolliere 83d2425eaf copyright 2019-10-24 13:52:10 +02:00
thiolliere fb44a0e5e0 refactor 2019-10-24 13:47:06 +02:00
thiolliere 280c89f149 doc 2019-10-24 13:44:05 +02:00
thiolliere 05249cac55 code moved 2019-10-24 13:41:58 +02:00
Bastian Köcher 535be44e8e Add instructions to the README 2019-10-22 17:02:16 +02:00
Bastian Köcher 0edc170036 The parachain does not need any bootnodes for now 2019-10-22 16:41:13 +02: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 d3ed1df0ea Implement block import 2019-10-22 15:26:11 +02:00
Bastian Köcher 451d92affa Fix proof generation and make validate block return the correct result 2019-10-22 14:46:27 +02:00
Bastian Köcher e458f20799 Make most tests compile again 2019-10-22 12:10:40 +02:00
Bastian Köcher ffb042c18e Fix compilation errors after update 2019-10-21 21:12:37 +02:00
thiolliere e7d8a2e9d0 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
Bastian Köcher 982b2a7cf4 Make collator generate the correct block data 2019-10-19 15:45:02 +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
Robert Habermeier f55c9f95ce 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 92aefe924d Provide SelectChain implementation for parachains 2019-10-08 14:38:27 +02:00
Bastian Köcher c10f05eeee Merge pull request #11 from paritytech/bkchr-collator
Implement Collator
2019-10-08 09:53:16 +02:00
Bastian Köcher b1360676a6 Use locked 2019-10-08 09:40:35 +02:00
Bastian Köcher a6888066b6 Merge remote-tracking branch 'origin/master' into bkchr-collator 2019-10-08 08:57:07 +02:00
Bastian Köcher 5021209abe Adds very simple test for the Collator 2019-10-07 17:20:41 +02:00
Bastian Köcher 7d1c5ab554 Enable feature 2019-10-02 19:45:52 +02:00
Bastian Köcher 600586573b Make everything compile again 2019-10-02 16:52:08 +02:00
Bastian Köcher 03b49b4ab2 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 bc4499b640 Try to fix the build 2019-09-29 02:05:49 +02:00
Bastian Köcher ce064775fc Some updates 2019-09-26 09:44:21 +02:00
Denis P 64abb5f70d add cargo audit 2019-09-25 18:48:55 +02:00
Denis P 3c0e942b33 a simple CI for the start 2019-09-25 14:38:08 +02:00
Bastian Köcher a1b8a0678b Merge pull request #13 from paritytech/stas-gitignore-common-ide
Add common ignored files
2019-07-11 23:17:51 +02:00
Stanislav Tkach 5cf77f4b38 Add common ignored files 2019-07-10 13:56:16 +03:00
Bastian Köcher 9bef7a9dc0 Fix compilation 2019-07-04 18:04:22 +02:00
Bastian Köcher 6c5fddda63 Merge pull request #12 from paritytech/bkchr-validate_block_2
Switch to `parachain::ValidationParams`
2019-06-21 15:39:48 +02:00