v0.10.0
Added
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
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.