*: drop support for old on-chain assets

You no longer can transfer them, so creating/renewing/storing doesn't make
much sense.
This commit is contained in:
Roman Khimov 2020-06-05 18:42:58 +03:00
parent bf6435eeaa
commit a986e2a064
20 changed files with 1 additions and 714 deletions

View file

@ -34,15 +34,6 @@ func TestUnexpectedNonInterops(t *testing.T) {
funcs := []func(*interop.Context, *vm.VM) error{
accountGetBalance,
accountGetScriptHash,
assetGetAdmin,
assetGetAmount,
assetGetAssetID,
assetGetAssetType,
assetGetAvailable,
assetGetIssuer,
assetGetOwner,
assetGetPrecision,
assetRenew,
attrGetData,
attrGetUsage,
blockGetTransaction,