core: update *.Contract.* interops

1. Remove GetScript, IsPayable, GetStorageContext.
2. Revert 82319538 related to GetStorageContext.
3. Rename Migrate to Update.
4. Move remaining to System.Contract.*.

Related #1031.
This commit is contained in:
Evgenii Stratonikov 2020-06-10 14:07:26 +03:00
parent c69f8a2fa3
commit f8a11f61b6
12 changed files with 18 additions and 119 deletions

View file

@ -32,9 +32,6 @@ func TestUnexpectedNonInterops(t *testing.T) {
// All of these functions expect an interop item on the stack.
funcs := []func(*interop.Context, *vm.VM) error{
contractGetScript,
contractGetStorageContext,
contractIsPayable,
storageContextAsReadOnly,
storageDelete,
storageFind,