neoneo-go/pkg/core/native
Evgenii Stratonikov 42ae226f9e native: use proper stack for result
When native method calls other contract result should be put
on the stack of current context. With oracles this problem wasn't
noticed because of void return type.
2020-11-24 12:17:28 +03:00
..
contract.go rpc: allow to getcontractstate by address, id or name 2020-11-03 17:23:49 +03:00
designate.go smartcontract: remove contract features 2020-11-13 21:26:23 +03:00
interop.go native: use proper stack for result 2020-11-24 12:17:28 +03:00
native_gas.go core: unexport NewNEO() and NewGAS() methods 2020-10-02 15:45:49 +03:00
native_neo.go native: decode storage item in Seek 2020-11-13 17:33:00 +03:00
native_neo_candidate.go stackitem: change Bool() to TryBool(), prepare for its failures 2020-08-21 20:55:20 +03:00
native_neo_test.go native: implement delegated voting 2020-08-06 20:39:13 +03:00
native_nep5.go trigger/core: split System trigger into OnPerist and PostPersist 2020-10-29 19:17:07 +03:00
neo_types.go native: cache committee together with votes 2020-11-10 15:23:06 +03:00
oracle.go native: allow NULL filter in oracle requests 2020-11-18 23:59:13 +03:00
oracle_types.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
oracle_types_test.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
policy.go smartcontract: remove contract features 2020-11-13 21:26:23 +03:00
util.go native: provide name method for all contracts 2020-10-09 15:06:28 +03:00