Skip to content

Commit

Permalink
Port Etcd client to using grapesy-etcd
Browse files Browse the repository at this point in the history
This is not properly handling errors and connectivity topics, but basic
broadcast and delivery works.
  • Loading branch information
ch1bo committed Feb 20, 2025
1 parent 25d8e2f commit 5b28988
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 161 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
# FIXME: we are missing a static linked snappy (other libraries are provided through overlays)
# This overlay contains libsodium and libblst libraries
inputs.iohk-nix.overlays.crypto
# This overlay contains pkg-config mappings via haskell.nix to use the
Expand Down
3 changes: 1 addition & 2 deletions hydra-node/hydra-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ library
build-depends:
, aeson
, base
, base16-bytestring
, base64-bytestring
, bytestring
, cardano-api:internal
, cardano-binary
Expand All @@ -120,6 +118,7 @@ library
, data-default
, directory
, filepath
, grapesy
, grapesy-etcd >=0.3
, http-types
, hydra-cardano-api
Expand Down
Loading

0 comments on commit 5b28988

Please sign in to comment.