Skip to content

Neo N3 RC4 - Release 2.0.50-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 21:38
· 283 commits to master since this release
83f6e18

This release updates Neo Express for Neo N3 RC4. The following changes were made since the last release:

Added

  • Add stop command (#156, fixes #153)
  • Add contract run command (#157, fixes #150)
  • Log fault tx message when running (#159, fixes #155)
  • Add checkpoint reset support to batch command (#160, fixes #151)
  • Add rpc.BindAddress setting (#165, fixes #164)

Changes

  • Adapt to Trace Model Changes in lib-bctk (#154)
  • Update Dependencies (#166)

Bug Fixes

  • ContractInvokeAsync should print "Invocation" not "Depoloyment" (8bd9f43)
  • Pass AdditionalGas option value to ContractInvokeAsync in contract run + invoke (#163, fixes #161)

Note, as of Neo 3 preview 5, the Neo 3 project has updated to use .NET 5.0. As such, this version of neo-express requires .NET 5.0. Neo 2 compatible versions of neo-express will continue to use .NET Core 3.1.

This release of Neo Express directly from NuGet.org by executing the following command at a terminal prompt. Note, the --version option is required since this is a preview release

> dotnet tool install -g Neo.Express --version 2.0.50-preview

Note, you can install any pre-release of Neo Express directly from the build server NuGet feed by executing the following command at a terminal prompt.

> dotnet tool install -g Neo.Express --add-source https://pkgs.dev.azure.com/ngdenterprise/Build/_packaging/public/nuget/v3/index.json --version <insert desired version here>