-
I think we should improve the readability of the diagnostic event and stack trace outputs that the environment generates on the console and in tests when there are failures.
This is not about impro…
-
**Summary**
Soroban contracts provide interfaces that can be implemented in other contracts.
Eg the token and stellar admin interfaces
**Motivations**
Currently the best use case for this is…
-
There are two issues:
- Install doesn't use binaries
- When building from source, --locked doesn't get used
```
> [13/14] RUN cargo binstall -y stellar-cli:
3.488…
-
```
error: non-local `impl` definition, `impl` blocks should be written at the same level as their item
--> /home/runner/work/rs-soroban-sdk/rs-soroban-sdk/soroban-sdk/src/auth.rs:11:1
|
11 | #[c…
-
### What version are you using?
`20.0.0`
### What did you do?
```
let v: soroban_sdk::Val = (&0i128,).into_val(&env);
```
### What did you expect to see?
Compiled, because all typ…
-
-
### What problem does your feature solve?
We have started encouraging people to set up projects using workspaces. For example, `stellar contract init` allows initializing a project with one of thes…
-
Are there any plans to support Soroban in the near future?
-
### What version are you using?
38d86504
### What did you do?
```
$ soroban contract read --help
...
--durability
Storage entry durability
[default…
-
As part of https://github.com/stellar/soroban-rpc/issues/196 , the wanted history window may be smaller than the existing window.
As part of this task we should create an offline ingestor (e.g. not…