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
There are several v20 checks in overlay/herder/tx queue. Now that the network is way past v20, all that code can be cleaned up. For example, we don't need to wait to externalize to initialize soroban tx queue (it doesn't need to be a pointer anymore). We should search for protocolVersionStartsFrom(protocolVersion, SOROBAN_PROTOCOL_VERSION) and remove dead code where appropriate.
The text was updated successfully, but these errors were encountered:
There are several v20 checks in overlay/herder/tx queue. Now that the network is way past v20, all that code can be cleaned up. For example, we don't need to wait to externalize to initialize soroban tx queue (it doesn't need to be a pointer anymore). We should search for
protocolVersionStartsFrom(protocolVersion, SOROBAN_PROTOCOL_VERSION)
and remove dead code where appropriate.The text was updated successfully, but these errors were encountered: