neoneo-go/pkg/smartcontract/context
Roman Khimov db027ad9c5 vm: zero GAS means no GAS, use fee data to properly limit execution
We were accepting transactions with zero system fee, but we shouldn't do
that. Also, transaction's verification execution has to be limited by network
fee.
2020-07-14 08:37:29 +03:00
..
context.go smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
context_test.go vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
item.go smartcontract: implement ContextItem 2020-03-04 20:01:26 +03:00
item_test.go random: make use or random package in tests 2020-03-27 10:27:46 +03:00