neoneo-go/pkg
Roman Khimov f5d5019b70 compiler: use absolute paths for debug data
It's not a perfect thing, but neo-debugger just doesn't work at all with
relative pathes. Notice that `saveSequencePoint` still used absolute ones
leading to invalid debug.json data, but fixing it there doesn't help,
neo-debugger can't load source code using relatives.
2022-04-06 15:46:54 +03:00
..
compiler compiler: use absolute paths for debug data 2022-04-06 15:46:54 +03:00
config *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
consensus config/core: allow to change the number of validators 2022-01-31 23:14:38 +03:00
core Revert "interop: use All flags for management deploy and update calls" 2022-03-21 14:32:11 +03:00
crypto core: drop GetStandBy* methods 2022-01-31 23:14:38 +03:00
encoding *: use internal variables for simple big.NewInt() values 2021-12-01 21:36:25 +03:00
interop Revert "interop: use All flags for management deploy and update calls" 2022-03-21 14:32:11 +03:00
io io: optimize WriteString, avoid allocation 2021-12-01 21:36:25 +03:00
neotest compiler: update x/tools package 2022-01-20 13:21:26 +03:00
network network: use net.ErrClosed to check network connection was closed 2022-03-17 19:39:18 +03:00
rpc *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
services Merge pull request #2372 from nspcc-dev/jsonpath-oom 2022-03-17 12:34:49 +03:00
smartcontract *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00
util util: allow to marshal Uint160 in YAML 2022-02-21 10:38:20 +03:00
vm Merge pull request #2399 from nspcc-dev/fuzz-tests 2022-03-21 12:00:55 +03:00
wallet *: remove io/ioutil uses 2022-03-17 19:39:18 +03:00