js-stellar-sdk
js-stellar-sdk copied to clipboard
Main Stellar client library for the JavaScript language.
~Once either https://github.com/stellar/stellar-protocol/blob/master/core/cap-0050.md or https://github.com/stellar/stellar-protocol/blob/master/core/cap-0052.md lands.~ Let's go with @jonjove's option below for now and change it again when the caps finalize. ## TODO - [ ] Support new txn...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Extend the `AccountCallBuilder` to allow loading account data directly, something like ``` await this.accounts()...
**Describe the bug** Unable to import stellar-sdk into React Project. This happened after I upgraded create-react-app to 5.0. **What version are you on?** stellar-sdk ^9.1.0 **To Reproduce** Steps to reproduce...
CAP 23 (as part of Stellar Protocol 14 and released with Horizon 1.9.0) allows creating and claiming Claimable Balances. Those balances are queried and claimed using their ID which can...
Stellar SDK throws an error which is an instance of `Error` for 404 responses with HTTP2. Version: stellar-sdk 7.0.0 #### To Reproduce Try to load an account, which does not...
**Describe the bug** Asset properties missing from `AccountDebited` interface **What version are you on?** `10.0.1` **To Reproduce** Check effects [type definitions](https://github.com/stellar/js-stellar-sdk/blob/d48dbb82f83bf03cb5de68db5d0805301017b121/src/types/effects.ts#L75-L82). `AccountCredited` inherits the fields in question from `OfferAsset`. ```js...
**Describe the bug** https://github.com/stellar/js-stellar-sdk/blob/2f213c0caef96c3da07019842fb0a6e473f797c8/src/utils.ts#L168 https://github.com/stellar/js-stellar-sdk/blob/2f213c0caef96c3da07019842fb0a6e473f797c8/src/utils.ts#L172 Should the error messages be swapped? **What version are you on?** v10.0.0
**Describe the bug** When I try to stream my own orders with server.offers().forAccount().stream() I get one order at a time instead of an array or object containing all of them....
**Is your feature request related to a problem? Please describe.** I had a problem receiving messages with the payments.stream object, in detail I got "self signed certificate in certificate chain"....