neo-go/pkg/smartcontract
Roman Khimov efb67a0ea3 context: scripts and signatures are base64-encoded in C# now
So use base64 too and add compatibility test. Unfortunately this breaks
support for old (hex-based) files, but those should be completed a long time
ago.
2021-07-23 11:57:35 +03:00
..
callflag callflag: add C#-compliant JSONization, fix #2040 2021-07-06 11:17:12 +03:00
context context: scripts and signatures are base64-encoded in C# now 2021-07-23 11:57:35 +03:00
manifest manifest: fix group permission handling 2021-06-30 11:02:45 +03:00
nef callflag: add C#-compliant JSONization, fix #2040 2021-07-06 11:17:12 +03:00
testdata cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
trigger *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
contract.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
convertor.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
convertor_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
param_type.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
param_type_test.go cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
parameter.go smartcontract: add support for valueless Parameters 2021-07-23 11:57:13 +03:00
parameter_test.go smartcontract: add ExpandParameterToEmitable method 2021-04-16 17:30:25 +03:00