Relfos
Relfos
The current version has major problems for supporting non-english users. First, it uses the current system culture while trying to parse decimals with dot, which causes an exception to be...
Support for YAML. Should use the same interface / naming conventions as the JSON and XML parsers. More info on the format [http://www.yaml.org/start.html](here)
Generic serialization in ToObject and ToDataSource() does not currently support nested objects.
Since there are already lots of demos, the readme should be updated with a table containing list of demos and descriptions / notes for each
Neo.Lux already supports sending assets to multiple outputs in a single transaction, however the Light Wallet demo is missing support for this in the GUI.
Should be possible to call a method Withdraw(from_address, to_address) which will create a transaction that requests an asset withdrawal or token withdrawal.
When loading a .neomap file the current version of the debugger just takes the first source code found in the map and loads that. While this should be enough for...
Support for debugging Java smart contracts requires two things, one which is optional. * The NEOJ compiler needs to be modified to emit a .neomap file which will map byte...
The current version of the debugger is not able to show any useful info once a smart contract causes a VM exception. There are two main improvements to do: 1)...
While debugging a smart contract, when an VM exception happens, a popup just appears saying "an exception happened". It is necessary to detect exactly in what line / opcode it...