neoneo-go/pkg/smartcontract
Anna Shaleva 641abd4d1c smartcontract: fix underlying PublicKey parameter value
Value of PublicKey parameter always stores public key bytes, not the
deserialized representation. All other code (CLI parameters parsing with
its NewParameterFromString, Parameter unmarshaller, etc.) is based on
the idea that value of PublicKey is []byte.
2022-10-11 13:50:32 +03:00
..
binding smartcontract: remove empty method parameter handling 2022-08-22 15:01:38 +03:00
callflag gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
context *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
manifest runtime: check notifications against ABI 2022-10-04 17:52:38 +03:00
nef [#2442] English Check 2022-05-04 19:48:27 +03:00
testdata cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
trigger [#2442] English Check 2022-05-04 19:48:27 +03:00
builder.go smartcontract: add Len to Builder 2022-09-14 10:25:10 +03:00
builder_test.go smartcontract: add Len to Builder 2022-09-14 10:25:10 +03:00
contract.go smartcontract: fix error message for CreateMultiSigRedeemScript 2022-10-07 15:56:34 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
doc.go smartcontract: improve package documentation 2022-08-01 21:31:23 +03:00
doc_test.go smartcontract: modernize Builder example 2022-09-07 22:40:25 +03:00
entry.go smartcontract: make CreateCallAndUnwrapIteratorScript accept Go types 2022-08-01 21:31:23 +03:00
param_type.go smartcontract: define parameter lengths as constants and use them 2022-10-05 10:46:21 +03:00
param_type_test.go smartcontract: define parameter lengths as constants and use them 2022-10-05 10:46:21 +03:00
parameter.go smartcontract: fix underlying PublicKey parameter value 2022-10-11 13:50:32 +03:00
parameter_test.go smartcontract: fix underlying PublicKey parameter value 2022-10-11 13:50:32 +03:00