v3.7.1
For N3 network only
- Based on .NET 8.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
...
What's Changed
- Refac build configs by @Ashuaidehao in #846
- Update workflow by @Ashuaidehao in #856
- Fix stack exception name by @superboyiii in #855
- Fix workflow by @Ashuaidehao in #857
- Local dev setup by @cschuchardt88 in #861
- Fix response from getversion due to WS removal by @vncoelho in #859
- RcpServer: Fixed CORS and Basic Auth by @cschuchardt88 in #812
- Added AspNetCore to
RPCServer
by @cschuchardt88 in #863 - Updated
.editorconfig
& Applied Changes by @cschuchardt88 in #866 - Ensure max length by @shargon in #845
- fix readme by @superboyiii in #869
- Update nugets by @shargon in #868
- IA: Check IA reviewer by @shargon in #872
- [Plugins] Add neo submodule by @Jim8y in #873
- Update neo by @shargon in #875
- Update core by @shargon in #881
- Fix coverall in the same way as recent PRs on neo library by @vncoelho in #882
- Extend rpc version by @shargon in #878
- Initialize Consensus at the correct view by @vncoelho in #779
- Basic devcontainer by @vncoelho in #886
- Implement RPC errors proposal #156 by @Jim8y in #815
- Remove IA by @shargon in #888
ApplicationLog
- New Storage implementation by @cschuchardt88 in #865- crlf replaced by lf by @vncoelho in #892
- fix rpc error by @Jim8y in #894
- Dotnet upgrade
net8.0
by @cschuchardt88 in #896 - Expose counter for getnativecontracts by @roman-khimov in #900
- Fix storage snapshot sync by @cschuchardt88 in #898
- [DotNet] Update github workflow by @shargon in #903
- neo: fetch fresh master by @AnnaShaleva in #904
- v3.7.1 by @superboyiii in #905
Full Changelog: v3.6.3...v3.7.1