Skip to content

Refine pruning#970

Open
akremstudy wants to merge 6 commits intomainfrom
refine-pruning
Open

Refine pruning#970
akremstudy wants to merge 6 commits intomainfrom
refine-pruning

Conversation

@akremstudy
Copy link
Contributor

Description

Related Issue

Fixes #

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • State Changes (please describe)"
  • Chain Changes (please describe):
  • Daemon Changes
  • Tests
  • Added Getter

Testing

Checklist

  • Code follows project style guidelines
  • I have added appropriate comments to my code
  • I have updated the documentation accordingly
  • I have added tests that prove my fix or feature works
  • go test ./... is passing locally
  • make e2e is passing locally

@akremstudy akremstudy requested a review from danflo27 March 4, 2026 15:19
@@ -233,18 +249,33 @@ func (k Keeper) GetLastReportedAtBlock(ctx context.Context, reporter []byte) (ui
endBuf := make([]byte, pc.Size(end))
_, _ = pc.Encode(startBuf, start)
_, _ = pc.Encode(endBuf, end)
Copy link
Contributor

Choose a reason for hiding this comment

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

should we check for err here ? Seems like nbd but we do in GetDelegationsAmount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants