Skip to content

Commit 1e03017

Browse files
committed
Update CTL to not use calum/metadata-invalid-char-fix branch
The fix implemented by that branch was merged into `develop`
1 parent 7f62d88 commit 1e03017

File tree

6 files changed

+19
-23
lines changed

6 files changed

+19
-23
lines changed

flake.lock

Lines changed: 4 additions & 4 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
@@ -12,8 +12,8 @@
1212
repo = "cardano-transaction-lib";
1313
# should be same rev as in packages.dhall
1414
# To update, do `spago2nix generate`
15-
# calum/metadata-invalid-char-fix
16-
rev = "07bd6264f51741ab14ae57b39a081a084dcc7a0a";
15+
# `develop` branch
16+
rev = "6c018d43ddfef771bfd586e885ecb0cc7ebd8421";
1717
};
1818
nixpkgs.follows = "cardano-transaction-lib/nixpkgs";
1919
};

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@emurgo/cardano-serialization-lib-browser": "11.0.0-beta.1",
18-
"@emurgo/cardano-serialization-lib-nodejs": "11.0.0-beta.1",
17+
"@emurgo/cardano-serialization-lib-browser": "11.0.0",
18+
"@emurgo/cardano-serialization-lib-nodejs": "11.0.0",
1919
"big-integer": "1.6.51",
2020
"blake2b-wasm": "2.4.0",
2121
"bufferutil": "4.0.5",

packages.dhall

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,7 @@ let additions =
362362
]
363363
, repo = "https://github.com/Plutonomicon/cardano-transaction-lib.git"
364364
-- should be same rev as in flake.nix
365-
-- https://github.com/Plutonomicon/cardano-transaction-lib/pull/696
366-
-- PR: Return error if no utxo is specified for a tx input & Fix transaction inputs locking
367-
-- Commit is from our branch calum/metadata-invalid-char-fix which is based off this PR and
368-
-- includes a small fix to get the build working. Also updated to include `awaitTxConfirmed`.
369-
, version = "07bd6264f51741ab14ae57b39a081a084dcc7a0a"
365+
, version = "6c018d43ddfef771bfd586e885ecb0cc7ebd8421"
370366
}
371367
}
372368
in upstream // additions

spago-packages.nix

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

0 commit comments

Comments
 (0)