new-docs
new-docs copied to clipboard
The soroban docs link to Stellar classic docs for issuer semantics in https://github.com/stellar/soroban-docs/pull/308, and I noticed the naming wasn't consistent.
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.8.29 to 5.25.1. Release notes Sourced from gatsby-transformer-remark's releases. v5.3.0 Welcome to [email protected] release (December 2022 #1) Key highlights of this release: ES Modules (ESM) in Gatsby...
Add PHP SDK
### What did you expect to see? The [create claimable balance response ](https://developers.stellar.org/api/resources/operations/object/create-claimable-balance/) predicates should be in snake case. Instead of `absBefore` it should be `abs_before` etc. [example response](https://horizon.stellar.org/operations/159035122778316843)
### What did you expect to see? The [create claimable balance response docs](https://developers.stellar.org/api/resources/operations/object/create-claimable-balance/) should list the `sponsor` attribute. An example of an operation with this attribute [here](https://horizon.stellar.org/operations/153272470667927563)
### What did you expect to see? The [change trust response documentation]( https://developers.stellar.org/api/resources/operations/object/change-trust/) should list the `sponsor` attribute. An example of an operation with this attribute [here](https://horizon.stellar.org/operations/142288615794429955)
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.9.7. Changelog Sourced from qs's changelog. 6.9.7 [Fix] parse: ignore __proto__ keys (#428) [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424) [Robustness]...
This is a potpourri of enhancements, improvements, fixes, etc. both large and small that are better off existing in a shared, collaborative space rather than the ephemeral notes and snippets...
The Horizon [`Account`](https://developers.stellar.org/api/resources/accounts/object/) object is missing several attributes in its inner "balance" object. - `is_clawback_enabled` - `is_authorized` - `is_authorized_to_maintain_liabilities` We need to add these attribute to the docs.