Adolfo Builes
Adolfo Builes
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Extend the `AccountCallBuilder` to allow loading account data directly, something like ``` await this.accounts()...
If a horizon end-point don't support streaming, then we shouldn't document or include the `stream` in the call builder. See https://github.com/stellar/go/issues/3209#issuecomment-725229836
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** All the files in `src/` are using TS while the files in `test` are...
We need to add typings for `ManageBuyOffer` and add it as one of the possible results for https://github.com/stellar/js-stellar-sdk/commit/e03e71f4c671911af5d81c8d1793cf1c78bf8ba7#diff-032f4351456743b3d4bf2db1cccff181R273 ``` export interface ManageBuyOfferOperationResponse extends BaseOperationResponse< OperationResponseType.manageBuyOffer, OperationResponseTypeI.manageBuyOffer > { offer_id: number...
[Horizon 1.5.0](https://github.com/stellar/go/releases/tag/horizon-v1.5.0) added a new field to the ledgers resource called `tx_set_operation_count`, if your SDK has support for `/ledgers` or `ledger` resources, then it should include this new field. The...
The upcoming Horizon release is coming, and there are multiple breaking changes plus new features 🎉🎉🎉! The following are the list of changes required to support this new release: -...
Not sure if this is a bug or desired feature, but If I do the following: ``` fragment = this.get('store').createFragment('thingy') fragment.unloadRecord() ``` I get the error: ``` EmberError {description: undefined,...
You can use bitwise operation to turn on multiple flags in the same transaction, however, TypeScript complains that the value isn't valid, since it's expecting the value to be either...
We do automatic deployments to npm every time there is a new branch. We don't want this for alpha or beta. Or rather, we should use the alpha or beta...
https://github.com/tc39/proposal-class-fields#private-fields See https://github.com/stellar/js-stellar-base/pull/328#discussion_r410033442