Alfonso Acosta
Alfonso Acosta
### What problem does your feature solve? Performance degradations caused by code changes can be subtle in their cause and go unnoticed. For instance, in https://github.com/stellar/go/pull/4178 @paulbellamy and I had...
CAP 23 (as part of Stellar Protocol 14 and released with Horizon 1.9.0) allows creating and claiming Claimable Balances. Those balances are queried and claimed using their ID which can...
``` $ vagrant halt ==> default: Attempting graceful shutdown of VM... default: Guest communication could not be established! This is usually because default: SSH is not running, the authentication information...
The example, as is, breaks when the action needs to run both in PRs and other events.
Apart from [`fmt.Stringer`](https://golang.org/pkg/fmt/#Stringer), it would be good if [`fmt.GoStringer`](https://golang.org/pkg/fmt/#GoStringer) was supported I think `GoStringer` should (at least by default) have higher priority than `fmt.Stringer`
DO NOT MERGE until core releases stable packages with protocol 16 support. This PR involves quite a few changes since the build pipeline of Core changes: 1. Packages are no...
Is this a totally crazy thing to do/request?
## TL;DR Add support for additional `_muxed` and `_muxed_id` optional fields in Horizon's JSON responses (available since [Horizon 2.4](https://github.com/stellar/go/releases/tag/horizon-v2.4.0), following what's described in [SEP 23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md#horizon-api-changes)). That is: > Anyplace a...
When coding in Rust, the editor adds parameter names and annotations (i.e. types are inferred but the editor adds them to make the code more explicit). In Cobal2 those annotations...
## TL;DR Add support for additional `_muxed` and `_muxed_id` optional fields in Horizon's JSON responses (available since [Horizon 2.4](https://github.com/stellar/go/releases/tag/horizon-v2.4.0), following what's described in [SEP 23](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0023.md#horizon-api-changes)). That is: > Anyplace a...