Fifo (Fabricius Zatti)
Fifo (Fabricius Zatti)
**What:** When using js-stellar-base and js-stellar-sdk to manage assets, the method `contractId()` always returns an error. **Why** By looking at the source code, we can see the method expects an...
**Is your feature request related to a problem? Please describe.** One should be able to connect and interact with the Stellar network through both their Classic(native operations) and Soroban(Smart contracts...
**Is your feature request related to a problem? Please describe.** Implement a Test Ledger able to pull up a docker image with a stellar network core, validators, and necessary services(Horizon...
### What problem does your feature solve? As discussed in [this discord thread](https://discord.com/channels/897514728459468821/1163144469722431579/1163144469722431579), when writing tests for contracts we have the function `register_stellar_asset_contract` to emulate a classic asset wrapped in...
**Is your feature request related to a problem? Please describe.** Based on the discussion on https://github.com/stellar/stellar-docs/pull/1563#discussion_r2127070373 When using the JS-SDK and interacting with contract clients, it is required to provider...
### What version are you using? - stellar 22.8.2 - stellar-xdr 22.1.0 (e13922970800d95b523413018b2279df42df3442) - soroban-sdk 22.0.8 - cargo-llvm-cov 0.6.17 - rustc 1.86.0 (05f9846f8 2025-03-31) ### What did you do? Run...