ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
428 stars 110 forks source link

Choose Polkadot commit and update to it #563

Closed ansermino closed 4 years ago

ansermino commented 4 years ago

We need to select a commit of Polkadot to target moving forward. We should establish what updates to the runtime we need to make (and possibly elsewhere).

We will need a genesis file to match. Doesn't necessarily need to match Kusama if we are testing on a local net.

noot commented 4 years ago

when we update the runtime, will need to change the AuraApi_authorites call to Grandpa_authorities. additionally, the Grandpa_authorities call takes a block number; need to update args

also need to update babe randomness to [sr25519.VrfOutputLength]byte from byte