neoneo-go/pkg/core/state
Evgeniy Stratonikov 0b26b46234 state: store NEF instead of script for contract
NEFs for native contracts are set statically, thus
field values are taken from the reference implementation.
2021-01-13 15:34:10 +03:00
..
contract.go state: store NEF instead of script for contract 2021-01-13 15:34:10 +03:00
contract_test.go state: store NEF instead of script for contract 2021-01-13 15:34:10 +03:00
deposit.go core: implement native Notary contract 2020-11-25 18:37:29 +03:00
mpt_root.go crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
mpt_root_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
native_state.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
nep17.go *: replace all NEP5 occurences to NEP17 2020-11-24 13:08:24 +03:00
nep17_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
notification_event.go state: allow to encode AppExecResult with recursive items 2020-12-18 13:04:31 +03:00
notification_event_test.go state: allow to encode AppExecResult with recursive items 2020-12-18 13:04:31 +03:00
oracle.go native: move OracleRequest to state package 2020-10-08 13:48:14 +03:00
oracle_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
storage_item.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
storage_item_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
validator.go core: switch to the new voting system (via native NEO contract) 2020-04-27 16:06:50 +03:00