neoneo-go/pkg
Evgenii Stratonikov 5d3da26e1e compiler: support sequence points in debug info
Sequence points is a way to map a specific instruction offset
from a compiled contract to a text span in a source file.

This commit implements mapping only for `return` statements.
Further improvements are straight-forward.
2020-04-06 15:30:07 +03:00
..
compiler compiler: support sequence points in debug info 2020-04-06 15:30:07 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
core rpc: update test chain 2020-04-06 09:31:09 +03:00
crypto testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal random: make use or random package in tests 2020-03-27 10:27:46 +03:00
interop compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
rpc rpc: update test chain 2020-04-06 09:31:09 +03:00
smartcontract Merge pull request #819 from nspcc-dev/fix/util160_marshalling 2020-04-01 22:04:30 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: handle negative arguments in SHL/SHR 2020-04-06 10:46:35 +03:00
wallet config: move config.go out of config/ 2020-03-31 17:55:59 +03:00