mootz12

Results 6 issues of mootz12

**Describe the bug** When attempting to create a package that manages building the complicated XDR objects required for Soroban, I am unable to use separate but identical versions of `stellar-base`...

bug

### What version are you using? ``` [dependencies] soroban-sdk = { version = "20.3.2" } ``` ### What did you do? Used the test env to both read and set...

bug

- **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

When using any exports defined in `js-stellar-base` like `nativeToScVal`, the JSDoc/TSDoc does not appear when importing from `js-stellar-sdk`. For example: ``` import { nativeToScVal } from '@stellar/stellar-sdk'; const test =...

### What problem does your feature solve? Simulation is one of the main ways to read contract data from chain, and it should be easy for users to view contract...

### What version are you using? Whatever UI is live as of this bug report ### What did you do? Created a `queue_set_reserve` transaction against a testnet Blend pool. ###...

bug