Address-Utxo indexer Use new marconi API (#885)
* Address-Utxo indexer Use new marconi API PLT-1314, Use the new rewindable indexers for Marconi Utxos. The changes are mostly scoped to: Indexer.Utxo and related unit tests. We also did a few minor refactoring on Marconi.Indexer.ScriptTx, in particular moving common instance(s) to Marconi.Types * PLT-1314, New rewindable indexers marconi-mamba Extend the marconi rewindable indexer changes to marconi-mamba. Modifications are mostly: - changes related to the marconi indexers `shape`/type change. - changes related to the new StorableQuery instances - update event generator for the indexer changes mentioned * PLT-1314, New rewindable indexers marconi-mamba fix lint issues with marconi-mamba * PLT-1314, New rewindable indexers marconi-mamba Update marconi-mamba Readme * PLT-1314, New rewindable indexers marconi-mamba fix lint issues with marconi-mamba * PLT-1314, New rewindable indexers marconi-mamba Doc- Update marconi-mamba README Signed-off-by: Kayvan Kazeminejad <[email protected]> PLT 1314 - UTXO Rewindable indexers Change the json payload for scriptData to encode in hex format PLT-1314 rewindable index Changed inlineScript json * address-utxo-indexer-new-marconi-api Simplify Ord and Eq instances of the Utxos and related components. [PLT-1314] * New rewindable indexers marconi-mamba Add tests for resume and query interval [plt-1314] Signed-off-by: Kayvan Kazeminejad <[email protected]> --------- Signed-off-by: Kayvan Kazeminejad <[email protected]>