Skip to content

Commit

Permalink
Merge pull request #123 from multiversx/release-D1.8.4.0
Browse files Browse the repository at this point in the history
Release D1.8.4.0
  • Loading branch information
sstanculeanu authored Nov 11, 2024
2 parents fc2b393 + 7d82f58 commit e3c4169
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion binaryVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tags/v1.8.3
tags/v1.8.4
3 changes: 0 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,3 @@
# MaxRoundsOfInactivityAccepted defines the number of rounds missed by a main or higher level backup machine before
# the current machine will take over and propose/sign blocks. Used in both single-key and multi-key modes.
MaxRoundsOfInactivityAccepted = 3

[RelayedTransactionConfig]
MaxTransactionsAllowed = 50
6 changes: 0 additions & 6 deletions enableEpochs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,6 @@
# UnjailCleanupEnableEpoch represents the epoch when the cleanup of the unjailed nodes is enabled
UnJailCleanupEnableEpoch = 2327

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

# RelayedTransactionsV3DisableEpoch represents the epoch when the relayed transactions V3 will be disabled
RelayedTransactionsV3DisableEpoch = 2506

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

Expand Down
2 changes: 1 addition & 1 deletion external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# URL for the WebSocket client/server connection
# This value represents the IP address and port number that the WebSocket client or server will use to establish a connection.
URL = "127.0.0.1:22111"
URL = "ws://127.0.0.1:22111"

# After a message will be sent it will wait for an ack message if this flag is enabled
WithAcknowledge = true
Expand Down

0 comments on commit e3c4169

Please sign in to comment.