Skip to content

Commit

Permalink
Merge pull request #731 from serokell/krendelhoff/chore-v18.0-3-release
Browse files Browse the repository at this point in the history
[Chore] Bump release version
  • Loading branch information
krendelhoff2 authored Oct 4, 2023
2 parents 1234f8e + 9b802af commit b3b7f3a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 75 deletions.
66 changes: 0 additions & 66 deletions Formula/tezos-node-oxfordnet.rb

This file was deleted.

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 = "v18.0a"
version = "v18.0b"

[tool.setuptools.packages.find]
where= ["src"]
Expand Down
1 change: 0 additions & 1 deletion baking/src/tezos_baking/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def pprint_options(self):
"mainnet": "Main Tezos network",
"ghostnet": "Long running test network, currently using the Nairobi Tezos protocol",
"nairobinet": "Test network using the Nairobi Tezos protocol",
"oxfordnet": "Test network using the Oxford Tezos protocol",
}

# Steps
Expand Down
2 changes: 1 addition & 1 deletion baking/src/tezos_baking/tezos_setup_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def get_node_version():
id="network",
prompt="Which Tezos network would you like to use?\nCurrently supported:",
help="The selected network will be used to set up all required services.\n"
"The currently supported protocol is `PtNairob` (used on `nairobinet`, `ghostnet` and `mainnet`) and Proxford (used on `oxfordnet`).\n"
"The currently supported protocol is `PtNairob` (used on `nairobinet`, `ghostnet` and `mainnet`).\n"
"Keep in mind that you must select the test network (e.g. ghostnet)\n"
"if you plan on baking with a faucet JSON file.\n",
options=networks,
Expand Down
2 changes: 1 addition & 1 deletion docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class TezosBakingServicesPackage(AbstractPackage):
# native releases, so we append an extra letter to the version of
# the package.
# This should be reset to "" whenever the native version is bumped.
letter_version = "a"
letter_version = "b"

buildfile = "setup.py"

Expand Down
2 changes: 0 additions & 2 deletions docker/package/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@
"mainnet": "mainnet",
"ghostnet": "ghostnet",
"nairobinet": "https://teztnets.xyz/nairobinet",
"oxfordnet": "https://teztnets.xyz/oxfordnet",
}
networks_protos = {
"mainnet": ["PtNairob"],
"ghostnet": ["PtNairob"],
"nairobinet": ["PtNairob"],
"oxfordnet": ["Proxford"],
}

protocol_numbers = {
Expand Down
2 changes: 1 addition & 1 deletion docs/baking.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ that you can use by following the [installation instructions](https://www.raspbe
In order to run a baking instance, you'll need the following Tezos binaries:
`tezos-client`, `tezos-node`, `tezos-baker-<proto>`.

The currently supported protocol is `PtNairob` (used on `nairobinet`, `ghostnet` and `mainnet`) and `Proxford` (used on `oxfordnet`).
The currently supported protocol is `PtNairob` (used on `nairobinet`, `ghostnet` and `mainnet`).
Also, note that the corresponding packages have protocol
suffix in lowercase, e.g. the list of available baker packages can be found
[here](https://launchpad.net/~serokell/+archive/ubuntu/tezos/+packages?field.name_filter=tezos-baker&field.status_filter=published).
Expand Down
1 change: 0 additions & 1 deletion docs/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ networks.

`tezos-node` packages provide multiple services out of the box:
- `tezos-node-nairobinet`
- `tezos-node-oxfordnet`
- `tezos-node-ghostnet`
- `tezos-node-mainnet`

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"release": "2",
"release": "3",
"maintainer": "Serokell <[email protected]>",
"tezos_ref": "v18.0"
}

0 comments on commit b3b7f3a

Please sign in to comment.