Skip to content

Releases: Hecate2/neo-fairy-test

neo 3.7.1 Windows 10 Visual Studio 2022

06 Sep 02:18
68367d9
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

28 Aug 09:54
b42620e
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

15 Aug 07:13
2fb2ee6
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

15 Aug 03:28
6dafe38
Compare
Choose a tag to compare

neo 3.7.1 Windows 10 Visual Studio 2022

14 Aug 05:55
fd0ade2
Compare
Choose a tag to compare

FIxes:

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.