Jake Urban

Results 57 issues of Jake Urban

## 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...

enhancement

## 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...`...

enhancement

I was appending files to my `FormData` object without a `knownLength` option and my server wasn't receiving the request body. I found [this gist ](https://gist.github.com/pinkhominid/e6f53706e0dd8cf34f2bd94c3aa357c5) and tried adding `knownLength`, and...

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...

Add the response code to the exception message [here](https://github.com/stellar/java-stellar-sdk/blob/8dcb082ff21bc8c6c55a2475bfb1652110a31f46/src/main/java/org/stellar/sdk/responses/SubmitTransactionUnknownResponseException.java#L14).

## 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...`...

## 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...

When using [pytest-django](https://github.com/pytest-dev/pytest-django)'s `pytest.mark.django_db` marker in conjunction with `pytest.mark.asyncio`, any writes to the database are not rolled back when the test completes and affect subsequent tests. To test, I created...

needsinfo

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...

enhancement

### What problem does your feature solve? Polaris makes callback requests to remote servers when requested in SEP-6 & 24 transactions. Callbacks have now been added to SEP-12 & SEP-31,...

enhancement