You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Jumbo Transaction support has been enabled in the Relay. However, the feature is disabled across all networks by setting JUMBO_TRANSACTION_ENABLED to false. Additionally, Jumbo Transaction acceptance tests are being skipped because the environment does not yet fully support this feature.
Problem:
The Consensus Node across all environments must be upgraded to at least version 0.62.2, which is the stable version that supports Jumbo Transactions in the Relay. The local-node project also needs to be updated to a version that includes Consensus Node 0.62.2.
Action Items (once all environments are on Consensus Node >= 0.62.2):
Update the JUMBO_TRANSACTION_ENABLED flag to true in all Relay production environments.
Upgrade local-node dependencies in the Relay to the new version supporting Consensus Node 0.62.2.
Unskip and update Jumbo Transaction acceptance tests to accurately validate the feature.
Tracking:
This issue tracks the upgrade status and readiness for enabling Jumbo Transactions across all supported environments.
The text was updated successfully, but these errors were encountered:
Currently, Jumbo Transaction support has been enabled in the Relay. However, the feature is disabled across all networks by setting
JUMBO_TRANSACTION_ENABLED
to false. Additionally, Jumbo Transaction acceptance tests are being skipped because the environment does not yet fully support this feature.Problem:
The Consensus Node across all environments must be upgraded to at least version 0.62.2, which is the stable version that supports Jumbo Transactions in the Relay. The local-node project also needs to be updated to a version that includes Consensus Node 0.62.2.
Action Items (once all environments are on Consensus Node >= 0.62.2):
JUMBO_TRANSACTION_ENABLED
flag totrue
in all Relay production environments.Tracking:
This issue tracks the upgrade status and readiness for enabling Jumbo Transactions across all supported environments.
The text was updated successfully, but these errors were encountered: