Jake Urban
Jake Urban
### What problem does your feature solve? Our demo wallet currently does not support using SEP-38 quotes in SEP-6 or SEP-31 transaction flows. ### What would you like to see?...
Developers will want to tweek the way the demo wallet operates in order to test all edge cases on their anchor. For example, Settle asked us to add a `on_change_callback`...
### What problem does your feature solve? The demo wallet uses the URL entered into the UI when validating an anchor's challenge transaction. This is an issue when the user...
## 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 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...
Hi @earrietadev ! First of all, I'm a big fan of xBull, I just found your wallet by seeing what is out there for Stellar wallet extensions. If you're on...
The [function](https://github.com/stellar/go/blob/0f6abb0432536c6eb64bfb637cb1cf987b4d1f6f/services/horizon/internal/ingest/filters/asset.go#L77) that inspects operations to determine whether it involves an asset included in the rules defined does not have a case for the claiming of a claimable balance, resulting...