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

distributions: add distributions events #5041

Closed
Tracked by #5010
TalDerei opened this issue Feb 1, 2025 · 0 comments
Closed
Tracked by #5010

distributions: add distributions events #5041

TalDerei opened this issue Feb 1, 2025 · 0 comments
Assignees

Comments

@TalDerei
Copy link
Collaborator

TalDerei commented Feb 1, 2025

Events: pool size increase

message EventLqtPoolSizeIncrease {
  uint64 epoch = 1;
  core.num.v1.Amount increase = 2;
  core.num.v1.Amount new_total = 3;
}
@TalDerei TalDerei mentioned this issue Feb 1, 2025
28 tasks
@TalDerei TalDerei self-assigned this Feb 1, 2025
erwanor pushed a commit that referenced this issue Feb 3, 2025
## Describe your changes

add LQT pool size increase event to the distributions component, emitted
at the end of each block.

## Issue ticket number and link

references #5041

## Checklist before requesting a review

- [x] I have added guiding text to explain how a reviewer should test
these changes.

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > LQT branch
@TalDerei TalDerei closed this as completed Feb 3, 2025
conorsch pushed a commit that referenced this issue Feb 4, 2025
## Describe your changes

add LQT pool size increase event to the distributions component, emitted
at the end of each block.

## Issue ticket number and link

references #5041

## Checklist before requesting a review

- [x] I have added guiding text to explain how a reviewer should test
these changes.

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > LQT branch
conorsch pushed a commit that referenced this issue Feb 5, 2025
## Describe your changes

add LQT pool size increase event to the distributions component, emitted
at the end of each block.

## Issue ticket number and link

references #5041

## Checklist before requesting a review

- [x] I have added guiding text to explain how a reviewer should test
these changes.

- [x] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > LQT branch
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

No branches or pull requests

1 participant