From 30ca3c5d8880e18a92a29a40e98162df0b823cbd Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Fri, 23 Feb 2024 13:50:01 +0100 Subject: [PATCH] Hydra team update 2024-02-23 --- blog/2024-02-23-hydra.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 blog/2024-02-23-hydra.md diff --git a/blog/2024-02-23-hydra.md b/blog/2024-02-23-hydra.md new file mode 100644 index 0000000000..f23e2cfe71 --- /dev/null +++ b/blog/2024-02-23-hydra.md @@ -0,0 +1,26 @@ +--- +title: Hydra Team Update +slug: 2024-02-23-hydra +authors: [ch1bo] +tags: [hydra] +hide_table_of_contents: false +--- + +### High-level Summary + +This week, the Hydra team successfully fixed the fanout after contest bug using their significantly improved model-based test suite. Additionally, they transitioned to cardano-api version 8.38 and started testing against cardano-node version 8.8. Furthermore, they enhanced fee estimation within the hydra-node internal wallet resulting in cheaper head opening / closing transactions and added transaction metadata to help identifying Hydra protocol transactions. + +# What did the team achieve this week + +- Fixed the fanout after contest bug using our signifcantly improved model-based test suite [#1260](https://github.com/input-output-hk/hydra/issues/1260) +- Switched to cardano-api 8.38 and run tests against cardano-node 8.8 [#1297](https://github.com/input-output-hk/hydra/pull/1297) +- Improved fee estimation in `hydra-node` internal wallet [#1315](https://github.com/input-output-hk/hydra/pull/1315) +- Added transaction metadata to identify Hydra protocol transactions (on L1) [#1311](https://github.com/input-output-hk/hydra/pull/1311) + +# What are the goals of next week + +- Have the monthly review meeting + write a report +- Explorer targeting and showing data of the latest released `hydra` version +- Implement off-chain incremental commit protocol changes +- Review `EventSource` and `EventSink` refactor done by SundaeLabs +- See smoke tests passing consistently on Sanchonet