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

Upgrade dependencies #72

Merged
merged 10 commits into from
Feb 8, 2023
Merged

Upgrade dependencies #72

merged 10 commits into from
Feb 8, 2023

Conversation

Farhad-Shabani
Copy link
Member

@Farhad-Shabani Farhad-Shabani commented Feb 3, 2023

Closes: #71

Changes

  • Updated all the dependencies (which required below changes)
  • Refactored error handling system to comply with ibc-rs (moving away from flex-error)
  • Introduced new required methods for the Query interface (to be implemented later)
  • Replaced deprecated AnyClientState and AnyConsensusState with concrete Tendermint-specific types TmClientState and TmConsensusState

@Farhad-Shabani Farhad-Shabani marked this pull request as ready for review February 6, 2023 17:14
Copy link
Contributor

@plafer plafer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@plafer plafer merged commit 3bf9a54 into main Feb 8, 2023
@plafer plafer deleted the farhad/bump-deps branch February 8, 2023 19:37
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.

Upgrade basecoin-rs dependencies Update basecoin-rs with the upcoming val_exec_ctx feature
2 participants