Skip to content

v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 02:10
c187c26

For N3 network only

  • Based on .NET 6.0 SDK
  • Indepent folder path for each plugin.
  • Mainnet network id: 860833102, testnet (T5) network id: 894710606.
  • Move SQLiteWallet from neo-node to neo-modules.
  • Install RpcServer first if you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService.
  • Already packed MPTTrie with StateService.

Recommend to install by command like:

neo> install RpcServer
neo> install ApplicationLogs
neo> install TokensTracker
...

When StateService installed, please remove existed data and resync to ensure state root correct.

What's Changed

Full Changelog: v3.4.0...v3.5.0