Jun Luo
Jun Luo
This PR upgrades the Stellar SDK to the latest version. I have no experience in developing Android apps at all, so I only made minimal changes. Please let me know...
### What - Software used in Gitpod has been updated - GitPod now uses the testnet Soroban RPC by default - Soroban SDK updated to version 21.7.1 ### Why Make...
### What We only use reqwest to make HTTP requests in our code, no longer directly using http, ureq, and hyper, to enhance consistency. ### Why fix #1629 ### Known...
### What problem does your feature solve? Currently, the project is using multiple HTTP client libraries: - [hyper](https://github.com/stellar/stellar-cli/blob/c8c3871ef3a409328d9b0561f87d55c00bd41071/cmd/soroban-cli/Cargo.toml#L79-L80) - [ureq](https://github.com/stellar/stellar-cli/blob/c8c3871ef3a409328d9b0561f87d55c00bd41071/cmd/soroban-cli/Cargo.toml#L110) - [reqwest](https://github.com/stellar/stellar-cli/blob/main/cmd/crates/stellar-ledger/Cargo.toml#L33) This diversity of HTTP clients may lead to...
### What Add read/write capabilities to alloc feature when std not enabled. ### Why #46 ### Known limitations `ReadXdrIter` is not supported in `no std` environment. For me personally, it...
## Description I've encountered a need for [`Cursor`](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html) while using `embedded-io`. The current codebase doesn't seem to provide this feature, so I implemented it myself. However, I'm unsure if adding...
**Describe the bug** Currently, when we call `TransactionBuilder.builder`, regardless of whether `sorobanData` exists or not, the way we calculate the fee is `op_count * baseFee`. However, the meaning of the...
Currently, trait `Write` is not implemented for `Cursor` in [cursor.rs](https://github.com/technocreatives/core2/blob/main/src/io/cursor.rs#L272). However, the standard library includes [it](https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#impl-Write-for-Cursor%3CVec%3Cu8,+A%3E%3E). Is there a specific reason why this library doesn't support it? If possible, can...
In the latest version of React Native, the current patch implementation seems to not work smoothly, so let's remove it and instead use [`@exodus/patch-broken-hermes-typed-arrays`](https://github.com/ExodusMovement/patch-broken-hermes-typed-arrays) to fix this issue. The `@exodus/patch-broken-hermes-typed-arrays`...