Leigh

Results 786 comments of Leigh

My apologies. I thought this had been already fixed in cargo, and was maybe recurring, but I see it was merged only 2 weeks ago, so not in 1.70.0. My...

From the perspective of a new user trying to find out what the length of an array list is, this issue is how I discovered that `.items.len` is the recommended...

I'm not sure this is the responsibility of the contract spec. The contract spec doesn't have an opinion on how the Map val is ordered. It presents the fields in...

Can we change the "Standalone" to "Local"? We deprecated the term standalone in quickstart, and quickstart itself uses the option `--local` now to run a local only network.

I just noticed that the getting started guide shows a dev how to deploy to a local network, but not how to run a local network. Or is that instruction...

Ah, thanks for pointing out where it lives. It's really easy as user to fly through the setup and skip over configure the CLI steps because they feel unimportant. I...

More details available at https://github.com/stellar/stellar-core/issues/3442.

I don't think there is anything to do in rs-stellar-xdr. Xdrgen already supports for Rust generated code cyclic references that occur within a union and don't require the additional optional...

Two challenges with this: - Recursive types like `ClaimPredicate` currently use the `Box` type. We might be able to use the `heapless` pooled `Box` type instead. Or maybe we drop...

As a follow on from https://github.com/stellar/rs-stellar-xdr/pull/44, this issue is being repurposed to change the `alloc` feature so it is possible to use the default global allocator, or provide your own...