interop: remove System.Iterator.Create
, fix #1935
There are now only storage iterators. Related #1933.
This commit is contained in:
parent
721748acfd
commit
23a4e25436
12 changed files with 83 additions and 246 deletions
|
@ -65,7 +65,6 @@ func TestSyscallExecution(t *testing.T) {
|
|||
"contract.CreateMultisigAccount": {interopnames.SystemContractCreateMultisigAccount, []string{"1", pubs}, false},
|
||||
"contract.CreateStandardAccount": {interopnames.SystemContractCreateStandardAccount, []string{pub}, false},
|
||||
"contract.GetCallFlags": {interopnames.SystemContractGetCallFlags, nil, false},
|
||||
"iterator.Create": {interopnames.SystemIteratorCreate, []string{pubs}, false},
|
||||
"iterator.Next": {interopnames.SystemIteratorNext, []string{"iterator.Iterator{}"}, false},
|
||||
"iterator.Value": {interopnames.SystemIteratorValue, []string{"iterator.Iterator{}"}, false},
|
||||
"runtime.BurnGas": {interopnames.SystemRuntimeBurnGas, []string{"1"}, true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue