java-stellar-anchor-sdk icon indicating copy to clipboard operation
java-stellar-anchor-sdk copied to clipboard

[ANCHOR-672] Flatten anchor config fields in value file

Open philipliu opened this issue 1 year ago • 1 comments

Description

All fields are configurable by the config struct in the value file. Previously, only the callback API was configurable using this method.

Context

We need to be able to configure using a separate Horizon instance. Rather than hardcoding the value mapping like the callback API, this refactors how config management is done.

Testing

  • ./gradlew test
  • Testing with the demo wallet

Documentation

N/A

Known limitations

This is a breaking change so the deployed environments will need to be updated.

philipliu avatar Apr 24 '24 21:04 philipliu

Why do we need to keep the empty sep-service.yaml file?

lijamie98 avatar Apr 24 '24 22:04 lijamie98