neoneo-go/pkg/smartcontract
Roman Khimov b483c38593 block/transaction: add network magic into the hash
We make it explicit in the appropriate Block/Transaction structures, not via a
singleton as C# node does. I think this approach has a bit more potential and
allows better packages reuse for different purposes.
2020-06-18 12:39:50 +03:00
..
context block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
manifest core: add Manifest to state.Contract 2020-06-11 10:45:24 +03:00
trigger smartcontract: rewrite trigger types for NEO3 2020-06-11 13:16:07 +03:00
call_flags.go smartcontract: start flags with 1 2020-06-11 13:03:55 +03:00
call_flags_test.go smartcontract: add CallFlag.Has() helper 2020-06-11 13:03:55 +03:00
contract.go vm: implement new PUSH opcodes 2020-04-23 10:52:28 +03:00
contract_details.go rpc, smartcontract: move contract metadata to smartcontract package 2020-05-04 08:37:39 +03:00
contract_test.go core: change verification scripts to new format 2020-04-20 11:55:24 +03:00
convertor.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
convertor_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
param_type.go smartcontract: add Any type for parameter 2020-04-02 14:15:17 +03:00
param_type_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
parameter.go smartcontract,vm: remove DynamicInvoke feature 2020-06-11 10:45:25 +03:00
parameter_test.go smartcontract: marshal ByteArray and Signature in base64 2020-06-08 10:27:39 +03:00