ANCHOR-231: Fix indicative quote fails validation#810
Conversation
|
Something went wrong with PR preview build please check |
|
Reference Server Preview is available here: |
|
Reference Server Preview is available here: |
1 similar comment
|
Reference Server Preview is available here: |
|
Reference Server Preview is available here: |
|
Reference Server Preview is available here: |
* Forward 1.2.10, 1.2.11 and 1.2.12 changes (#812) * ANCHOR-227: Fix incorrect asset (#805) (#807) * ANCHOR-227: Fix incorrect asset * Update version and changelog * ANCHOR-231: Fix indicative quote fails validation (#810) (#814) * Release 1.2.12 * Don't set amount_out for indicative quote * Update changelog * Update test * empty * fix: getenv so it can handle line breaks `/n` and quotes `/"` when reading System envs (#824) ### What Fix the getenv method so it can handle line breaks /n and quotes /" when reading System envs ### Why When providing a multiline env var with `\n`, it was being ingested as `\\n`. The same for quotes. * [ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment (#825) * Add profile running utility classes for IntelliJ and VSCode dev environment * Fix RunAllServers.kt not to start docker * [ANCHOR-248] Renamed home_domain web_auth_domain in SEP10 and fix the createChallenge bug (#828) * 1. Renamed sep10.home_domain to sep10.web_auth_domain. * 2. Fixed createChallenge bug where the web_auth_domain should be used instead of the domain of hostURL * fixed the comments of more_info_url and interactive_url (#829) * When sep10.web_auth_domain is not set, it is default to the domain of host_url (#830) * rename logging.level to app_logging.level and logging.stellar_level to app_logging.stellar_level (#832) * [ANCHOR-212] Skip setting amountExpected when posting SEP24 transactions (#833) * Skip setting amountExpected in posting SEP24 transactions * Add required fields to the JWT of the interactive URL of SEp24 * Clear the default sep24.interactive_url.txn_fields and sep24.moreinfo_url.txn_fields * improve observer logging messages (#835) * Remove release prefix (#836) * ANCHOR-253 (#838) * Fix run profile (#837) * Fix stellar transaction id is not set properly (#839) * Fix stellar transaction id is not set properly * Generalize implementation * feat: validate amount values and assets during patch transactions. (#840) * Cleanup transaction schema (#847) * Cleanup transaction schema * Update test * Enable transferReceivedAt for both SEP transactions * Validate significant decimals (#848) * Validate significant decimals * Small change * Bump version to 2.0.0-rc.2 (#855) --------- Co-authored-by: Jamie Li <lijamie@gmail.com> Co-authored-by: Marcelo Salloum dos Santos <marcelo@stellar.org> Co-authored-by: Paulo Nascimento <18144290+paulormnas@users.noreply.github.com>
PR Checklist
PR Structure
otherwise).
paymentservice.stellar, orallordocif the changes are broad or impact manypackages.
Thoroughness
What
Indicative quote fails validation in previous versions
Why
Bug fix
Known limitations
N/A