Duniter squid version 0.2.8 is out. It’s adding the information of the account creation block as suggested in Ğ1nkgo v2 support progress, plan and pubkeys/address proposal. This will in particular allow to know if the account existed in v1 (and so b58 pubkey could be displayed to the user to avoid address change) or was created in v2.
The expireOn field of identities has been fixed, see the schema for more info about its meaning.
One of my indexers is up to date, the other is indexing.
[edit] the 0.2.9 is being checked with a fix on genesis cert updatedOn field and the pre-genesis expireOn estimations
I will be great if we can query the current version of the schema using by a node, in order to detect which nodes are up-to-date and which are not. I don’t know if this can be done already.
Better if this version uses https://semver.org/ so we can compare programmaticly better.
This is needed in order to adapt our clients code to future schema changes properly and prevent runtime errors.
I agree. #40 aims to expose the version of the indexer through the API. For the moment, there were very frequent breaking changes, so I just kept incrementing minor version number, but we should soon move to a cleaner version numbering scheme. I did not make the effort to do it properly because of the lack of response to indexer updates, but if I see more people installing indexers, I’ll put more effort in it.