From e8b70c33c4e09abd74762bbf0c4aadff61eacf2a Mon Sep 17 00:00:00 2001 From: Sasha Bogicevic Date: Fri, 1 Sep 2023 16:15:23 +0200 Subject: [PATCH] Hydra team update --- blog/2023-09-01-hydra.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 blog/2023-09-01-hydra.md diff --git a/blog/2023-09-01-hydra.md b/blog/2023-09-01-hydra.md new file mode 100644 index 0000000000..9e7ca8fcd5 --- /dev/null +++ b/blog/2023-09-01-hydra.md @@ -0,0 +1,32 @@ +--- +title: Hydra Team Update +slug: 2023-09-01-hydra +authors: [v0d1ch] +tags: [hydra] +hide_table_of_contents: false +--- + +## High-level summary + +This week, the Hydra team focused primarily on changes needed in the network +layer and have the first draft document related to needed design. They also +improved the user experience by allowing a commit using inline datums. +Discussed the off-chain governance with researchers and improved internal model +tests. + +## What did the team achieve this week + +- Monthly report published +- Small changes to hydraw and tutorial in light of the Masterclass +- Investigated a bug and saw it was solved by recent developments +- Improved the model tests by fully validating L1 transactions +- Enhanced the /commit API to also allow commit from scripts with inline datums (user request) +- Discussed off-chain governance with IOG and CF researchers +- Drafted a first network specification document in the context of Network resilience + +## What are the goals of next week + +- Have a clear understanding of the changes we need for the "Improve network resiliency" feature +- Groomed and agreed plan on incremental commits/decommits +- Updated tutorials including CI workflows to check consistency +- Update to GHC 9.6 and latest cardano dependencies (ledger/plutus)