Skip to content

Commit

Permalink
Merge pull request #772 from serokell/auto/v19.0-release
Browse files Browse the repository at this point in the history
[Chore] v19.0 release
  • Loading branch information
krendelhoff2 authored Jan 24, 2024
2 parents 3281711 + 10fc7a4 commit d9ffc24
Show file tree
Hide file tree
Showing 31 changed files with 53 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [ { id: macos-12, name: "monterey" } ]
# we don't bottle meta-formulas that contain only services
formula: [tezos-accuser-PtNairob, tezos-accuser-Proxford, tezos-admin-client, tezos-baker-PtNairob, tezos-baker-Proxford, tezos-client, tezos-codec, tezos-node, tezos-signer, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-smart-rollup-wasm-debugger]
formula: [tezos-smart-rollup-wasm-debugger, tezos-smart-rollup-node, tezos-dac-client, tezos-dac-node, tezos-signer, tezos-codec, tezos-client, tezos-admin-client, tezos-node, tezos-accuser-Proxford, tezos-baker-Proxford, tezos-accuser-PtNairob, tezos-baker-PtNairob]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-accuser-Proxford.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuserProxford.version}/"
sha256 cellar: :any, big_sur: "fd4e625b5544d0b5940f95417d5339d2c971f6f104b1ba2f6feff6bd531aa673"
sha256 cellar: :any, arm64_big_sur: "a7105d3fc24da2dcbac686e0e36a8df71450ba02abe44d9f945b605b2a3dd36f"
sha256 cellar: :any, monterey: "b2bd4c2f90c8c8e1025db6f0d4a79318f01bb094a5175c49568c61f3fadf7168"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-accuser-PtNairob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuserPtnairob.version}/"
sha256 cellar: :any, big_sur: "55724e5686be00bd3938bda2c54b3d343e97663ce566c4be599a595b9462ec1f"
sha256 cellar: :any, arm64_big_sur: "5b450ddd46c42e39bfbb039a50e392605e1e705fdc5d143554c68d8cfe74be12"
sha256 cellar: :any, monterey: "d65861c2abeddbe0218f7fc852af44d9654877ccf62fdc31b0a4cadc9ae2a22f"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-admin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAdminClient.version}/"
sha256 cellar: :any, big_sur: "27343ca502ed9e828b035f1cdc160c5e5b048204df511cd85e039c9982b755b1"
sha256 cellar: :any, arm64_big_sur: "522a74cd3cc9de7fda9f4082549f498d74735a2fc5f15a27eefe3027d4735c38"
sha256 cellar: :any, monterey: "73c401a72c26aae5116b279938c61ff149082cf4cf90710e60b7409e862aae87"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-baker-Proxford.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerProxford.version}/"
sha256 cellar: :any, big_sur: "873c62e2ebc0a13c640a4ad5c55d8e09f529e476b89b30feec17ef8d726605a1"
sha256 cellar: :any, arm64_big_sur: "8238d3f7345f9a980c7ac666ae56841eddf8651095007b581b4bc0192a0cf4b4"
sha256 cellar: :any, monterey: "7d5c80d63edc24f7b208d667871857f8a81c8e944db199a0c4af3e45fa6a7d1b"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-baker-PtNairob.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBakerPtnairob.version}/"
sha256 cellar: :any, big_sur: "f29291e66c8a9d9e7c50b43b9a31558c7c196ae227a61a653550e6a8d74a78fd"
sha256 cellar: :any, arm64_big_sur: "023f880ad07e770fdc126fdf64fbeae4f4d2d9965edb9368723cb8dd2b277b5d"
sha256 cellar: :any, monterey: "ae69022901af2df368ccaf668ee032b84605edf11002f3f7fda1f74b48dd8fe6"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosClient.version}/"
sha256 cellar: :any, big_sur: "8009785bed03b47ddf5664c748483c5383f975a5246d086698b29af70c45a7d7"
sha256 cellar: :any, arm64_big_sur: "539d9ae0e60d869c1b0c802a03eac74662eb2a3ba34d2c86c96aeab47f371261"
sha256 cellar: :any, monterey: "a955c0874ae69c8e10f703d904c4e4824f171e79c62b0dafedbe960cdd9fb13a"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-codec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosCodec.version}/"
sha256 cellar: :any, big_sur: "0095d22da1abdbd39fb09cfadc4d7a9550e3509bc121734d4f9948a03be2c04e"
sha256 cellar: :any, arm64_big_sur: "43185c34a547b845ecf5c684d0e301e25e1ed93e82b332c86ff427de501393c9"
sha256 cellar: :any, monterey: "7bf363987c4891f76cb3c6cc5f98d947bceda14c049843a519aacc3c21c017f6"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-dac-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosDacClient.version}/"
sha256 cellar: :any, big_sur: "caa1a08c2e1963834542172dcc35e9a5e7b230cee802f88ecbfbf117a58145ad"
sha256 cellar: :any, arm64_big_sur: "ddc411ed21e93b9c054f63aebf3da546e1682fe7d144868f27c5c15a14a309de"
sha256 cellar: :any, monterey: "96b26b5758e73f1cb64bd7ad2fe961d13b259096bb73d7eed944a2630bcb4408"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-dac-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosDacNode.version}/"
sha256 cellar: :any, big_sur: "a595b7f6860b365c68504c972b44f226e8d13e2839a1baf7eab1ae12ec159a3c"
sha256 cellar: :any, arm64_big_sur: "4b1a83a542429af77ea126ac6f00fce8494bc2d847229347908d69db9a79da39"
sha256 cellar: :any, monterey: "86eea2d30f378a4cd73ed52c28b6da8bc97f49e9d99a4e99c9f952243a30781f"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-ghostnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeGhostnet < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-node"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-mainnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosNodeMainnet < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-node"

Expand Down
8 changes: 4 additions & 4 deletions Formula/tezos-node-nairobinet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TezosNodeNairobinet < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-node"

Expand All @@ -27,13 +27,13 @@ def install
echo "Configuring the node..."
"$node" config init \
--rpc-addr "$NODE_RPC_ADDR" \
--network=https://teztnets.xyz/nairobinet\
--network=https://teztnets.com/nairobinet\
"$@"
else
echo "Updating the node configuration..."
"$node" config update \
--rpc-addr "$NODE_RPC_ADDR" \
--network=https://teztnets.xyz/nairobinet\
--network=https://teztnets.com/nairobinet\
"$@"
fi
Expand Down Expand Up @@ -61,6 +61,6 @@ def install

def post_install
mkdir_p "#{var}/lib/tezos/node-nairobinet"
system "octez-node", "config", "init", "--data-dir" "#{var}/lib/tezos/node-nairobinet", "--network", "https://teztnets.xyz/nairobinet"
system "octez-node", "config", "init", "--data-dir" "#{var}/lib/tezos/node-nairobinet", "--network", "https://teztnets.com/nairobinet"
end
end
5 changes: 2 additions & 3 deletions Formula/tezos-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosNode.version}/"
sha256 cellar: :any, big_sur: "bdc799d7154b43572c890574c5f7b492ac9955ade477e43a8803f74efb06ef91"
sha256 cellar: :any, arm64_big_sur: "e436c0b9385cef8a396458589da275d20e279dfcfa177f07babd3f3eb294aff1"
sha256 cellar: :any, monterey: "283c5475047d9155538ca647dcbeb9ff0003a575e4c024c4881293346455e3b1"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttp < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerHttps < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerTcp < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-signer"

Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class TezosSignerUnix < Formula
url "file:///dev/null"
version "v19.0-rc1-1"
version "v19.0-1"

depends_on "tezos-signer"

Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-signer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -28,7 +28,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSigner.version}/"
sha256 cellar: :any, big_sur: "395050d76f4ea9ffafc6d71f3823914a36c9c981e3e00d64081ae41d04e40aa1"
sha256 cellar: :any, arm64_big_sur: "ef0b074188ffe5e85a42c4019c5fa360cf0f2c9569396e2d041c17cb925a3719"
sha256 cellar: :any, monterey: "33960eb58522ddc3959cdfa5a45017da3362ffcda9b6549201311060ec1bb6eb"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-smart-rollup-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -30,7 +30,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSmartRollupNode.version}/"
sha256 cellar: :any, big_sur: "251e9a13795ad3a3d6e873546dd368e9ac52702ba21ab50aaea43b15cbab0da2"
sha256 cellar: :any, arm64_big_sur: "25b107bc1cfabd7c5b02bcb8da63b73e80ed516f3ce849afb729f6f9add2627f"
sha256 cellar: :any, monterey: "ed0cb153141fd61d90070aa17b957a7dd62e47e2eb7aae6bc86ff1383c3204b7"
end

def make_deps
Expand Down
5 changes: 2 additions & 3 deletions Formula/tezos-smart-rollup-wasm-debugger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v19.0", :shallow => false

version "v19.0-rc1-1"
version "v19.0-1"

build_dependencies = %w[pkg-config coreutils autoconf rsync wget rustup-init cmake opam]
build_dependencies.each do |dependency|
Expand All @@ -29,7 +29,6 @@ class << self
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSmartRollupWasmDebugger.version}/"
sha256 cellar: :any, big_sur: "533531784f3f62137a429838ccdd8553948011e1def6b350d602150392a6377e"
sha256 cellar: :any, arm64_big_sur: "e0c0172b5ef058a299842f565a105a909cc2b51cd687dcc6c3b7e3a1ea859892"
sha256 cellar: :any, monterey: "4be9433eb723bd8d0168d6c47cc6a005d9482ddf8bb0ebee40f01d6cfd992fc5"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion baking/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Package that provides systemd services that orchestrate other ser
license = { text = "LicenseRef-MIT-OA" }
requires-python = ">=3.8"
readme = "README.md"
version = "v19.0-rc1a"
version = "v19.0"

[tool.setuptools.packages.find]
where= ["src"]
Expand Down
4 changes: 2 additions & 2 deletions baking/src/tezos_baking/tezos_setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"marigold.dev": "https://snapshots.tezos.marigold.dev/api/tezos-snapshots.json",
}

recommended_provider = list(default_providers.keys())[0]
recommended_provider = list(default_providers.keys())[1]

TMP_SNAPSHOT_LOCATION = "/tmp/octez_node.snapshot.d/"

Expand Down Expand Up @@ -208,7 +208,7 @@ def network_name_or_teztnets_url(network):
if is_non_protocol_testnet(network):
return network
else:
return f"https://teztnets.xyz/{network}"
return f"https://teztnets.com/{network}"


compatible_snapshot_version = 7
Expand Down
2 changes: 1 addition & 1 deletion baking/src/tezos_baking/wizard_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def import_key(self, key_mode_query, ledger_app=None):
print(
f"Before proceeding with baker registration you'll need to provide this address with some XTZ.\n"
f"Note that you need at least 6000 XTZ in order to receive baking and endorsing rights.\n"
f"You can fill your address using the faucet: https://faucet.{network}.teztnets.xyz/.\n"
f"You can fill your address using the faucet: https://faucet.{network}.teztnets.com/.\n"
f"Waiting for funds to arrive... (Ctrl + C to choose another option)."
)
try:
Expand Down
Loading

0 comments on commit d9ffc24

Please sign in to comment.