From 2ca5bfdab0a8221e69dd1eb86ba35c18be9222ef Mon Sep 17 00:00:00 2001 From: Marius C Date: Mon, 8 Jan 2024 14:55:48 +0200 Subject: [PATCH] FIX: Remove TransferToMetaFlag --- go.mod | 2 +- go.sum | 4 ++-- mock/world/enableEpochsHandlerStub.go | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index ad3752e83..ce74fc9ce 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/multiversx/mx-chain-logger-go v1.0.14-0.20231129101244-c44fa1c79b03 github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296 github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4 - github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa + github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d github.com/multiversx/mx-components-big-int v1.0.0 github.com/pelletier/go-toml v1.9.3 github.com/stretchr/testify v1.8.1 diff --git a/go.sum b/go.sum index 6935e7741..1dadaf45e 100644 --- a/go.sum +++ b/go.sum @@ -91,8 +91,8 @@ github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296 github.com/multiversx/mx-chain-scenario-go v1.2.2-0.20231129113427-ad3056f45296/go.mod h1:WocyahfHCC3oGILEVdRe7I4/+q/TLCORoTo1X4wGmF4= github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4 h1:TvjyE4/jNoTewu/MPNi3TltxDuIWuvzrRufhgPW+W78= github.com/multiversx/mx-chain-storage-go v1.0.14-0.20231129103407-a506e0debdd4/go.mod h1:ioCT2oHQ+TyHQYpgjxzlUdy7dCdv56+w5HnBg9z96eY= -github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa h1:xdDeUC4yOfiUwctkYioYMjjigBZoZo5RZq1e5WoCVRs= -github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20231228070003-ae14e1e0adfa/go.mod h1:7jjGRykSfLeMs6iQdszlE0lGK2xp9/cctiVdeKbQLLM= +github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d h1:ba/GxX7dSnvVPZRfkxkBrwzUnAWanurcFcGNyo5N2N0= +github.com/multiversx/mx-chain-vm-common-go v1.5.10-0.20240108095836-fdc18df9935d/go.mod h1:7jjGRykSfLeMs6iQdszlE0lGK2xp9/cctiVdeKbQLLM= github.com/multiversx/mx-components-big-int v1.0.0 h1:Wkr8lSzK2nDqixOrrBa47VNuqdhV1m/aJhaP1EMaiS8= github.com/multiversx/mx-components-big-int v1.0.0/go.mod h1:maIEMgHlNE2u78JaDD0oLzri+ShgU4okHfzP3LWGdQM= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= diff --git a/mock/world/enableEpochsHandlerStub.go b/mock/world/enableEpochsHandlerStub.go index e98aa186f..1f9c2434e 100644 --- a/mock/world/enableEpochsHandlerStub.go +++ b/mock/world/enableEpochsHandlerStub.go @@ -69,7 +69,6 @@ func EnableEpochsHandlerStubAllFlags() *EnableEpochsHandlerStub { flag == builtInFunctions.CheckCorrectTokenIDForTransferRoleFlag || flag == builtInFunctions.ESDTTransferRoleFlag || flag == builtInFunctions.GlobalMintBurnFlag || - flag == builtInFunctions.TransferToMetaFlag || flag == builtInFunctions.CheckFrozenCollectionFlag || flag == builtInFunctions.FixAsyncCallbackCheckFlag || flag == builtInFunctions.ESDTNFTImprovementV1Flag ||