Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Polkadot/Substrate PoC-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gavofyork gavofyork released this 18 May 14:08
· 7753 commits to master since this release

The first in a series of Polkadot proof-of-concepts.

This is a co-release with the underlying blockchain engine Substrate, also PoC-1.

This includes a working PoS blockchain based on a PBFT PoA algorithm with an on-chain upgradable, Wasm-based state-transition subsystem, networking and a basic persistent trie. The runtime includes a secure random beacon based on collective coin-flipping and a hybrid referendum/delegated democratic governance system. It has a transaction queue, simple gossip transaction propagation between nodes and basic RPCs.

It doesn't yet include any parachain functionality or slashing.