Atleta-network / atleta

GNU General Public License v3.0
6 stars 3 forks source link

Sync deploy scripts with new SDK updates #120

Open hrls opened 2 weeks ago

hrls commented 2 weeks ago

Polkadot v1.11.0 SDK introduces a node key named --unsafe-force-node-key-generation, which ensures that authority node key exists. Otherwise node can generate a new one, but only for devnet (this is reasonable). We need to sync our deploy scripts logic according to this.

hrls commented 2 weeks ago

https://github.com/Atleta-network/atleta/pull/118#discussion_r1649777993