@@ -761,6 +761,9 @@ const (
761761 // MetricBarnardOpcodesEnableEpoch represents the epoch when Barnard opcodes will be enabled
762762 MetricBarnardOpcodesEnableEpoch = "erd_barnard_opcodes_enable_epoch"
763763
764+ // MetricFixGetBalanceEnableEpoch represents the epoch when get balance opcode fix is enabled
765+ MetricFixGetBalanceEnableEpoch = "erd_fix_get_balance_enable_epoch"
766+
764767 // MetricValidationOnGobDecodeEnableEpoch represents the epoch when validation on GobDecode will be taken into account
765768 MetricValidationOnGobDecodeEnableEpoch = "erd_validation_on_gobdecode_enable_epoch"
766769
@@ -1171,8 +1174,8 @@ const (
11711174 ESDTFlag core.EnableEpochFlag = "ESDTFlag"
11721175 ESDTFlagInSpecificEpochOnly core.EnableEpochFlag = "ESDTFlagInSpecificEpochOnly"
11731176 GovernanceFlag core.EnableEpochFlag = "GovernanceFlag"
1174- GovernanceDisableProposeFlag core.EnableEpochFlag = "GovernanceDisableProposeFlag"
1175- GovernanceFixesFlag core.EnableEpochFlag = "GovernanceFixesFlag"
1177+ GovernanceDisableProposeFlag core.EnableEpochFlag = "GovernanceDisableProposeFlag"
1178+ GovernanceFixesFlag core.EnableEpochFlag = "GovernanceFixesFlag"
11761179 GovernanceFlagInSpecificEpochOnly core.EnableEpochFlag = "GovernanceFlagInSpecificEpochOnly"
11771180 DelegationManagerFlag core.EnableEpochFlag = "DelegationManagerFlag"
11781181 DelegationSmartContractFlag core.EnableEpochFlag = "DelegationSmartContractFlag"
@@ -1282,5 +1285,6 @@ const (
12821285 ValidationOnGobDecodeFlag core.EnableEpochFlag = "ValidationOnGobDecodeFlag"
12831286 BarnardOpcodesFlag core.EnableEpochFlag = "BarnardOpcodesFlag"
12841287 AutomaticActivationOfNodesDisableFlag core.EnableEpochFlag = "AutomaticActivationOfNodesDisableFlag"
1288+ FixGetBalanceFlag core.EnableEpochFlag = "FixGetBalanceFlag"
12851289 // all new flags must be added to createAllFlagsMap method, as part of enableEpochsHandler allFlagsDefined
12861290)
0 commit comments