neoneo-go/pkg/smartcontract
Roman Khimov 844491d365 *: use more efficient WriteBytes where appropriate
Before this patch on block import we could easily be spending more than 6
seconds out of 30 in Uint256 encoding for UnspentBalance, now it's completely
off the radar.
2019-12-06 18:22:21 +03:00
..
contract.go *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +03:00
contract_test.go vm: move opcodes into their own package 2019-12-03 18:22:14 +03:00
param_context.go *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
param_context_test.go smartcontract: add user-facing testinvokefunction command 2019-11-27 15:12:15 +03:00