Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: change go module to dashpay/tenderdash #670

Merged
merged 10 commits into from
Aug 22, 2023

Conversation

shotonoff
Copy link
Collaborator

Issue being fixed or feature implemented

To verify light-blocks from an external blockchain via IBC, Tenderdash must use the original light-client.
The easiest way is to add Tendermint as dependency to the project, but to be able to do it we need to change the module in go.mod

What was done?

  • Changed project module to github.com/dashpay/tenderdash in go.mod
  • Updated imports in *.go to support a new module name
  • Added github.com/tendermint/tendermint v0.34.21

How Has This Been Tested?

Unit/ E2E Tests

Breaking Changes

N/A

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

@lklimek
Copy link
Collaborator

lklimek commented Aug 14, 2023

Please check tests

@shotonoff shotonoff merged commit ecfc56f into v0.13-dev Aug 22, 2023
15 checks passed
@shotonoff shotonoff deleted the refactor/update-project-go-module branch August 22, 2023 07:45
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.

2 participants