[tmp] test -> lib
Comment out: test-suite <name> import: lang -- already imported main-is: Spec.hs
Comment out: test-suite <name> import: lang -- already imported main-is: Spec.hs
Generate the endToEnd mints instead of hardcoding them.
Add comment for the first test explaining that it doesn't test an actual indexer.
Use multiline sql queries.
Changed datum encoding in JSON-RPC from printing the ScriptData complete text in JSON to CBOR presentation [PLT-320]
Changed datum encoding in JSON-RPC from printing the ScriptData complete text in JSON to CBOR presentation [PLT-320]
Indexes all datums for a given address
Separate generators from other helpers.
Inline getMaryOtherAssets helper -- it was used only once.
Changed datum encoding in JSON-RPC from printing the ScriptData complete text in JSON to CBOR presentation [PLT-320]
Indexes all datums for a given address
Indexes all datums for a given address
* 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]>