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

feat/osmosis valset pref delegation rewards #459

Merged
merged 6 commits into from
Aug 26, 2023

Conversation

pharr117
Copy link
Collaborator

This PR adds support for the Osmosis valset-pref module released in v15.

It ignores the following message type:

  • MsgSetValidatorSetPreference

It supports the following message types by extracting the rewards (if any were withdrawn during delegation actions):

  • MsgDelegateToValidatorSet
  • MsgUndelegateFromValidatorSet
  • MsgRedelegateValidatorSet
  • MsgWithdrawDelegationRewards
  • MsgDelegateBondedTokens

* Update for Lens to valset-pref module supported version
* Ignore for SetValidatorPreference
* Parser and handlers for MsgDelegateToValidatorSet
* Final message types parsers and handlers for valset-pref
* README updates for latest cl and valset-pref support
@pharr117 pharr117 requested a review from danbryan August 26, 2023 15:37
@pharr117 pharr117 merged commit 85c63f7 into main Aug 26, 2023
3 checks passed
@pharr117 pharr117 deleted the feat/osmosis-valset-pref-delegation-rewards branch August 26, 2023 15:55
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