mirror of
https://github.com/nspcc-dev/neo-exporter.git
synced 2026-03-01 04:28:48 +00:00
Track last update epoch of v2 node #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Feb 13, 2025).
Originally assigned to: @smallhive on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we don't export some useful data about nodes. We also need to update to v0.21.0 contracts.
Describe the solution you'd like
contracts 0.21.0 have a last update epoch for v2 nodes. We need to track both versions for now and export additional field for v2 candidates.
Additional context
https://github.com/nspcc-dev/neofs-contract/pull/462
https://github.com/nspcc-dev/neofs-contract/pull/445
@roman-khimov commented on GitHub (Mar 19, 2025):
There is a
UseNodeV2network configuration flag that should be used, if it's not on we're using v1 map, if it's on --- v2 with additional data.