neoneo-go/pkg/smartcontract
Roman Khimov 54d888ba70 io: add type-specific read/write methods
This seriously improves the serialization/deserialization performance for
several reasons:
 * no time spent in `binary` reflection
 * no memory allocations being made on every read/write
 * uses fast ReadBytes everywhere it's appropriate

It also makes Fixed8 Serializable just for convenience.
2019-12-12 20:19:50 +03:00
..
trigger core: add trigger types as constants. Closes #509 2019-12-04 12:27:04 +03:00
contract.go *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
contract_test.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
param_context.go io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
param_context_test.go smartcontract: add user-facing testinvokefunction command 2019-11-27 15:12:15 +03:00