Skip to content

Releases: neo-project/neo-modules

v3.6.3

29 Nov 09:24
f84cd59
Compare
Choose a tag to compare

For N3 network only

A hotfix for #852

  • Based on .NET 7.0
  • Mainnet network id: 860833102, testnet (T5) network id: 894710606.
  • 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.6.2...v3.6.3

v3.6.2

17 Nov 03:27
64a1ae4
Compare
Choose a tag to compare

For N3 network only

  • Based on .NET 7.0
  • Mainnet network id: 860833102, testnet (T5) network id: 894710606.
  • 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.6.1...v3.6.2

v3.6.1

25 Sep 15:11
7b4145c
Compare
Choose a tag to compare

For N3 network only

  • Based on .NET 7.0
  • Mainnet network id: 860833102, testnet (T5) network id: 894710606.
  • 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

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

25 Sep 14:53
1416bb9
Compare
Choose a tag to compare

For N3 network only

  • Based on .NET 7.0
  • Mainnet network id: 860833102, testnet (T5) network id: 894710606.
  • 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

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

07 Dec 02:10
c187c26
Compare
Choose a tag to compare

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

v3.4.0

10 Aug 06:13
7db1c79
Compare
Choose a tag to compare

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.
  • Install RpcServer first if you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService.
  • Already packed MPTTrie with StateService.

Recommend to install by command line like:

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

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

v3.3.1

24 Jun 07:05
bf9aaf3
Compare
Choose a tag to compare

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.
  • Install RpcServer first if you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService.
  • Already packed MPTTrie with StateService.

Recommend to install by command line like:

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

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

v3.3.0

01 Jun 08:12
b9eaa9d
Compare
Choose a tag to compare

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.
  • Install RpcServer first if you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService.
  • Already packed MPTTrie with StateService.

Recommend to install by command line like:

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

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

v3.2.1

21 Apr 06:33
81eb9b7
Compare
Choose a tag to compare
  • 3.2.1 is based on .NET 6.0 SDK
  • Pay attention: mainnet network id: 860833102, new testnet network id: 894710606.

NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService, you should install RpcServer first!

Recommend to install them in neo-cli like this:

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

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

v3.1.0

02 Dec 09:19
b74d1d4
Compare
Choose a tag to compare

NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to use ApplicationLogs , TokensTracker , StateService or OracleService, you should install RpcServer first!
Nep17Tracker is removed and merged into TokensTracker.

Recommend to install it in neo-cli like this:

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

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