Jake Urban
Jake Urban
Polaris currently expects anchors to raise various built-in exception classes when calling integration class functions. For example, Polaris expects `DepositIntegration.process_sep6_request()` to raise a `ValueError` if the client's request is invalid...
## 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...`...
Users are currently required to set `Stellar.default_network` in order to submit transactions to mainnet. If users have clients for multiple different networks, they have to reset `default_network` before every submission....
Once #78 is merged we should update the examples to use `submit_transaction`. The checks it performs aren't valuable if nobody is using it.
Add more the README so new users see how to properly use the SDK before reverting to reading the source code and using deprecated methods.
The [`AccountResponse.Balance`](https://github.com/stellar/java-stellar-sdk/blob/master/src/main/java/org/stellar/sdk/responses/AccountResponse.java#L284) object does not have an attribute that corresponds to the `is_clawback_enabled` attribute returned from Horizon. Example [account](https://horizon-testnet.stellar.org/accounts/GA27VME5Z4AGZSAWQU3N45JUQJJPASBBBSLTFCASV7DXUMVTEJX2QD64) with `is_clawback_enabled`. We need to add a getter function to the...
## 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...`...
## SEP-10 3.1 Support ### TL;DR Implement the changes described the [SEP-10 3.1 commit](https://github.com/stellar/stellar-protocol/commit/6c8c9cf6685c85509835188a136ffb8cd6b9c11c). This likely involves adding an optional argument to the SEP-10 utility functions for adding an additional...