Ricardo Prado
Ricardo Prado
Problem: Neo Express returns a JSON transaction when you use the show command. However, it doesn't return the 'logs'. The problem is that developers often use the 'print' (log) method...
**Is your feature request related to a problem? Please describe.** Neo Express will only return the transaction results if you send the --results flag. However, these transactions aren't saved. If...
**Is your feature request related to a problem? Please describe.** Neo Express is refusing to deploy our NEP-17 contracts, complaining that they are not NEP-17 compatible. There may be some...
**Describe the bug** Hi. We are updating our tool to use the latest release of Neo Express (3.6.94). We downloaded the binaries from the releases page but it's not working....
Currently, when a method with a return type of "String" is called in Neo Express, the returned value is displayed in hexadecimal format. For instance, the "symbol" method returns "4c494e4b44"...
Problem: - UInt160 representation needs to be revised. It's impossible to distinguish the correct value due to differences in endianness and encoding format (hex). - There are inconsistencies across the...
We can deploy contracts using Neo-Express from the terminal, but it fails when we do it from the VS Code extension.  I don't know if this happens to Windows...
When we invoke a contract using a VS Code launch configuration, it's possible to debug and inspect variables, but the result is not visible. The expected output would be the...
Problem: We are demanding users install the .NET runtime separately. This creates issues, especially during the first use experience. Proposed Solution: Allow neo-debugger to be shipped without the .NET runtime....
When I run the command `neoxp contract run -r token balanceOf 0x0847E9B1CD0AED4F6158BA8A0405D5710575D28B`, the output is as expected: ``` VM State: HALT Gas Consumed: 2276820 Result Stack: 10000000 ``` However, when...