Skip to content

Commit

Permalink
Merge pull request #180 from BoostryJP/dev-2.4
Browse files Browse the repository at this point in the history
Release v2.4.2
  • Loading branch information
YoshihitoAso authored Nov 12, 2024
2 parents c046174 + ec00bd5 commit 2d48628
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions local-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
validator-0:
hostname: validator-0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v0:/eth
environment:
Expand All @@ -28,7 +28,7 @@ services:
restart: always
validator-1:
hostname: validator-1
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v1:/eth
environment:
Expand All @@ -54,7 +54,7 @@ services:
restart: always
validator-2:
hostname: validator-2
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v2:/eth
environment:
Expand All @@ -80,7 +80,7 @@ services:
restart: always
validator-3:
hostname: validator-3
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/validator:v2.4.0
volumes:
- /home/ubuntu/quorum_data/v3:/eth
environment:
Expand All @@ -106,7 +106,7 @@ services:
restart: always
general-0:
hostname: general-0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.3.0
image: ghcr.io/boostryjp/ibet-localnet/general:v2.4.0
volumes:
- /home/ubuntu/quorum_data/g0:/eth
environment:
Expand Down
4 changes: 2 additions & 2 deletions test-network/general/static-nodes-general.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
"enode://f04952e75a90bd97d2f30e2f6c95aa06fe636bf96ca05796fb80aebde40e08cbe493970f3a919849983aa6ce3e74cfc43662fa1c46c1babe99367d488f83a397@13.114.70.187:30303?discport=0",
"enode://02b28f7ef6ca5f7ec0182eff8f1f7e741bf61628dc2e29b2318999903733eff1d542b6d96f77f7ca8bbf6de00f26c63991a94a7ba9326a52a509b52f71179f2f@13.115.14.133:30303?discport=0"
]
"enode://02b28f7ef6ca5f7ec0182eff8f1f7e741bf61628dc2e29b2318999903733eff1d542b6d96f77f7ca8bbf6de00f26c63991a94a7ba9326a52a509b52f71179f2f@15.168.219.255:30303?discport=0"
]
2 changes: 1 addition & 1 deletion test-network/validator/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"transitions": [
{
"block": 999999999,
"block": 174497400,
"emptyBlockPeriodSeconds": 10
}
],
Expand Down
2 changes: 1 addition & 1 deletion test-network/validator/genesis.json_init
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"transitions": [
{
"block": 999999999,
"block": 174497400,
"emptyBlockPeriodSeconds": 10
}
],
Expand Down

0 comments on commit 2d48628

Please sign in to comment.