Skip to content

feat(reputation): add circular window and avg calc#51

Merged
JamesEjembi merged 1 commit into
VeriNode-Labs:mainfrom
Lakes41:lakes1
Jun 29, 2026
Merged

feat(reputation): add circular window and avg calc#51
JamesEjembi merged 1 commit into
VeriNode-Labs:mainfrom
Lakes41:lakes1

Conversation

@Lakes41

@Lakes41 Lakes41 commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

closes #26

  • add new historical_window module with circular score buffer implementation
  • add compute_weighted_average to calculate average of valid window entries
  • re-export new APIs from the reputation root module
  • add unit tests covering all new functionality

- add new `historical_window` module with circular score buffer implementation
- add `compute_weighted_average` to calculate average of valid window entries
- re-export new APIs from the reputation root module
- add unit tests covering all new functionality
@JamesEjembi JamesEjembi merged commit 7d6de86 into VeriNode-Labs:main Jun 29, 2026
1 check passed
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.

Reputation Engine Historical Window Buffer Returns Uninitialized Zero Entries for New Validators

2 participants