Skip to content

Commit bb4da7a

Browse files
author
Aleksandr Penskoi
committed
Update cardano-node (flake and arion), gmios, seabug-contract and plutus-use-case
1 parent 992cfa4 commit bb4da7a

File tree

7 files changed

+11
-13
lines changed

7 files changed

+11
-13
lines changed

arion-compose.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ in {
6464
"--node-socket"
6565
"/ipc/node.socket"
6666
"--node-config"
67-
"/config/testnet-config.json"
67+
"/config/config.json"
6868
];
6969
depends_on = { cardano-node.condition = "service_healthy"; };
70-
image = "cardanosolutions/ogmios:v5.2.0-testnet";
70+
image = "cardanosolutions/ogmios:v5.5.0-testnet";
7171
ports = [ "1337:1337" ];
7272
volumes = [
7373
"${toString ./.}/data/cardano-node/ipc:/ipc"
@@ -95,7 +95,7 @@ in {
9595

9696
cardano-node.service = {
9797
environment = { NETWORK = "testnet"; };
98-
image = "inputoutput/cardano-node:1.33.0";
98+
image = "inputoutput/cardano-node:1.35.0";
9999
volumes = [
100100
"${toString ./.}/data/cardano-node/ipc:/ipc"
101101
"${toString ./.}/data/cardano-node/cardano-node-data:/data"

cardano-transaction-lib

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
nixpkgs = { url = "github:NixOS/nixpkgs"; };
55
cardano-node = {
66
url =
7-
"github:input-output-hk/cardano-node/73f9a746362695dc2cb63ba757fbcabb81733d23";
7+
"github:input-output-hk/cardano-node/1.35.0";
88
};
99
flake-utils = { url = "github:numtide/flake-utils"; };
1010
# https://github.com/hercules-ci/arion/pull/153

nft-marketplace

scripts/mint-nft.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export PAB_BUF=efficient_nft_pab_out_1
163163

164164
echo '>' Run efficient-nft-pab...
165165
efficient_nft_pab &
166+
echo '>' If it stuck, check plutus-chain-index!
166167
wait_up_efficient_nft_pab
167168
echo '>' Run efficient-nft-pab...ok
168169

@@ -179,11 +180,8 @@ echo '>' BALANCE_TX_RESP: $BALANCE_TX_RESP
179180
export CURRENCY=$(echo -n $BALANCE_TX_RESP | sed -E "s/^.*txMint = Value \(Map \[\(([^,]+).*/\1/")
180181
echo '>' CURRENCY: $CURRENCY
181182

182-
MINTING_POLICY=$(rg '^minting-policy' efficient_nft_pab_out_1 | sed -e 's/minting-policy: //' | jq -r .getMintingPolicy)
183-
# echo '>' MINTING_POLICY: $MINTING_POLICY
184-
185-
UNAPPLIED_MINTING_POLICY=$(rg '^unapplied-minting-policy' $PAB_BUF | sed -e 's/unapplied-minting-policy: //' | jq -r)
186-
echo '>' UNAPPLIED_MINTING_POLICY: $UNAPPLIED_MINTING_POLICY
183+
# UNAPPLIED_MINTING_POLICY=$(rg '^unapplied-minting-policy' $PAB_BUF | sed -e 's/unapplied-minting-policy: //' | jq -r)
184+
# echo '>' UNAPPLIED_MINTING_POLICY: $UNAPPLIED_MINTING_POLICY
187185

188186
query_utxo
189187

0 commit comments

Comments
 (0)