2.0.0-rc.2
What's Changed
- Forward 1.2.10, 1.2.11 and 1.2.12 changes by @Ifropc in #812
- fix: getenv so it can handle line breaks
/n
and quotes/"
when reading System envs by @marcelosalloum in #824 - [ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment by @lijamie98 in #825
- [ANCHOR-248] Renamed home_domain web_auth_domain in SEP10 and fix the createChallenge bug by @lijamie98 in #828
- Fix the comments of more_info_url and interactive_url by @lijamie98 in #829
- [ANCHOR-233] When sep10.web_auth_domain is not set, it is default to the domain of host_url by @lijamie98 in #830
- [ANCHOR-249] Rename logging to app_logging in configuration by @lijamie98 in #832
- [ANCHOR-212] Skip setting amountExpected when posting SEP24 transactions by @lijamie98 in #833
- [ANCHOR-92] Improve stellar observer logging messages by @lijamie98 in #835
- Remove release prefix by @Ifropc in #836
- [ANCHOR-253] Support SEP asset format in find transactions + add tests by @Ifropc in #838
- Fix run profile by @Ifropc in #837
- Fix stellar transaction id is not set properly by @Ifropc in #839
- [ANCHOR-161] Validate assets by @paulormnas in #840
- Cleanup transaction schema by @Ifropc in #847
- Validate significant decimals by @Ifropc in #848
Migrating from rc.1
- Please drop your existing database. Due to some changes in the schema, it's required for this release. In the future release candidates proper migration script would be provided, and no extra steps would be required.
- Make sure you are using correct docker tag. We removed "release" prefix, so now it's simply
stellar/anchor-platform:2.0.0-rc.2
. You can check it on the dockerhub SEP10_HOME_DOMAIN
is no longer required to be specified, as per #828 and #830amount_expected
no longer has amount field set. If user requested a specific amount, it will be passed in JWT. See documentation for more info and full change is available in #833- Assets of Amounts fields modified via PATCH request are now validated. Make sure that assets are correctly set, as described in the documentation. See full change here #840
- Amounts of Amounts fields modified via PATCH request are now validated. Make sure
significant_decimals
is properly set, and passed amount has correct precision. Full change: #848 - Logging configuration has been renamed. To change logging level
app_logging
configuration should now be used. See #832 for the change. kyc_verified field
is no longer available. #847
Full Changelog: release-2.0.0-rc.1...2.0.0-rc.2