Skip to content

Releases: zenodeapp/port-shifter

v1.0.1

13 Jan 22:47
c49de7b
Compare
Choose a tag to compare

Minor bugfix and added an enhancement.

Added

  • Issue #1; the port value in client.toml now gets replaced with the [rpc] laddr value (in both scripts).
  • Issue #1; example client.toml file added.

Bugfix(es)

  • Issue #2; minor bugfix concerning the .gitignore file. It didn't properly ignore the .toml.bak-files.

— ZEN

Copyright (c) 2024 ZENODE

Released on: 2024-01-13 (YYYY-MM-DD)

v1.0.0

10 Jan 08:37
569e46a
Compare
Choose a tag to compare

First release of the Port Shifter. This version has mostly been tested with Evmos' and Cronos' config files up till Cosmos SDK v0.46.15. The configurations were general enough to conclude that this tool can be use in most Tendermint or CometBFT-based consensus protocols.

Added

  • quick-shift.sh; script that allows the user to increment the ports in the app.toml and config.toml files based on default port settings.
  • shift-wizard.sh; a more advanced script that allows users to either individually customize each port in the app.toml and config.toml file or increment them all at once based on default port settings.
  • README.md; explains how to use this tool, contains the current list of supported ports and describes the logic for the replacement commands.
  • Examples; configuration files to play around with. These are generating using the Cronos v1.0.15 binary.
  • .gitignore; to ignore generated .toml.bak-files inside of the repository.
  • MIT License; to allow others to freely incorporate this tool into their own creative endeavors :).

Support

  • proxy_app (default: 26658)
  • [rpc] laddr (default: 26657)
  • pprof_laddr (default: 6060)
  • [p2p] laddr (default: 26656)
  • prometheus_listen_addr (default: 26660)
  • [api] address (default: 1317)
  • [rosetta] address (default: 8080)
  • [grpc] address (default: 9090)
  • [grpc-web] address (default: 9091)
  • [json-rpc] address (default: 8545)
  • [json-rpc] ws-address (default: 8546)
  • [json-rpc] metrics-address (default: 6065)

— ZEN

Copyright (c) 2024 ZENODE

Released on: 2024-01-10 (YYYY-MM-DD)