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, modifySorobanNetworkConfig manually adds NetworkConfig ledger entries to the BucketList. This has been causing bugs, as addBatch gets called twice on the same ledger. We should change modifySorobanNetworkConfig to actually externalize an upgrade to avoid issues with manual BucketList commits. This should look like upgradeSorobanNetworkConfig, but work on a single App reference instead of requiring a Simulation object.
The text was updated successfully, but these errors were encountered:
Currently,
modifySorobanNetworkConfig
manually adds NetworkConfig ledger entries to the BucketList. This has been causing bugs, asaddBatch
gets called twice on the same ledger. We should changemodifySorobanNetworkConfig
to actually externalize an upgrade to avoid issues with manual BucketList commits. This should look likeupgradeSorobanNetworkConfig
, but work on a singleApp
reference instead of requiring a Simulation object.The text was updated successfully, but these errors were encountered: