Releases: neo-project/neo-modules
v3.4.0
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 useApplicationLogs
,TokensTracker
,StateService
orOracleService
. - Already packed
MPTTrie
withStateService
.
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
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 useApplicationLogs
,TokensTracker
,StateService
orOracleService
. - Already packed
MPTTrie
withStateService
.
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
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 useApplicationLogs
,TokensTracker
,StateService
orOracleService
. - Already packed
MPTTrie
withStateService
.
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
- 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 useApplicationLogs
,TokensTracker
,StateService
orOracleService
, you should installRpcServer
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
- 3.1.0 is based on .NET 6.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/6.0
- Pay attention: mainnet network id:
860833102
, testnet network id:877933390
.
NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to useApplicationLogs
,TokensTracker
,StateService
orOracleService
, you should installRpcServer
first!
Nep17Tracker
is removed and merged intoTokensTracker
.
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
- 3.0.3 is based on .NET 5.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/5.0
- Pay attention: mainnet network id:
860833102
, testnet network id:877933390
.
NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to useApplicationLogs
,RpcNep17Tracker
,StateService
orOracleService
, you should installRpcServer
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
Recommend to install plugins in neo-cli like this:
neo> install ImportBlocks
neo> install SimplePolicy
neo> install RpcNep5Tracker
v3.0.1
- 3.0.1 is based on .NET 5.0 SDK, please install it from https://dotnet.microsoft.com/download/dotnet/5.0
- Pay attention: mainnet network id:
860833102
, testnet network id:877933390
.
NOTE!
This is for N3 network only,absolutely different from Neo Legacy (2.x).
If you'd like to useApplicationLogs
,RpcNep17Tracker
,StateService
orOracleService
, you should installRpcServer
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
- 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 useApplicationLogs
,RpcNep17Tracker
,StateService
orOracleService
, you should installRpcServer
first!
Recommend to install it in neo-cli like this:
neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...
v3.0.0-rc3
- 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 useApplicationLogs
,RpcNep17Tracker
,StateService
orOracleService
, you should installRpcServer
first!
Recommend to install it in neo-cli like this:
neo> install RpcServer
neo> install ApplicationLogs
neo> install RpcNep17Tracker
...