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
We should remove all occurrences of modifySorobanNetworkConfig: it's quite error-prone and confusing, because it adds a new batch to the bucketlist and updates snapshot twice, causing all kind of cryptic failures that are hard to debug (see #4602 (comment) and #4583 (comment)). We should use upgradeSorobanNetworkConfig instead which properly performs an upgrade via ledger close. Note that with this change we should be able to remove SorobanNetworkConfig::writeAllSettings completely.
The text was updated successfully, but these errors were encountered:
We should remove all occurrences of modifySorobanNetworkConfig: it's quite error-prone and confusing, because it adds a new batch to the bucketlist and updates snapshot twice, causing all kind of cryptic failures that are hard to debug (see #4602 (comment) and #4583 (comment)). We should use upgradeSorobanNetworkConfig instead which properly performs an upgrade via ledger close. Note that with this change we should be able to remove SorobanNetworkConfig::writeAllSettings completely.
The text was updated successfully, but these errors were encountered: