stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
186 stars 206 forks source link

Fix config settings upgrade json for v21 #600

Closed sisuresh closed 4 months ago

sisuresh commented 4 months ago

The files are invalid now that core added cost types. Unfortunately due to the new cost types, trying to fix all entries into a single upgrade will exceed the initial write bytes limit. For this reason, I'm removing the update the cost types.

I'll take a look at https://github.com/stellar/quickstart/issues/547 so we don't miss this again.