Will Winder
Will Winder
Followup to #1243 Add a configuration for "next round override". This would override the round, if any, found in the pipeline metadata file. Importers would be able to detect that...
1. By default, only include errors in the error log. Currently it is filled with accounts that were skipped. Add a flag that indicates whether or not to log "skipped"...
In order to release Conduit on its own cadence, we need to split it into a separate repository. This should be more straightforward after the StateDelta decoupling work.
https://docs.google.com/document/d/1BTncKF6zCcMjewZZrfPBP8Wwrjh00SDLq7ZDCcxBytw/edit#heading=h.5rankqtbqkgi
## Summary The StateDelta object is part of Indexer's interface and I'd like to serialize it to a file, but some of the fields are private.
* Modify node / ledger to supply StateDelta objects, and control next round. * Writing StateDelta objects to a directory.
I found that the `JsonRpcHttpClient` did not work with an RPC server provided by [gorilla/rpc](https://github.com/gorilla/rpc). The problem seems to be that `HttpUrlConnection` is performing a CONNECT while this server is...
* Push keys to POEditor * Download latest updates from POEditor * Add Serbian and zh-Hans to `AvailableLanguages.java` * Question: we have localizations for zh-CN and zh-Hans, POEditor calls them...
I'm having trouble using binary parameters, I'm not sure what I'm doing wrong. I have a parameter defined with: ``` "note-prefix": { "type": "string", "format": "byte", "description": "Specifies a prefix...