Skip to content

Commit

Permalink
add encointer runtime (#80)
Browse files Browse the repository at this point in the history
<!-- 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 <bkchr@users.noreply.github.com>
Co-authored-by: Cecile Tonglet <cecile@parity.io>
Co-authored-by: Sergei Shulepov <sergei@parity.io>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Joshy Orndorff <JoshOrndorff@users.noreply.github.com>
Co-authored-by: Shaun Wang <spxwang@gmail.com>
Co-authored-by: Andrew Jones <ascjones@gmail.com>
Co-authored-by: Vincent Geddes <vincent.geddes@hey.com>
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Gavin Wood <gavin@parity.io>
Co-authored-by: Robert Habermeier <rphmeier@gmail.com>
Co-authored-by: Amar Singh <asinghchrony@protonmail.com>
Co-authored-by: Bastian Köcher <info@kchr.de>
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
Co-authored-by: clangenb <37865735+clangenb@users.noreply.github.com>
Co-authored-by: Christian Langenbacher <clangenb+gh@protonmail.ch>
Co-authored-by: anizeani <36300021+anizeani@users.noreply.github.com>
Co-authored-by: mosonyi <mosonyi@esix.hu>
Co-authored-by: NicJak <56108218+NicJak@users.noreply.github.com>
Co-authored-by: pifragile <pigu@bluewin.ch>
Co-authored-by: Joakim Nyman <Joakim.nyman86@gmail.com>
Co-authored-by: Kutsal Kaan Bilgin <kutsalbilgin@gmail.com>
Co-authored-by: Paulo Martins <paulormart@users.noreply.github.com>
Co-authored-by: tugy <33746108+tugytur@users.noreply.github.com>
Co-authored-by: Milos Kriz <82968568+miloskriz@users.noreply.github.com>
Co-authored-by: Szilárd Parrag <szilard.parrag@gmail.com>
Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
  • Loading branch information
1 parent a205a9a commit 6334588
Show file tree
Hide file tree
Showing 31 changed files with 4,907 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/runtimes-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,12 @@
"path": "system-parachains/collectives/collectives-polkadot",
"uri": "wss://polkadot-collectives-rpc.polkadot.io:443",
"is_relay": false
},
{
"name": "encointer-kusama",
"package": "encointer-kusama-runtime",
"path": "system-parachains/encointer",
"uri": "wss://kusama.api.encointer.org:443",
"is_relay": false
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog for the runtimes governed by the Polkadot Fellowship.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added
- Add [Encointer](https://encointer.org) system parachain runtime, completing [RFC22](/~https://github.com/polkadot-fellows/RFCs/blob/main/text/0022-adopt-encointer-runtime.md) ([polkadot-fellows/runtimes#80](/~https://github.com/polkadot-fellows/runtimes/pull/80))

## [1.1.0] 10.01.2024

### Changed
Expand Down
Loading

0 comments on commit 6334588

Please sign in to comment.