Skip to content

Commit bb26344

Browse files
committed
Add memoization for MonadBlockchainCardanoNodeT queries related to the MonadBlockchain instance
1 parent 2cbf234 commit bb26344

File tree

9 files changed

+415
-71
lines changed

9 files changed

+415
-71
lines changed

flake.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
};
2929

3030
cardano-node = {
31-
url = "github:input-output-hk/cardano-node?ref=10.1.1";
31+
url = "github:input-output-hk/cardano-node?ref=10.1.4";
3232
};
3333

3434
cardano-cli = {
35-
url = "github:intersectmbo/cardano-cli?ref=cardano-cli-10.1.0.0";
35+
url = "github:intersectmbo/cardano-cli?ref=cardano-cli-10.1.1.0";
3636
};
3737
};
3838

nix/shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ in
1111
packages = [
1212
cardano-cli
1313
cardano-node
14+
pkgs.ghcid
1415
];
1516

1617
env = {

0 commit comments

Comments
 (0)