-
I'm trying to get the counter example working locally but hit a few bugs in the docs (and maybe elsewhere).
Setup:
- I'm running a local network following: https://soroban.stellar.org/docs/tutoria…
-
`Symbol` is a 60-bit encoding of a 10 character string with a limited character set of `a-zA-Z0-9_`.
The value is stored in a u64 and so is efficient to pass around.
We use it in a lot of places…
-
The init function calls `writeln!(w, "cargo:rerun-if-changed=.")?;` which instructs cargo to treat everything under `.` as a timestamp dependency. When this is used in a `build.rs` script unfortunatel…
-
## Description
### Explain in detail the additional functionality you would like to see in stellar-core.
Expose version of soroban env and the soroban env's stellar xdr to all users of the softwar…
-
Should `BigInt` receive a maximum bit-size parameter? Should we support some fixed size integers like u256? Are there crates that can provide some of this functionality for us automatically at reasona…
-
There are useless parentheses spread across many grammars in the repo, which I've been trying to correct. Here is a list as produced by a Trash script (see the following comments).
This is the scri…
-
Add steps to release process that verify builds function without non-local patch entries
The release process has a gap that we need to find a way to fill.
Most of our Rust repos have `[patch]` entri…
-
The domain/context of a signature in the auth SDK is currently fixed to being a few fixed values:
- network passphrase
- contract ID
- function invoked
It's come up in conversations in a few pla…
-
We should make it easy to JSON serialize/deserialize the XDR types. This is somewhat controversial as there is no canonical format for JSON-to-XDR, so this would just be a Rust flavored JSON represent…
-
This is a, "see how feasible" it is spike task.
It would be useful if we could use the lighthorizon txmeta-style archives for github.com/stellar/stellar-contract-cli instead of re-implementing captiv…