Skip to content

Releases: Hecate2/neo-fairy-test

neo 3.7.1 Windows 10 Visual Studio 2022

14 Aug 03:16
9f30c1c
Compare
Choose a tag to compare

This version may not fit the old debuginfo with devpack <= 3.6, because it assumes that all assembly instructions has corresponding source code in dumpnef. Future releases should be still compatible with old debuginfo.
Fixes:

  • improve StepOverSourceCode
    In previous versions with new debuginfo from devpack 3.7, you may get interrupted by devpack framework when you step over source code that uses source codes from devpack. For example, with ByteString externalTokenId, when stepping over the following source code:
ExecutionEngine.Assert(externalTokenId.Length <= 64, "tokenId.Length > 64");

you stop at source code from devpack that judges the length of externalTokenId, which does not belong to your code

# Code ByteString.cs line 31: "OpCode(OpCode.SIZE)"
3255 SIZE

In this version we step over the whole ExecutionEngine.Assert(externalTokenId.Length <= 64, "tokenId.Length > 64") with a single StepOverSourceCode call

neo 3.7.1 Windows 10 Visual Studio 2022

12 Aug 07:46
04eea0f
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

29 Jul 05:03
8022f96
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

08 Jul 02:28
fd8359e
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

24 May 02:30
c76fa8d
Compare
Choose a tag to compare

Compatible with Neo >=3.7.1 at commit 1dec0c73dc73127d9703b2f0c1c7a62d614db403.
Should be compatible with Neo 3.7.4.
Remember to compile RpcServer at Neo commit >= 8119830edfee598d90b024014b86db4cf65072df
Enhancements:

If you have problems starting Neo.CLI, related to RpcServer config, just rename config.json to RpcServer.json. In future releases I will always name the config file as RpcServer.json.

neo 3.7.1 Windows 10 Visual Studio 2022

15 May 04:12
421c6d8
Compare
Choose a tag to compare

Compatible with Neo >=3.7.1 at commit 1dec0c73dc73127d9703b2f0c1c7a62d614db403 & neo-fairy-client 3.7.1.1
Enhancements:

neo 3.7.1 + neo-devpack-dotnet 3.7.1+3.6.2 Windows 10 Visual Studio 2022

14 May 04:14
22163be
Compare
Choose a tag to compare

Should support both old an new .nefdbgnfo & dumpnef
For Neo, please git checkout 1dec0c73dc73127d9703b2f0c1c7a62d614db403

neo 3.7.1 + neo-devpack-dotnet 3.6.2 Windows 10 Visual Studio 2022

14 May 01:50
d20d5b3
Compare
Choose a tag to compare

Cannot DebugStepOverSourceCode properly with devpack 3.7.1, because the debuginfo has become more detailed
For Neo, please git checkout 1dec0c73dc73127d9703b2f0c1c7a62d614db403

neo 3.6.2 + neo-modules 3.6.3 Windows 10 Visual Studio 2022

11 Apr 02:51
dd90c22
Compare
Choose a tag to compare

Fixes:

  • using neo v3.6.2 and neo-modules (RpcServer) v3.6.3

neo 3.6.2 Windows 10 Visual Studio 2022

06 Feb 07:19
dd90c22
Compare
Choose a tag to compare