Skip to content

Commit

Permalink
Update Cardano Node version to 10.1.3 / Cost model update (#83)
Browse files Browse the repository at this point in the history
* Update Cardano Node version to 10.1.3 in download scripts

* Update to latest node version

* Update plutus v3 costmodel to include new costs before chang + 1 HF
  • Loading branch information
satran004 authored Dec 18, 2024
1 parent f0de095 commit b15582b
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 256 deletions.
2 changes: 1 addition & 1 deletion applications/cli/config/download.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Please specify either the version or the full url for the following components
node.version=10.1.2
node.version=10.1.3
ogmios.version=6.9.0
kupo.version=2.9.0
yaci.store.version=0.1.1-graalvm-preview1
Expand Down
4 changes: 2 additions & 2 deletions applications/cli/docker/download-amd64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file=cardano-node-10.1.2-linux.tar.gz
wget https://github.com/IntersectMBO/cardano-node/releases/download/10.1.2/cardano-node-10.1.2-linux.tar.gz
file=cardano-node-10.1.3-linux.tar.gz
wget https://github.com/IntersectMBO/cardano-node/releases/download/10.1.3/cardano-node-10.1.3-linux.tar.gz

mkdir /app/cardano-bin

Expand Down
4 changes: 2 additions & 2 deletions applications/cli/docker/download-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file=cardano-10_1_2-aarch64-static-musl-ghc_966.tar.zst
dir=cardano-10_1_2-aarch64-static-musl-ghc_966
file=cardano-10_1_3-aarch64-static-musl-ghc_966.tar.zst
dir=cardano-10_1_3-aarch64-static-musl-ghc_966
wget https://github.com/armada-alliance/cardano-node-binaries/raw/main/static-binaries/$file?raw=true -O - | tar -I zstd -xv

#unzip $file
Expand Down
Loading

0 comments on commit b15582b

Please sign in to comment.