Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore] Merge develop into sep-6 #1181

Merged
merged 10 commits into from
Nov 1, 2023
Merged

Conversation

philipliu
Copy link
Contributor

Description

Merges develop into sep-6.

Context

Keep sep-6 branch up to date.

Testing

  • ./gradlew test

Documentation

N/A

Known limitations

N/A

JiahuiWho and others added 7 commits October 24, 2023 12:55
…tellar#1169)

### Description

Add `home_domains` to SEP-10 to take a list of domains,
Rename `Sep10Config::getHomeDomain()` to `Sep10Config::getHomeDomains()`
to always return a list of available domains
`home_domain` and `home_domains` cannot coexist in Sep10Config, this is
comment in default-value.yml, also enforced in validation rules
`web_auth_domain` will be required if there are more than 1 home domain
specified in `home_domains`

### Context

The SDP multi-tenant integration will rely on multiple toml files, so
we’ll need the Anchor Platform to accommodate that by allowing multiple
home_domains to be configured, in the format of a comma-separated list
of domains.


### Testing

- `./gradlew test`

---------

Co-authored-by: Jamie Li <[email protected]>
### Description

Change PR template to account for documentation changes
…tellar#1173)

### Description
Extract the test concurrency settings to `scripts.gradle.kts` file
…ellar#1176)

### Description

Fix `SimpleMoreInfoUrlConstructorTest` calendar skew

### Context

The tests in `SimpleMoreInfoUrlConstructorTest` calls Calendar which may
be statically mocked by other concurrent tests. Add `@LockStatic` to
avoid the conflict.
)

### Description

- Upload artifacts of Gradle tests
- Update documentation of how to access the artifacts

### Context

Improve PR workflow visibility
…lar#1178)

### Description

add `withdraw_anchor_account` to `PATCH /transactions` to support
setting destination accounts for withdrawals dynamically

### Context

Today, the Anchor Platform sets `withdraw_anchor_account` to the value
of the asset’s distribution account set in the config when the
transaction is created.

Per partner request, support setting `withdraw_anchor_account` via
`PATCH /transactions` – the address set can be different from the
configured distribution account for the asset

### Testing

- `./gradlew test`
- Added test case to verify `withdraw_anchor_account` is updated via
patch /transaction
@philipliu philipliu force-pushed the sep-6-10-30-merge branch 2 times, most recently from 068cf4f to b42448f Compare October 30, 2023 17:38
@philipliu philipliu marked this pull request as ready for review November 1, 2023 18:01
@philipliu philipliu merged commit e436286 into stellar:sep-6 Nov 1, 2023
5 checks passed
@philipliu philipliu deleted the sep-6-10-30-merge branch November 1, 2023 20:27
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.

4 participants