neo-project / neo-debugger

Neo Smart Contract Debugger for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ngd-seattle.neo-contract-debug
MIT License
24 stars 17 forks source link

some 0x bytearrays args are parsed as base64 while they shouldn't #188

Closed ixje closed 1 year ago

ixje commented 1 year ago

e.g.

0x6c6162656c

is apparently valid base64, but the intent was for it to be raw bytes.

ixje commented 1 year ago

This no longer seems to be an issue in version 3.8.7