forked from coinbase/mesh-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from HorizenOfficial/TOOLS-2310
feat: zen 4.1.0-rc1 (deprecates shielded txs)
- Loading branch information
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ | |
# limitations under the License. | ||
|
||
## Build zend | ||
FROM ubuntu:18.04 as zend-builder | ||
FROM ubuntu:20.04 as zend-builder | ||
|
||
MAINTAINER [email protected] | ||
|
||
SHELL ["/bin/bash", "-c"] | ||
|
||
# Latest release zen 4.0.0 | ||
ARG ZEN_COMMITTISH=v4.0.0 | ||
# Latest release zen 4.1.0-rc1 | ||
ARG ZEN_COMMITTISH=v4.1.0-rc1 | ||
ARG IS_RELEASE=false | ||
# cronic <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/219F55740BBF7A1CE368BA45FB7053CE4991B669 | ||
# Luigi Varriale <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C | ||
|
@@ -60,7 +60,7 @@ RUN set -euxo pipefail \ | |
|
||
|
||
## Build Rosetta Server Components | ||
FROM ubuntu:18.04 as rosetta-builder | ||
FROM ubuntu:20.04 as rosetta-builder | ||
|
||
MAINTAINER [email protected] | ||
|
||
|
@@ -87,7 +87,7 @@ RUN set -euxo pipefail \ | |
|
||
|
||
## Build Final Image | ||
FROM ubuntu:18.04 | ||
FROM ubuntu:20.04 | ||
|
||
MAINTAINER [email protected] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ NOFILE=100000 | |
# Daniele Rogora <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/661F6FC64773A0F47936625FD3A22623FF9B9F11 | ||
# Alessandro Petrini <[email protected]> https://keys.openpgp.org/vks/v1/by-fingerprint/BF1FCDC8AEE7AE53013FF0941FCA7260796CB902 | ||
ZEND_MAINTAINER_KEYS?=219f55740bbf7a1ce368ba45fb7053ce4991b669 FC3388A460ACFAB04E8328C07BB2A1D2CFDFCD2C D0459BD6AAD14E8D9C83FF1E8EDE560493C65AC1 661F6FC64773A0F47936625FD3A22623FF9B9F11 BF1FCDC8AEE7AE53013FF0941FCA7260796CB902 | ||
ZEN_COMMITTISH?=v4.0.0-rc3 | ||
ZEN_COMMITTISH?=v4.1.0-rc1 | ||
|
||
deps: | ||
go get ./... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters