ANCHOR-227: Fix incorrect asset (#805)#807
Merged
ifropc merged 1 commit intolegacy/main-1.2from Mar 31, 2023
Merged
Conversation
* ANCHOR-227: Fix incorrect asset * Update version and changelog
|
Reference Server Preview is available here: |
ifropc
pushed a commit
that referenced
this pull request
Apr 3, 2023
ifropc
pushed a commit
that referenced
this pull request
Apr 3, 2023
ifropc
pushed a commit
that referenced
this pull request
Apr 4, 2023
ifropc
pushed a commit
that referenced
this pull request
Apr 4, 2023
ifropc
pushed a commit
that referenced
this pull request
May 1, 2023
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
PR Structure
otherwise).
paymentservice.stellar, orallordocif the changes are broad or impact manypackages.
Thoroughness
What
Release 1.2.10
Why
Release 1.2.10
Known limitations
N/A