Paul Bellamy
Paul Bellamy
Add the `getContractData` method to soroban-rpc. Use the stellar-core http endpoint to fetch the ledger entry data from the captive-core.
Building on the jsonrpc `getAccount` method in #4556. The `getAccount` method should include the account's balances. The complication with balances is smart/classic. We need to decide what to do about...
### What version are you using? 2.8.1 ### What did you do? Noticed a (new?) error in the horizon logs: ``` [...] horizon_msg:select failed: pq: unexpected message 'E'; expected ReadyForQuery...
I read through your library, and found it really interesting. We do a lot of work with time-series data, and would love to use redis for it. However, we need...
What I did: - Refactored @last_request into an array called @requests - FakeWeb.last_request=(request) now appends to @requests - FakeWeb.last_request returns @requests.last (maintains backwards compatibility) - FakeWeb.clear_requests sets @requests to nil...
We've just released [v6.0.1](https://github.com/stellar/js-stellar-base/tree/v6.0.1), of the SDF Javascript base library. It includes changes to implement [CAP-38](https://github.com/stellar/stellar-protocol/blob/master/core/cap-0038.md), supporting automated market makers. These changes will be released with the protocol v18 upgrade....
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...
From the outage on 2023-07-27, Horizon is processing path payments differently from Core (somehow). We should figure out what the difference is and fix it so it doesn't happen again....