Eric Warehime
Eric Warehime
Create a plugin to test out the interface: * io.Writer plugin, writes data to a given writer (stdout, file, etc). Figure out any missed details about plugin configuration. These plugins...
Create the plugin framework allowing different plugins to be configured. For v1 there would be one output plugin allowed at a time.
Add something like Catchpoint Service to algorand-indexer in place of the fetcher. This would allow running indexer without algod.
How do we support plugins: * All of them in our repository with a low bar for accepting PRs, support is put on the community. * We support all plugins...
### Subject of the issue On an M1 (and I think any ARM processor in general will also have this error), the cucumber docker container will fail on the following...
The [block_processor](https://github.com/algorand/indexer/tree/conduit/processors/blockprocessor) Processor uses the `fetcher` to retrieve blocks for [catchup during initialization](https://github.com/algorand/indexer/blob/conduit/processors/blockprocessor/initialize.go#L62) We should remove usage of the fetcher, and instead use the catchup service's built-in network access to...
As part of the conduit feature branch we've refactored the end to end tests into a separate python library, and extended them so that Conduit scenarios can be defined for...
## Summary Adds a slack exporter which simply posts a message from an asset transfer txn. ## Test Plan Using conduit running locally, pointing to a testnet algod, providing the...
## Summary WIP PR that exposes AccountDeltas via the NodeInterface (APIs). The motivation for this is to be able to decouple the Indexer from having a go-algorand dependency via the...
## Problem Responses from the client are not automatically converted into the defined model types (for all endpoints). We've done this for some endpoints (see https://github.com/algorand/js-algorand-sdk/blob/a89046acaf9502f496fca9d781bf33047c969c01/src/client/v2/algod/getApplicationBoxes.ts#L57-L60), but other endpoints, in...