CardanoSolutions / kupo

🐹 Fast, lightweight & configurable chain-index for Cardano.
https://cardanosolutions.github.io/kupo/
Mozilla Public License 2.0
118 stars 29 forks source link

Upgrade to hydra-0.16 #166

Closed locallycompact closed 6 months ago

locallycompact commented 6 months ago

Hydra 0.16 drops JSON encoding of transactions in favour of a CBOR representation only. This updates the hydra submodule to provide a golden test file in the new format.

Co-Authored by Daniel Firth daniel.firth@iohk.io

ch1bo commented 6 months ago

We can use https://github.com/input-output-hk/hydra/pull/1378 now to have a constant stream of snapshots (= blocks) and the end-to-end test "can connect" should pass now against this (while master does not).

v0d1ch commented 6 months ago

@KtorZ @ch1bo you could take a look at this. I can confirm that all tests pass and I could index Hydra 0.16 txs with Kupo locally.

ch1bo commented 6 months ago

Well.. as this got merged, we should release hydra 0.16.0 soon then :)

KtorZ commented 6 months ago

Note: I haven't tested the Hydra integration myself. I will in the upcoming days for the next Kupo release.