Skip to content

Commit

Permalink
Merge pull request #61 from MinaFoundation/dep-updates
Browse files Browse the repository at this point in the history
update go 1.22
  • Loading branch information
piotr-iohk authored Dec 20, 2024
2 parents 50560df + b9a18ec commit 672e94c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile-delegation-backend
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# Set the Current Working Directory inside the container
WORKDIR $GOPATH/src/delegation_backend
Expand All @@ -12,7 +12,7 @@ COPY result/headers result/headers
RUN cd src && go get -d -v ./...

COPY result/libmina_signer.so result/libmina_signer.so
ENV LD_LIBRARY_PATH="result:$LD_LIBRARY_PATH"
ENV LD_LIBRARY_PATH="result"
ENV AWS_SSL_CERTIFICATE_PATH="/database/cert/sf-class2-root.crt"

# Install the package
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
{
devEnv = stdenv.mkDerivation {
name = "dev";
buildInputs = [ stdenv go_1_21 glibc minaSigner ];
buildInputs = [ stdenv go_1_22 glibc minaSigner ];
shellHook = ''
export LIB_MINA_SIGNER=${minaSigner}/lib/libmina_signer.so
return
Expand Down
8 changes: 4 additions & 4 deletions test/integration/topology/topology.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pk": "B62qjwzawZqMmm27zwDg5xF8XtrH1TcQedsS3EVStct8wr1FcpRZFbm",
"sk": "EKFBPN3My4Y5GqaYj9pMYvtfzvrzuSQyvTEgxTZmCx4QZg7vJePB",
"role": "Snark_coordinator",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:2.0.0berkeley-rc1-1551e2f-bullseye-berkeley",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet",
"git_build": null,
"worker_nodes": 1,
"snark_worker_fee": "0.0001",
Expand All @@ -27,7 +27,7 @@
"sk": "EKF83r3ibZ8eCC1PwcgrTAVLVoA3dKXt2iSGxb6vDnofs9nKUY3V",
"privkey_path": "../../test/integration/topology/block_producer_keys/node-a.json",
"role": "Block_producer",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:2.0.0berkeley-rc1-1551e2f-bullseye-berkeley",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet",
"git_build": null,
"libp2p_pass": "naughty blue worm",
"libp2p_keyfile": "../../test/integration/topology/libp2p_keys/node-a.json",
Expand All @@ -49,7 +49,7 @@
"sk": "EKF5AkJQX1B6CgmmaXgsyw4tZFp1M27TRcJrzw67Mtnp7o45rEvv",
"privkey_path": "../../test/integration/topology/block_producer_keys/node-b.json",
"role": "Block_producer",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:2.0.0berkeley-rc1-1551e2f-bullseye-berkeley",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet",
"git_build": null,
"libp2p_pass": "naughty blue worm",
"libp2p_keyfile": "../../test/integration/topology/libp2p_keys/node-b.json",
Expand Down Expand Up @@ -80,7 +80,7 @@
"sk": "EKEFB6NduHXqgGUkSSe1TFf1SCpn1SDrJtAcRJiHd4zaks4X5GrD",
"privkey_path": null,
"role": "Seed_node",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:2.0.0berkeley-rc1-1551e2f-bullseye-berkeley",
"docker_image": "gcr.io/o1labs-192920/mina-daemon:3.0.4-alpha1-889607b-bullseye-devnet",
"git_build": null,
"libp2p_pass": "naughty blue worm",
"libp2p_keyfile": "../../test/integration/topology/libp2p_keys/default-seed.json",
Expand Down

0 comments on commit 672e94c

Please sign in to comment.