neoneo-go/pkg
Roman Khimov 7e9f8e03c2 compiler: add a test for inlined selector statements
Selector here is either a struct field access or global package
variable/constant. While technically none of these require an additional
local, inlining actually uses one, so add a test for it.
2021-04-06 10:54:37 +03:00
..
compiler compiler: add a test for inlined selector statements 2021-04-06 10:54:37 +03:00
config config: adjust default testnet magic for RC1 testnet 2021-03-24 10:57:05 +03:00
consensus services/consensus: add some logging on start 2021-04-02 13:13:26 +03:00
core stateroot: set networking callback in a more straightforward way 2021-04-02 12:12:36 +03:00
crypto crypto: add Hashable to VerifiableDecodable 2021-03-26 13:45:18 +03:00
encoding *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
interop roles: add missing NeoFSAlphabet role 2021-03-19 16:18:45 +03:00
io *: upgrade tests to use T.Cleanup() 2021-03-01 17:08:00 +03:00
network network: move service starts to tryStartServices 2021-04-02 13:12:06 +03:00
rpc mpt: split HashNode in two types 2021-04-01 10:19:57 +03:00
services services/consensus: add some logging on start 2021-04-02 13:13:26 +03:00
smartcontract transaction: drop Network from Transaction 2021-03-26 13:45:18 +03:00
util native/vm: add script check for deployed contracts 2021-02-09 22:31:26 +03:00
vm vm: throw unhandled exception with message instead of panic 2021-03-31 19:37:52 +03:00
wallet transaction: drop Network from Transaction 2021-03-26 13:45:18 +03:00