Skip to content

Commit

Permalink
proper activation epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed Oct 2, 2024
1 parent f1c2a76 commit 43529a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -313,28 +313,28 @@
UseGasBoundedShouldFailExecutionEnableEpoch = 2064

# DynamicESDTEnableEpoch represents the epoch when dynamic NFT feature is enabled
DynamicESDTEnableEpoch = 9999999
DynamicESDTEnableEpoch = 2327

# EGLDInMultiTransferEnableEpoch represents the epoch when EGLD in multitransfer is enabled
EGLDInMultiTransferEnableEpoch = 9999999
EGLDInMultiTransferEnableEpoch = 2327

# CryptoOpcodesV2EnableEpoch represents the epoch when BLSMultiSig, Secp256r1 and other opcodes are enabled
CryptoOpcodesV2EnableEpoch = 9999999
CryptoOpcodesV2EnableEpoch = 2327

# UnjailCleanupEnableEpoch represents the epoch when the cleanup of the unjailed nodes is enabled
UnJailCleanupEnableEpoch = 9999999
UnJailCleanupEnableEpoch = 2327

# RelayedTransactionsV3EnableEpoch represents the epoch when the relayed transactions V3 will be enabled
RelayedTransactionsV3EnableEpoch = 9999999
RelayedTransactionsV3EnableEpoch = 2327

# FixRelayedBaseCostEnableEpoch represents the epoch when the fix for relayed base cost will be enabled
FixRelayedBaseCostEnableEpoch = 9999999
FixRelayedBaseCostEnableEpoch = 2327

# MultiESDTNFTTransferAndExecuteByUserEnableEpoch represents the epoch when enshrined sovereign cross chain opcodes are enabled
MultiESDTNFTTransferAndExecuteByUserEnableEpoch = 9999999

# FixRelayedMoveBalanceToNonPayableSCEnableEpoch represents the epoch when the fix for relayed move balance to non payable sc will be enabled
FixRelayedMoveBalanceToNonPayableSCEnableEpoch = 9999999
FixRelayedMoveBalanceToNonPayableSCEnableEpoch = 2327

# BLSMultiSignerEnableEpoch represents the activation epoch for different types of BLS multi-signers
BLSMultiSignerEnableEpoch = [
Expand Down

0 comments on commit 43529a9

Please sign in to comment.