v3.5.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
. - Move
SQLiteWallet
from neo-node to neo-modules. - Install
RpcServer
first if you'd like to useApplicationLogs
,TokensTracker
,StateService
orOracleService
. - Already packed
MPTTrie
withStateService
.
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
- Fix RpcClient by @erikzhang in #757
- Add SQLiteWallet by @erikzhang in #752
- Fix applog reinstall by @Ashuaidehao in #761
- Just extend by factor if commit is from current view by @vncoelho in #762
- Fix prepare request in recovery message by @ZhangTao1596 in #765
- Fix nep11 tracker by @Ashuaidehao in #767
- add throwOnError param to RpcClient Send/SendAsync by @devhawk in #763
- Update wrong comment regardarding recovery request sent on OnStart method by @vncoelho in #759
- RpcServer should support missing params request property by @devhawk in #769
- Fix rpc signer rules by @shargon in #773
- optimize oracle log by @Ashuaidehao in #764
- Fix MaxBlockSystemFee by @erikzhang in #774
- 3.5.0 by @erikzhang in #776
Full Changelog: v3.4.0...v3.5.0