stellar_sdk icon indicating copy to clipboard operation
stellar_sdk copied to clipboard

Elixir library to interact with the Stellar blockchain

Results 8 stellar_sdk issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | patch | `v4.0.1` -> `v4.0.2` | |...

## Protocol 21 SDK Support Once voted in, the release of Protocol 21 will introduce following new CAPs: - [CAP-51](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0051.md): Smart Contract Host Functionality - [CAP-53](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0053.md): Separate host functions to...

## Context For testing, XDRs are dynamically built on the fly, a bug will be way more challenging to detect. ## Objective * To replace XDR constructions for plain structures.

ℹ️ This issue is an Epic ## Context Horizon provides a streaming mechanism for receiving events in near real-time. Instead of repeatedly sending requests to Horizon for batch updates, a...

🎯 Epic

## Context Stellar's friendbot allows creating accounts for testing purposes. ## Objective * To create accounts using Friendbot

ℹ️ This issue is an Epic ## Context A well-documented library fosters a community around it. The Stellar network allows performing a big number of operations with multiple techs involved,...

🎯 Epic

This code supports the new endpoint supported by the Stellar `transactions_async` API.

Please add support to your SDK for the following API changes. ## Horizon Changes [Horizon v2.31.0](https://github.com/stellar/go/releases/tag/horizon-v2.31.0) made the following changes: * **New endpoint**: `POST /transactions_async` allows asynchronous transaction submission (code:...