Jake Urban

Results 57 issues of Jake Urban

## SEP-10 3.0 ### TL;DR Implement the changes described in the [SEP-10 v3.0 PR](https://github.com/stellar/stellar-protocol/pull/746) by November 13th. It adds a check for the correct `homeDomain` value in the SEP-10 challenge...

## TL;DR The SEP-10 protocol has been updated to relax the requirements of the single Manage Data operation included in SEP-10 challenge transactions, and **should be implemented by October 21st**....

The following [changes](https://github.com/stellar/stellar-protocol/commit/28c636b4ef5074ca0c3d46bbe9bf0f3f38095233#diff-72480d0894ae2d1a31c229b64ad4c37b) were recently merged to [SEP-10](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md): - [] the Manage Data operation's key includes a `homeDomain` [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) instead of the `anchorName` string - [] a `SIGNING_KEY` attribute in...

## SEP-10 Client Attribution Support A web service requiring SEP-10 authentication may want to attribute each HTTP request made to it to a specific client software. For example, a web...

## SEP-10: Apply grace period to `minTime` constraint It is possible that the client machine's clock is behind the SEP-10 server machine's clock. If this is the case, client applications...

## SEP-10 Muxed Account & Memo Support SEP-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts. These users are either represented using a muxed account (an `M...`...

The Horizon [`Account`](https://developers.stellar.org/api/resources/accounts/object/) object is missing several attributes in its inner "balance" object. - `is_clawback_enabled` - `is_authorized` - `is_authorized_to_maintain_liabilities` We need to add these attribute to the docs.

bug

The most likely reason for a `504 Timeout` response from Horizon is due to having a fee that is not competitive with the other transactions being considered. However, we also...

When a SEP-31 receiving anchor doesn't require any per-transaction fields, the sending anchor should send a request like so: ```json { ..., "fields": { "transaction": {} } } ``` However,...

bug

## Background Pooled accounts are Stellar accounts that hold funds for multiple users. To disambiguate users who use pooled accounts, we're moving forward with a memo-based approach, where a given...