-
Notifications
You must be signed in to change notification settings - Fork 168
BM-1603: Add povw/staking/delegation API #1138
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
11f0243
Add debug function for zkc
willpote 9e1cf7b
Add debug function for ZKC
willpote 1eb2e7c
Fixes
willpote 1389f90
Merge branch 'main' into willpote/cli-debug
neutronmoderator 078db8c
Debug
willpote 79fe440
Fix bugs
willpote 0cb4418
Deploying
willpote 8520483
Indexer optimized. Everything deploys
willpote d24eedc
API works
willpote cdc4f9e
docs
willpote ef967f2
Merge branch 'main' into willpote/cli-debug
capossele 18d47bf
Staking amount bug
willpote 58d5466
Added summary sections
willpote 33eb104
Remove unused
willpote 136b8c7
Check fixes
willpote b499e84
Just check passes
willpote 8318e9e
Revert deployment config changes
willpote 36f8c24
Local e2e test
willpote c5302c1
Fixes
willpote 2de8438
Docs fixes
willpote d10e98c
Docs fixes: 2
willpote 42b5f19
integ tests
willpote 0ac4b2b
progress on integ test
willpote 1dff061
Tests pass
willpote 4b11b9c
Determinism fix
willpote 1ec0978
Test cases
willpote 86678df
update tests
willpote e664960
Refactor tests
willpote ac8e124
Fix tests and add justfile
willpote f89a331
Fmt
willpote 8996cec
Fmt, check fixes
willpote 0db0878
Merge branch 'main' into willpote/cli-debug
willpote 5284ace
Fix CI
willpote 969218f
Fix tests
willpote a70f0a8
Update openapi
willpote 80b1f2b
Generate openAPI
willpote 95b182f
Fixes
willpote 2dbc47b
Infra fix
willpote a56efc3
Merge branch 'main' into willpote/cli-debug
willpote 7948ccb
Fix bug with epochs to process
willpote 78811fb
quick batch insers
willpote c6de636
PR feedback
willpote e4a17d6
Merge branch 'main' into willpote/cli-debug
willpote 1ff1ed1
Fmt
willpote 9d6f154
Merge branch 'main' into willpote/cli-debug
zeroecco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should maybe hide this one behind a
experimentalorunstablefeature?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a highly requested feature, and would be one of the most used commands (as it can be used multiple times an epoch across many epochs). I would recommend, if we can, to make this feature stable asap; see my comment below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree, looking forward to this, urgently needed.