11TAG  := bdk-reserves
2- TAG_57  := bdk-reserves-57
3- TAG_63  := bdk-reserves-61
2+ TAG_63  := bdk-reserves-63
43http_proxy  ?= http://172.17.0.1:3128
54DOCKER_RUN  := docker run --interactive --rm \ 
65	-v ${PWD}:/home/satoshi \ 
@@ -14,36 +13,17 @@ test_current: builder
1413	rm -f Cargo.lock
1514	$(DOCKER_RUN )  ${TAG}  cargo test 
1615
17- test_57 : builder_57
18- 	# rm -f Cargo.lock
19- 	# $(DOCKER_RUN) ${TAG_57} cargo update -p log:0.4.20 --precise 0.4.18
20- 	# $(DOCKER_RUN) ${TAG_57} cargo update -p tempfile --precise 3.6.0
21- 	# $(DOCKER_RUN) ${TAG_57} cargo update -p sct:0.7.1 --precise 0.7.0
22- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p zip:0.6.6 --precise 0.6.3 ||  true 
23- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls:0.21.10 --precise 0.21.1 ||  true 
24- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls:0.21.7 --precise 0.21.1 ||  true 
25- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls:0.21.4 --precise 0.21.1 ||  true 
26- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls:0.21.2 --precise 0.21.1 ||  true 
27- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls:0.20.9 --precise 0.20.8 ||  true 
28- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls-webpki:0.100.3 --precise 0.100.1 ||  true 
29- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls-webpki:0.101.4 --precise 0.101.1 ||  true 
30- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustls-webpki:0.101.7 --precise 0.101.1 ||  true 
31- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p crossbeam-utils:0.8.18 --precise 0.8.16 ||  true 
32- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p tokio:1.35.1 --precise 1.29.1 ||  true 
33- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p rustix:0.38.9 --precise 0.38.3 ||  true 
34- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p ring:0.17.7 --precise 0.16.20 ||  true 
35- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p byteorder:1.5.0 --precise 0.4.3 ||  true 
36- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p webpki:0.22.4 --precise 0.22.0 ||  true 
37- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p crossbeam-epoch:0.9.17 --precise 0.9.15 ||  true 
38- 	$(DOCKER_RUN )  ${TAG_57}  cargo update -p byteorder:1.5.0 --precise 0.4.3 ||  true 
39- 	$(DOCKER_RUN )  ${TAG_57}  cargo test 
40- 
4116test_63 : builder_63
4217	rm -f Cargo.lock
4318	$(DOCKER_RUN )  ${TAG_63}  cargo test  ||  true 
44- 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p home:0.5.9 --precise 0.5.5 ||  true 
45- 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p tokio:1.40.0 --precise 1.38.1 ||  true 
19+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p home --precise 0.5.5 ||  true 
20+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p tokio --precise 1.38.1 ||  true 
21+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p ring:0.17.14 --precise 0.17.8 ||  true 
4622	$(DOCKER_RUN )  ${TAG_63}  cargo update -p cc --precise 1.0.105 ||  true 
23+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p flate2 --precise 1.0.35 ||  true 
24+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p once_cell --precise 1.20.3 ||  true 
25+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p bzip2-sys --precise 0.1.11+1.0.8 ||  true 
26+ 	$(DOCKER_RUN )  ${TAG_63}  cargo update -p minreq --precise 2.12.0 ||  true 
4727	$(DOCKER_RUN )  ${TAG_63}  cargo test 
4828
4929run : builder
@@ -67,13 +47,6 @@ builder:
6747		--build-arg UID=" $( shell id -u) " \ 
6848		. 
6949
70- builder_57 :
71- 	docker build --tag ${TAG_57} \ 
72- 		--build-arg http_proxy=" ${http_proxy} " \ 
73- 		--build-arg UID=" $( shell id -u) " \ 
74- 		-f Dockerfile_57 \ 
75- 		. 
76- 
7750builder_63 :
7851	docker build --tag ${TAG_63} \ 
7952		--build-arg http_proxy=" ${http_proxy} " \ 
0 commit comments