Will Winder
Will Winder
Investigate what is available for query testing. We need a tool that can: * Run queries with complex options on our main endpoints, the options will depend on the pseudorandom...
## Summary The IndexerDb API has options `IncludeAssetHoldings` and `IncludeAssetParams` to control what is included in the results, but we have no plans to expose this feature in the API....
## Summary Took a stab at updating the conduit documentation. Some parts are still a little sparse, but I think there is a bit of coverage for everything. ## Test...
Extend the `conduit init` command to accept a list of plugins. Generate a skeleton configuration which includes those plugins. ``` ~$ ./conduit init --plugins algod,block_evaluator,postgresql ... ~$ cat data/conduit.yml Importer:...
## Summary * New filereader plugin. * Small changes / improvements to the filewriter plugin: 1. Add tags to the BlockData type so that the serialization is explicit. 2. Change...
The constructor interface has a single function, we should add a helper to allow defining a simple function instead of implementing an interface. Here is an example of how the...
Add an option to write to a logfile, as oppose to Stdout.
A subcommand to list all of the plugins, grouped by type. *list* - use the metadata object to get the description ``` ~$ ./conduit list Importers: algod Importer for fet5ching...
1. Architecture - make sure the current documentation covers this. 2. README per plugin. 3. How-to create a plugin.