v3.6.0
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 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
- update to net7.0 by @Liaojinghui in #783
- update copyright by @Liaojinghui in #784
- storage dumper by @Ashuaidehao in #790
- Adding comment to NotAcceptingPayloadsDueToViewChanging by @vncoelho in #782
- Fix rpc client by @superboyiii in #794
- Complete storage unit test by @shargon in #793
- update format and fix some comments by @Liaojinghui in #796
- add codeql by @Liaojinghui in #798
- dbft: don't rush to send PrepareRequest when recovery by @ZhangTao1596 in #801
- Add Oracle limit by @shargon in #800
- rpc: add FindStorage by @ixje in #805
- RpcServer: added GetContractState by contract id support by @cschuchardt88 in #813
- DBFTPlugin: adapt Conflicts attribute verification by @AnnaShaleva in #802
New Contributors
- @cschuchardt88 made their first contribution in #813
Full Changelog: v3.5.0...v3.6.0