vocdoni / vocdoni-node

A set of libraries and tools for the Vocdoni decentralized backend infrastructure, the main ground of our universally verifiable, privacy-centric and scalable digital voting protocol
GNU Affero General Public License v3.0
82 stars 16 forks source link

refactor genesis package #1310

Closed altergui closed 3 weeks ago

altergui commented 1 month ago

roadmap towards being able to create a chain "on top" of another chain:

create a "fork" on block 2000000 (miners will stop vocdoni/LTS/1.2 at that height)

altergui commented 1 month ago

notably, i'm also moving the AutoUpdateGenesis concept out of genesis.go, and turn this into a flag, since i believe this should be handled via env vars on each deployment