Skip to content

v0.10.0

Compare
Choose a tag to compare
@roman-khimov roman-khimov released this 16 Feb 09:07
· 94 commits to master since this release
9740b91

Added

  • Height and state data export for a set of configured nodes (#96)
  • NEP-17 balance tracking (#105)

Changed

  • Go 1.19+ is required to build now (#92)
  • Updated all dependencies (#92, #109)
  • Contract wrappers are used now to interact with blockchain (#98)
  • Usage of Locode DB Go package (#100)
  • Configuration supports only one chain in a moment (#103)
  • The tool is known as neo-exporter now (#112)

Removed

  • Notary-less mode for FS chains (#97)
  • Locode DB configuration options (#100)

Upgrading from v0.9.5

The configuration sections mainnet and morph were replaced with similar chain sections. To choice between main (Neo) chain and side (NeoFS) chain, use chain.fschain option. If true, exporter connects to the NeoFS chain, otherwise, to the Neo chain. It no longer watches two chains at once, so to monitor NeoFS you need two instances of the tool.