neo-go/pkg/smartcontract
Roman Khimov 5ef08f60ae remove github.com/pkg/errors from dependencies
It's not needed any more with Go 1.13 as we have wrapping/unwrapping in base
packages. All errors.Wrap calls are replaced with fmt.Errorf, some strings are
improved along the way.
2020-08-07 12:21:52 +03:00
..
context core: move transaction's sender to cosigners 2020-08-04 17:33:50 +03:00
manifest smartcontract: add list of supported standards to manifest 2020-08-04 17:29:44 +03:00
nef smartcontract: calculate double-SHA256 for .nef files 2020-08-03 14:25:27 +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 core: rename Neo.Crypto.CheckMultisig to Neo.Crypto.CheckMultisigWithECDsaSecp256r1 2020-07-14 16:19:12 +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: rename Neo.Crypto.CheckMultisig to Neo.Crypto.CheckMultisigWithECDsaSecp256r1 2020-07-14 16:19:12 +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 remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
param_type_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
parameter.go remove github.com/pkg/errors from dependencies 2020-08-07 12:21:52 +03:00
parameter_test.go stackitem: change ByteArray type to ByteString 2020-07-31 16:07:16 +03:00