Commit 6334588
add encointer runtime (polkadot-fellows#80)
<!-- Remember that you can run `/merge` to enable auto-merge in the PR
-->
In fulfillment of
[RFC22](https://github.com/polkadot-fellows/RFCs/blob/main/text/0022-adopt-encointer-runtime.md),
this PR adds the encointer runtime.
replacing #17
notes
* this runtime shall enable async backing at the conservative 12s block
time ("Phase 1" in Santi's tutorial). in a subsequent step we shall set
target block rate of 6s
* We used the same upstream dependency versions like the other system
chains on master
* The PR includes the runtime's commit history for reference
* strictly using published crates.io dependencies
---------
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Cecile Tonglet <[email protected]>
Co-authored-by: Sergei Shulepov <[email protected]>
Co-authored-by: Shawn Tabrizi <[email protected]>
Co-authored-by: Joshy Orndorff <[email protected]>
Co-authored-by: Shaun Wang <[email protected]>
Co-authored-by: Andrew Jones <[email protected]>
Co-authored-by: Vincent Geddes <[email protected]>
Co-authored-by: Sebastian Thiel <[email protected]>
Co-authored-by: Keith Yeung <[email protected]>
Co-authored-by: Gavin Wood <[email protected]>
Co-authored-by: Robert Habermeier <[email protected]>
Co-authored-by: Amar Singh <[email protected]>
Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Guillaume Thiolliere <[email protected]>
Co-authored-by: Alexander Popiak <[email protected]>
Co-authored-by: André Silva <[email protected]>
Co-authored-by: clangenb <[email protected]>
Co-authored-by: Christian Langenbacher <[email protected]>
Co-authored-by: anizeani <[email protected]>
Co-authored-by: mosonyi <[email protected]>
Co-authored-by: NicJak <[email protected]>
Co-authored-by: pifragile <[email protected]>
Co-authored-by: Joakim Nyman <[email protected]>
Co-authored-by: Kutsal Kaan Bilgin <[email protected]>
Co-authored-by: Paulo Martins <[email protected]>
Co-authored-by: tugy <[email protected]>
Co-authored-by: Milos Kriz <[email protected]>
Co-authored-by: Szilárd Parrag <[email protected]>
Co-authored-by: joe petrowski <[email protected]>1 parent a205a9a commit 6334588
File tree
31 files changed
+4907
-8
lines changed- .github/workflows
- system-parachains/encointer
- src
- weights
31 files changed
+4907
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments