Skip to content

Commit

Permalink
Merge pull request #93 from piotr-iohk/bump-ver-2022-12-14
Browse files Browse the repository at this point in the history
Bump version to wallet/ikar: v2022-12-14 and node:1.35.4
  • Loading branch information
piotr-iohk authored Dec 15, 2022
2 parents 4d7542d + 36af73e commit 074d8d4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
env:
CONFIG_URL: https://book.world.dev.cardano.org/environments/preview/
WALLET: dev-master
NODE: 1.35.3-configs
NODE: 1.35.4
TOKEN_METADATA: https://metadata.cardano-testnet.iohkdev.io/
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.35.3-configs
image: inputoutput/cardano-node:1.35.4
environment:
NETWORK:
volumes:
Expand All @@ -11,7 +11,7 @@ services:
restart: on-failure

cardano-wallet:
image: inputoutput/cardano-wallet:2022.10.6
image: inputoutput/cardano-wallet:2022.12.14
volumes:
- ikar-wallet-db:/wallet-db
- node-ipc:/ipc
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure

icarus:
image: piotrstachyra/icarus:v2022-10-06
image: piotrstachyra/icarus:v2022-12-14
network_mode: "host"
restart: on-failure

Expand Down
28 changes: 14 additions & 14 deletions gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a";
sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb";
type = "gem";
};
version = "1.1.1";
version = "2.0.2";
};
nio4r = {
groups = ["default"];
Expand All @@ -181,10 +181,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "11w59ga9324yx6339dgsflz3dsqq2mky1qqdwcg6wi5s1bf2yldi";
sha256 = "0n79k78c5vdcyl0m3y3l5x9kxl6xf5lgriwi2vd665qmdkr01vnk";
type = "gem";
};
version = "1.13.6";
version = "1.13.10";
};
public_suffix = {
groups = ["default" "development" "test"];
Expand Down Expand Up @@ -212,31 +212,31 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d";
sha256 = "0p685i23lr8pl7l09g9l2mcj615fr7g33w3mkcr472lcg34nq8n8";
type = "gem";
};
version = "1.6.0";
version = "1.6.1";
};
rack = {
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1b1qsg0yfargdhmpapp2d3mlxj82wyygs9nj74w0r03diyi8swlc";
sha256 = "0axc6w0rs4yj0pksfll1hjgw1k6a5q0xi2lckh91knfb72v348pa";
type = "gem";
};
version = "2.2.3.1";
version = "2.2.4";
};
rack-protection = {
dependencies = ["rack"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2";
sha256 = "08rcmwbnzs0km2dh4h1ngja0d921695rr2v155jiz3l1i7jqvssq";
type = "gem";
};
version = "2.2.0";
version = "2.2.3";
};
rack-test = {
dependencies = ["rack"];
Expand Down Expand Up @@ -329,10 +329,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y";
sha256 = "1dv5c5n9lhncqmasklif5rs6rj29gfh0dypwhk1nzzrbs6yywn61";
type = "gem";
};
version = "2.2.0";
version = "2.2.3";
};
sys-proctable = {
dependencies = ["ffi"];
Expand All @@ -350,10 +350,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv";
sha256 = "186nfbcsk0l4l86gvng1fw6jq6p6s7rc0caxr23b3pnbfb20y63v";
type = "gem";
};
version = "2.0.10";
version = "2.0.11";
};
xpath = {
dependencies = ["nokogiri"];
Expand Down
2 changes: 1 addition & 1 deletion helpers/app_helpers.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Helpers
module App
def version
'v2022-10-06' #version
'v2022-12-14' #version
end

def is_connected?(w)
Expand Down
4 changes: 2 additions & 2 deletions scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -euo pipefail

GIT_TAG="v2022-10-06"
NODE_TAG="1.35.3-configs"
GIT_TAG="v2022-12-14"
NODE_TAG="1.35.4"

DOCKER_TAG=`echo "${GIT_TAG##v}" | sed -e s/-0/-/g -e s/-/./g`

Expand Down

0 comments on commit 074d8d4

Please sign in to comment.