neoneo-go/pkg/core/native
2021-03-11 10:12:30 +03:00
..
nativenames native: implement StdLib contract 2021-03-10 19:24:19 +03:00
compatibility_test.go core: refactor native call 2021-02-26 10:59:09 +03:00
contract.go native: implement StdLib contract 2021-03-10 19:24:19 +03:00
crypto.go native: implement CryptoLib contract 2021-03-10 19:24:19 +03:00
crypto_test.go core: use Neo.Crypto.CheckSig for standard signature verification 2021-03-10 21:45:58 +03:00
designate.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
interop.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
ledger.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
management.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
management_test.go dao: use raw state.StorageItem instead of pointer 2021-03-09 12:11:25 +03:00
name_service.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
name_service_test.go native: add NEP-11 check for name service 2021-02-19 17:06:07 +03:00
native_gas.go native: implement CryptoLib contract 2021-03-10 19:24:19 +03:00
native_neo.go native: allow to set candidate register price 2021-03-11 10:12:30 +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_nep17.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
neo_types.go native: cache committee together with votes 2020-11-10 15:23:06 +03:00
nonfungible.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
nonfungible_test.go smartcontract: add NEP-11 standard check 2021-02-19 17:06:07 +03:00
notary.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
oracle.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
oracle_types.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
oracle_types_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
policy.go native: rename Price to CPUFee 2021-03-11 10:12:30 +03:00
std.go native: implement StdLib contract 2021-03-10 19:24:19 +03:00
std_test.go core: remove System.Binary.[Serialize, Deserialize] syscalls 2021-03-10 19:24:19 +03:00
util.go dao: use raw state.StorageItem instead of pointer 2021-03-09 12:11:25 +03:00