Skip to content

Update imports from Tendermint to CometBFT#25

Open
Galadrin wants to merge 1 commit into
binaryholdings:masterfrom
crosnest:feat/upgrade_comet
Open

Update imports from Tendermint to CometBFT#25
Galadrin wants to merge 1 commit into
binaryholdings:masterfrom
crosnest:feat/upgrade_comet

Conversation

@Galadrin

Copy link
Copy Markdown
  • Changed import paths in show_node_id.go and start.go to use CometBFT packages instead of Tendermint.
  • Updated signal handling in start.go to gracefully shut down the application on interrupt signals.
  • Introduced a new helper function splitAndTrim in start.go to cleanly split and trim seed addresses.
  • Replaced ioutil.WriteFile with os.WriteFile in WriteConfigToFile function in Config.go for improved file handling.

- Changed import paths in show_node_id.go and start.go to use CometBFT packages instead of Tendermint.
- Updated signal handling in start.go to gracefully shut down the application on interrupt signals.
- Introduced a new helper function splitAndTrim in start.go to cleanly split and trim seed addresses.
- Replaced ioutil.WriteFile with os.WriteFile in WriteConfigToFile function in Config.go for improved file handling.

Signed-off-by: David Pierret <dapie@cros-nest.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant