Skip to content

Commit

Permalink
Merge pull request #4514 from ElrondNetwork/merge-master-rc-v1.4.0
Browse files Browse the repository at this point in the history
Merge master rc v1.4.0
  • Loading branch information
gabi-vuls authored Sep 27, 2022
2 parents 5b8eb89 + e0b586c commit f61564c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/node/config/enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,16 @@
CheckExecuteOnReadOnlyEnableEpoch = 1

# ESDTMetadataContinuousCleanupEnableEpoch represents the epoch when esdt metadata is automatically deleted according to inshard liquidity
ESDTMetadataContinuousCleanupEnableEpoch = 4
ESDTMetadataContinuousCleanupEnableEpoch = 1

# HeartbeatDisableEpoch represents the epoch when heartbeat v1 messages stop being sent and processed
HeartbeatDisableEpoch = 2
HeartbeatDisableEpoch = 1

# MiniBlockPartialExecutionEnableEpoch represents the epoch when mini block partial execution will be enabled
MiniBlockPartialExecutionEnableEpoch = 3
MiniBlockPartialExecutionEnableEpoch = 1

# FixAsyncCallBackArgsListEnableEpoch represents the epoch when the async callback arguments lists fix will be enabled
FixAsyncCallBackArgsListEnableEpoch = 6
FixAsyncCallBackArgsListEnableEpoch = 1

# SetSenderInEeiOutputTransferEnableEpoch represents the epoch when setting the sender in eei output transfers will be enabled
SetSenderInEeiOutputTransferEnableEpoch = 4
Expand Down

0 comments on commit f61564c

Please sign in to comment.