Skip to content

Bump version to 2.0.0-rc.2#855

Merged
ifropc merged 1 commit intorelease/2.0.0-rc.2from
version-bump
May 1, 2023
Merged

Bump version to 2.0.0-rc.2#855
ifropc merged 1 commit intorelease/2.0.0-rc.2from
version-bump

Conversation

@ifropc
Copy link
Copy Markdown
Contributor

@ifropc ifropc commented May 1, 2023

PR Checklist

PR Structure

  • This PR has reasonably narrow scope (if not, break it down into smaller PRs).
  • This PR avoids mixing refactoring changes with feature changes (split into two PRs
    otherwise).
  • This PR's title starts with name of package that is most changed in the PR, ex.
    paymentservice.stellar, or all or doc if the changes are broad or impact many
    packages.

Thoroughness

  • This PR adds tests for the most critical parts of the new functionality or fixes.

What

Change version to 2.0.0-rc.2

Why

Release preparation.

Known limitations

N/A

@ifropc ifropc requested review from JakeUrban and reecexlm May 1, 2023 18:50
@stellar-jenkins
Copy link
Copy Markdown

Reference Server Preview is available here:
https://anchor-ref-pr855.previews.kube001.services.stellar-ops.com/
SEP Server Preview is available here:
https://anchor-sep-pr855.previews.kube001.services.stellar-ops.com/

@ifropc ifropc merged commit 4825a0c into release/2.0.0-rc.2 May 1, 2023
@ifropc ifropc deleted the version-bump branch May 1, 2023 19:04
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants