From 347391daa340ff6c9460475ae1133df6e3ed3941 Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Fri, 4 Nov 2022 20:45:33 -0600 Subject: [PATCH 1/4] Switch cardano node to 1.35.4-rc1 --- arion-compose.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arion-compose.nix b/arion-compose.nix index 860cef5..d170f5d 100644 --- a/arion-compose.nix +++ b/arion-compose.nix @@ -8,7 +8,7 @@ let # FIXME: CTL version also pinned in seabug-contract. We need only one source of truth cardano-transaction-lib-server = (import cardano-transaction-lib/default.nix).packages.x86_64-linux."ctl-server:exe:ctl-server"; - cardano-configurations = fetchGit { url = "https://github.com/input-output-hk/cardano-configurations"; rev = "182b16cb743867b0b24b7af92efbf427b2b09b52"; }; + cardano-configurations = fetchGit { url = "https://github.com/input-output-hk/cardano-configurations"; rev = "c0d11b5ff0c0200da00a50c17c38d9fd752ba532"; }; # { name = "preprod"; magic = 1; } network = { name = "preview"; @@ -111,7 +111,7 @@ in }; cardano-node.service = { - image = "inputoutput/cardano-node:1.35.3"; + image = "inputoutput/cardano-node:1.35.4-rc1"; volumes = [ "${toString ./.}/data/cardano-node/ipc:/ipc" "${toString ./.}/data/cardano-node/cardano-node-data:/data" From d0dafd3f41e255fd81763c4a7fa2db86120c50ff Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Fri, 4 Nov 2022 20:46:07 -0600 Subject: [PATCH 2/4] Update frontend - Don't require a wallet unnecessarily - Improve error messages - Avoid multiple wallet access permission popups on item page --- nft-marketplace | 2 +- seabug-contracts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nft-marketplace b/nft-marketplace index 5cad7f5..0e4b918 160000 --- a/nft-marketplace +++ b/nft-marketplace @@ -1 +1 @@ -Subproject commit 5cad7f5f2ddd281c0146abf51c75ebece0ff1365 +Subproject commit 0e4b918b4e2c26097db8a6412561f9fe71776fa8 diff --git a/seabug-contracts b/seabug-contracts index d759930..df4fca2 160000 --- a/seabug-contracts +++ b/seabug-contracts @@ -1 +1 @@ -Subproject commit d75993058054c67cf40e8a98c1e3ef0f00677f4e +Subproject commit df4fca276d0947ae76c4fe2d392ac7345d8cfb51 From bf2f315f0338c8950ac8782bebfd202d646cd970 Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Mon, 7 Nov 2022 15:27:26 -0700 Subject: [PATCH 3/4] Update test report --- seabug-contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seabug-contracts b/seabug-contracts index df4fca2..d1f7969 160000 --- a/seabug-contracts +++ b/seabug-contracts @@ -1 +1 @@ -Subproject commit df4fca276d0947ae76c4fe2d392ac7345d8cfb51 +Subproject commit d1f796956acf6c8a32a93f5d8dd20ee073be3b58 From 288065807c9a8bcdd4cb5991ed06b79d0d51182d Mon Sep 17 00:00:00 2001 From: Calum Sieppert Date: Mon, 7 Nov 2022 15:29:06 -0700 Subject: [PATCH 4/4] Rename getWalletBalance on frontend --- nft-marketplace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft-marketplace b/nft-marketplace index 0e4b918..15390f4 160000 --- a/nft-marketplace +++ b/nft-marketplace @@ -1 +1 @@ -Subproject commit 0e4b918b4e2c26097db8a6412561f9fe71776fa8 +Subproject commit 15390f4bed742b037f4daec4483c96199b2327df