File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ jobs:
280280 needs : [ build-tests, build-tests-webrtc ]
281281 runs-on : ubuntu-20.04
282282 container :
283- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
283+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
284284 options : --volume debugger_data:/tmp/db
285285 env :
286286 BPF_ALIAS : /coda/0.0.1/29936104443aaf264a7f0192ac64b1c7173198c1ed404c1bcff5e562e05eb7f6-0.0.0.0
@@ -362,7 +362,7 @@ jobs:
362362 - build-tests-webrtc
363363 runs-on : ubuntu-20.04
364364 container :
365- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
365+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
366366 options : --volume debugger_data:/tmp/db
367367 env :
368368 # to allow local addrs discovery
@@ -442,7 +442,7 @@ jobs:
442442 - build-tests-webrtc
443443 runs-on : ubuntu-20.04
444444 container :
445- image : minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet
445+ image : gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet
446446 env :
447447 # to allow local addrs discovery
448448 OPENMINA_DISCOVERY_FILTER_ADDR : false
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ impl Default for OcamlNodeTestingConfig {
1919 fn default ( ) -> Self {
2020 Self {
2121 initial_peers : vec ! [ ] ,
22- daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_dc6bf78b .json" . to_owned ( ) ) ,
22+ daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_889607b9 .json" . to_owned ( ) ) ,
2323 block_producer : None ,
2424 }
2525 }
@@ -130,7 +130,7 @@ impl OcamlNodeConfig {
130130impl OcamlNodeExecutable {
131131 // pub const DEFAULT_DOCKER_IMAGE: &'static str = "vladsimplestakingcom/mina-light:2.0.0rampup4";
132132 pub const DEFAULT_DOCKER_IMAGE : & ' static str =
133- "minaprotocol/ mina-daemon:3.0.0-dc6bf78-focal -devnet" ;
133+ "gcr.io/o1labs-192920/ mina-daemon:3.0.4-alpha1-889607b-bullseye -devnet" ;
134134 pub const DEFAULT_MINA_EXECUTABLE : & ' static str = "mina" ;
135135
136136 fn docker_container_name ( tmp_dir : & temp_dir:: TempDir ) -> String {
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ fn run_ocaml() {
415415 graphql_port : 3086 ,
416416 client_port : 8301 ,
417417 initial_peers : Vec :: new ( ) ,
418- daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_dc6bf78b .json" . to_owned ( ) ) ,
418+ daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_889607b9 .json" . to_owned ( ) ) ,
419419 block_producer : None ,
420420 } )
421421 . unwrap ( ) ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ impl MultiNodeBasicConnectivityPeerDiscovery {
3232
3333 let ocaml_seed_config = OcamlNodeTestingConfig {
3434 initial_peers : Vec :: new ( ) ,
35- daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_dc6bf78b .json" . to_owned ( ) ) ,
35+ daemon_json : DaemonJson :: Custom ( "/var/lib/coda/config_889607b9 .json" . to_owned ( ) ) ,
3636 block_producer : None ,
3737 } ;
3838
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ impl SoloNodeBasicConnectivityAcceptIncoming {
108108 let node_id = runner. add_ocaml_node ( OcamlNodeTestingConfig {
109109 initial_peers : vec ! [ node_addr. clone( ) ] ,
110110 daemon_json : DaemonJson :: Custom (
111- "/var/lib/coda/config_dc6bf78b .json" . to_owned ( ) ,
111+ "/var/lib/coda/config_889607b9 .json" . to_owned ( ) ,
112112 ) ,
113113 block_producer : None ,
114114 } ) ;
You can’t perform that action at this time.
0 commit comments