neoneo-go/pkg
Evgenii Stratonikov f2cb1d5f02 compiler: use constants in interops
We now support using exported constants, so there is no
need in declaring functions. All functions from `interop/`
are not to be compiled.

Fix #1298.
2020-08-10 17:52:31 +03:00
..
compiler Merge pull request #1271 from nspcc-dev/core/call_from_native 2020-08-07 21:24:50 +03:00
config Merge pull request #1281 from nspcc-dev/drop-go-1.12-and-fix-some-things 2020-08-07 13:34:54 +03:00
consensus remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
core vm: check return value on context unload 2020-08-10 11:52:33 +03:00
crypto remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
encoding remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
internal core: rename Neo.Crypto.Verify to Neo.Crypto.VerifyWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
interop compiler: use constants in interops 2020-08-10 17:52:31 +03:00
io always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
network core: do not store NEP5 transfer log in memory 2020-08-07 18:21:06 +03:00
rpc rpc: provide timestamps in getnep5transfers 2020-08-07 18:42:34 +03:00
smartcontract smartcontract: adjust param types according to NEO3 2020-08-10 11:14:48 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: check return value on context unload 2020-08-10 11:52:33 +03:00
wallet Merge pull request #1169 from nspcc-dev/neo3/rpc/fields_names_adjustment 2020-07-15 18:24:54 +03:00