Skip to content

Add Ğtest genesis parsing in indexer

Currently the indexer is compatible with the Json Genesis format of ĞDev runtime.

This format is more convenient than the one used in ĞTest runtime.

Some noticable differences are:

  • the presence of the duniter-test-parameters pallet allowing to tweak the parameters in the genesis (useful for testing)
  • the presence of genesis-parameters allowing to get useful properties for genesis accounts (like longer lifespan)
  • the absence of fields like membership_expire_on allowing to distinguish from member and non-member identities

The indexer should be compatible with both formats:

  • ĞDev used for development that can be adapted according to needs
  • ĞTest used for production matching the current live ĞTest network