Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Settings upgrades for increasing the maximum Soroban key size to 250 …
…bytes (stellar#4371) # Description Settings upgrades for increasing the maximum Soroban key size to 250 bytes. 200 bytes ended up being too conservative and it's not sufficient to support the built-in Stellar Asset contract allowance (that might need up to 204 bytes/key). # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased on top of master (no merge commits) - [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio extension) - [ ] Compiles - [ ] Ran all tests - [ ] If change impacts performance, include supporting evidence per the [performance document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
- Loading branch information