Eric Warehime

Results 27 issues of 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...

Team Lamprey

Create the plugin framework allowing different plugins to be configured. For v1 there would be one output plugin allowed at a time.

Epic
Team Lamprey

Add something like Catchpoint Service to algorand-indexer in place of the fetcher. This would allow running indexer without algod.

Epic
Team Lamprey

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...

Team Lamprey

### 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...

bug
Team Lamprey

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...

Team Lamprey

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...

Team Lamprey

## 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...

New Feature

## 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...

new-feature-request
Team Lamprey