ruby-stellar-sdk icon indicating copy to clipboard operation
ruby-stellar-sdk copied to clipboard

Community maintained Ruby SDK for Stellar

Results 27 ruby-stellar-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) from 3.2 to 3.4. Release notes Sourced from google-github-actions/release-please-action's releases. v3.4.0 3.4.0 (2022-08-23) Features provide inputs for releaser and manifest options in release-please 13.15 (#474) (4482754) read github...

dependencies
github_actions

## SEP-10 Muxed Account & Memo Support SEP-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts. These users are either represented using a muxed account (an `M...`...

stellar-sdk

Resolves #167

enhancement
stellar-horizon

The following changes to [claimable balances](https://github.com/stellar/go/pull/3483), and [assets](https://github.com/stellar/go/pull/3454) endpoints were recently released in Horizon 2.2.0: - [ ] The Asset object now includes the following new fields, with examples: ```json...

enhancement
stellar-horizon

I caught this on the side while working on something else, my apologies for the missing tests; I didn't have time to figure out how to set up the accounts...

stellar-sdk

## 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...

`Stellar::Memo.new` seems to validate that the memo provided is the right data type: ```ruby [36] pry(main)> Stellar::Memo.new(:memo_text, {foo: 'bar'}) XDR::InvalidValueError: XDR::InvalidValueError from .../gems/xdr-3.0.0/lib/xdr/union.rb:86:in `set' ``` But it does not look...

stellar-base

Users are currently required to set `Stellar.default_network` in order to submit transactions to mainnet. If users have clients for multiple different networks, they have to reset `default_network` before every submission....

stellar-base

Once #78 is merged we should update the examples to use `submit_transaction`. The checks it performs aren't valuable if nobody is using it.