Skip to content

Releases: neo-project/neo-modules

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.

v3.0.3

08 Oct 14:54
dd81842
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 , RpcNep17Tracker , StateService or OracleService, you should install RpcServer first!
Recommend to install it in neo-cli like this:

neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...

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

v2.13.0

07 Sep 10:15
f4d425e
Compare
Choose a tag to compare

Recommend to install plugins in neo-cli like this:

neo> install ImportBlocks
neo> install SimplePolicy
neo> install RpcNep5Tracker

v3.0.1

03 Aug 16:33
ef59a0e
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 , RpcNep17Tracker , StateService or OracleService, you should install RpcServer first!
Recommend to install it in neo-cli like this:

neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...

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

v3.0.0-rc4

20 Jul 08:56
f4ae4a0
Compare
Choose a tag to compare
v3.0.0-rc4 Pre-release
Pre-release
  • RC4 is a formal version based on .NET 5.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/5.0
  • RC4 is only for testnet!
  • Pay attention: We are using a unique network for this version as 877933390, which is differernt from RC3.

NOTE!
If you'd like to use ApplicationLogs , RpcNep17Tracker , StateService or OracleService, you should install RpcServer first!
Recommend to install it in neo-cli like this:

neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...

v3.0.0-rc3

27 May 14:21
6981fc7
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release
  • RC3 is a formal version based on .NET 5.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/5.0
  • RC3 is only for testnet!
  • Pay attention: We are using a unique network for this version as 844378958, which is differernt from the default.

NOTE!
If you'd like to use ApplicationLogs , RpcNep17Tracker , StateService or OracleService, you should install RpcServer first!
Recommend to install it in neo-cli like this:

neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...