neo-go/pkg
Evgenii Stratonikov dfc59129c7 vm: implement EQUAL opcode properly
When comparing elements of different types, conversions
should be performed. This commit implement custom equality
predicate for each stack item type.
2020-03-11 17:19:10 +03:00
..
compiler compiler: clean up stack on branch statements 2020-03-10 15:26:00 +03:00
consensus pkg: fix gofmt issues 2020-03-03 17:22:15 +03:00
core state: add a test for NEP5Transfer size 2020-03-10 13:02:14 +03:00
crypto *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network network: fix a deadlock in DefaultDiscovery 2020-03-10 15:40:23 +03:00
rpc rpc: implement (*Client).NEP5TokenInfo() 2020-03-10 13:02:14 +03:00
smartcontract smartcontract: marshal Arrays properly 2020-03-05 18:22:40 +03:00
util util: implement FixedN from string 2020-03-10 13:02:14 +03:00
vm vm: implement EQUAL opcode properly 2020-03-11 17:19:10 +03:00
wallet wallet: allow to add token contracts to the wallet 2020-03-10 13:02:14 +03:00