Ryan R. Fox
Ryan R. Fox
**User Story** As an `interested party` I want to `collect and display daily active use and the value of operations within the BitShares Platform` so that I may `make proper...
As an `algorand-indexer` user, I'd like the ability to search by "group-id" so I may receive the complete set of confirmed transactions matching this group-id.
Consensus of witnesses is to change the CER for CNY to 1.2 (from a default of 1.05 used for all other assets).
Addresses Issue #30 to yield a functioning default.yaml file when issuing "bitshares-pricefeed create"
Openexchangerates & Currencylayer both have "base:" rather than "bases" set Bitrix is set to True, but they are not currently providing a market for BTS/BTC btcavg is listed twice within...
Fixes to address Issue #28 and #27
A recent update of the CER calculations for internal markets was also applied to the external markets using the get_cer(self, symbol, price) method. However, self.config["assets"][symbol] is not iterable for external...
**Describe the error** `/run-a-node-setup/install](https://developer.algorand.org/docs/run-a-node/setup/install/` contains a reference to AlgoScan, which is now shut. **Link to the page or line** https://github.com/algorand/docs/edit/staging/docs/run-a-node/setup/install.md#L48 **Optional - The recommended fix if you have one** Scan...
As a `sandbox` user, having concise, meaningful error handling for the required Docker environment is helpful. Sandbox 1.0 had helpful output: ``` # sandbox commit 2a34519 ./sandbox up Building a...
## Problem As a dev I may frequently modify `go-algorand` or `indexer` code on my local file system. I don't want to push to GitHub each change prior to testing...