neo-go/pkg/smartcontract/manifest
Evgenii Stratonikov d2ddf7b7cb *: support invoking methods by offset
Allow to invoke methods by offset:
1. Every invoked contract must have manifest.
2. Check arguments count on invocation.
3. Change AppCall to a regular syscall.
4. Add test suite for `System.Contract.Call`.
2020-07-27 13:00:35 +03:00
..
container.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
container_test.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
manifest.go *: support invoking methods by offset 2020-07-27 13:00:35 +03:00
manifest_test.go manifest: remove EntryPoint from manifest 2020-07-27 11:08:01 +03:00
method.go manifest: add Offset in method descriptor 2020-07-27 11:08:01 +03:00
permission.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00
permission_test.go smartcontract: add smartcontract manifest 2020-04-16 14:05:32 +03:00