-
Notifications
You must be signed in to change notification settings - Fork 33
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
[WIP] Block by Block Synchronous Sate Sync #812
Open
Olshansk
wants to merge
126
commits into
main
Choose a base branch
from
issues/352/state_sync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Co-authored-by: Daniel Olshansky <[email protected]>
Co-authored-by: Daniel Olshansky <[email protected]>
Co-authored-by: Daniel Olshansky <[email protected]>
Co-authored-by: Daniel Olshansky <[email protected]>
red-0ne
reviewed
Jul 24, 2023
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.
Added few questions, but nothing jumps to my eyes. I have yet to run the tests under debugging mode. Some of them are failing for me, even on a new repo.
# github.com/pokt-network/pocket/consensus/e2e_tests [github.com/pokt-network/pocket/consensus/e2e_tests.test]
consensus/e2e_tests/utils_test.go:136:28: undefined: eventsChannel
consensus/e2e_tests/utils_test.go:137:36: undefined: eventsChannel
consensus/e2e_tests/utils_test.go:138:40: undefined: eventsChannel
consensus/e2e_tests/utils_test.go:139:34: undefined: eventsChannel
consensus/e2e_tests/utils_test.go:140:28: undefined: eventsChannel
consensus/e2e_tests/utils_test.go:738:9: too many return values
have (nil)
want ()
consensus/e2e_tests/utils_test.go:747:11: undefined: IdToNodeMapping
consensus/e2e_tests/utils_test.go:761:11: undefined: IdToNodeMapping
FAIL github.com/pokt-network/pocket/consensus/e2e_tests [build failed]
I need to look into it though.
@red-0ne Will look into the broken tests tomorrow. |
Co-authored-by: d7t <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Description
Summary generated by Reviewpad on 07 Aug 23 18:22 UTC
This pull request includes changes in multiple files. Here is a summary of the modifications:
Output Address
design.Please review these changes and let me know if you need further assistance.
Issue
Fixes #579
Type of change
Please mark the relevant option(s):
List of changes
What is this PR in its current form?
What is this PR NOT intended to be
Blockers / further improvements needed in this PR
Testing
make develop_test
; if any code changes were mademake test_e2e
on k8s LocalNet; if any code changes were madee2e-devnet-test
passes tests on DevNet; if any code was changedRequired Checklist
godoc
format comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)