George
George
For example, `WebAuth` is missing entirely. We need to add `@module [name]` and `@memberof module.[name]` (I think) all over the codebase to fix this :sweat:
# Epic: Polyfill Flexibility This is the master issue to track work necessary to tackle the inflexibility of the SDK in regards to dependencies and polyfills. It lives in this...
Apparently, https://github.com/WalletConnect/walletconnect-monorepo/issues/753 is a preferred alternative to getting packages working with React Native. This should be integrated into the README over the [existing recommendations](https://github.com/stellar/js-stellar-sdk/blob/master/README.md#usage-with-react-native).
**Is your feature request related to a problem? Please describe.** It can be difficult to debug and root-cause problems in certain environments in which you have less control or access...
### What Minimizes usage of the external dependency `BigNumber`, preferring the native `BigInt`. ### Why Per @orbitlens' in https://github.com/stellar/js-stellar-sdk/issues/792#issuecomment-1518413229, this is an attempt to minimize usage of the `bignumber.js` external...
**Parent Epic:** stellar/js-stellar-sdk#848 This issue is scoped to the item about `sodium-native` et al. being a problematic dependency. ## Design Idea: Crypto provider flexibility What if we made an assumption...
### What problem does your feature solve? When parsing XDR structures using the XDR viewer, it can be annoying to use multiple tools to decode base64-encoded values that you know...
**TL;DR**: Array-based passing will no longer be allowed in Soroban RPC. ## Soroban RPC Changes With the introduction of [stellar/soroban-rpc#13](https://github.com/stellar/soroban-rpc/issues/13), the Soroban RPC server changes the way it interprets the...
## Soroban RPC Changes With the introduction of [stellar/soroban-tools#1152](https://github.com/stellar/soroban-tools/pull/1152), the Soroban RPC server introduces the following changes: ### `sendTransaction` The response will include a new, optional field in its response...