Releases: neo-project/neo-express
Release 3.4.18
Release 3.3.27
Release 3.3.21
Release 3.1.46
Release 3.1.38
Release 3.0.21
Added
- NeoTrace tool (#178)
Changed
- Moved ExpressApplicationEngine from NeoExpress to Blockchain Toolkit Library and renamed as TraceApplicationEngine in order to share with NeoTrace
- Update dependencies for Neo 3.0.3 release
Release 3.0.13
Documentation
- Updated command reference for Neo-Express N3
- Updated original command reference to reflect use in Neo-Express for Neo Legacy and renamed
as legacy-command-reference.md
Added
policy
command (#173)contract hash
command (#170)chain.SecondsPerBlock
setting (#171)--stack-trace
option (#174)
Fixed
- Update
oracle response
error message when oracles are not enabled (#175)
Release 3.0.5
Changes
- Update Neo dependency to 3.0.2
Neo N3 - Release 3.0.2
This release updates Neo Express for Neo N3 release. The following changes were made since the last release:
Changes
- Bumped major version to 3 for consistency with Neo N3 release
- Update dependencies
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
argument is optional for non-preview releases. Invoking dotnet tool install
without specifying the --version
argument will install the latest non-preview released version of Neo Express
> dotnet tool install -g Neo.Express --version 3.0.2
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>
Neo N3 RC4 - Release 2.0.50-preview
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
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>