Scott Fleckenstein

Results 31 issues of Scott Fleckenstein

For personally run instances of horizon, we should provide some sort of ability for the server owner to configure webhook callbacks for the various async events that occur on the...

enhancement

Given we are using token based paging, its very useful for a client to understand "Is this the last page, or are there more records". The simple case is "if...

enhancement

As reported here https://stellartalk.org/topic/6435-removing-trust-lines/ and it appears as well in #96: When a trustline has been set with the NoRipple flag set to true, it appears you cannot remove it,...

Example output: ``` bash > curl -X POST https://live.stellar.org:9002 -d ' quote> { quote> "method": "account_tx", quote> "params": [ quote> { quote> "account": "gEisv5HcJTbp6D1vxUdh5dPUrDGyuUxM4u", quote> "limit": -1 quote> } quote>...

It's expected that any path returned should be useable, and that currently is not the case because horizon does not consider the source account's current balances.

bug

This will allow someone to, for example, build a transaction history with age display without having to load date data afterwards

The pathfinder should instead exclude the more expensive paths. See #239 discussion.

One of the free lunches we lost when moving away from ruby was a rich body parser... and with that json support for request bodies. This breaks the JS libraries

enhancement