-
Notifications
You must be signed in to change notification settings - Fork 50
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
Functional tests for floresta-wire/sync-node #200
Conversation
@Davidson-Souza, please suggest some more scenarios to test like you did for chain-selector, if needed. |
The sync node is very simple, so I don't think there's much to test. But some things I can think of:
|
Added these tests, and fixed a bug along the way #203. After merge of #203, I will rebase this. |
9436927
to
dcc0888
Compare
phew, I guess I am done with this PR, please take a look @Davidson-Souza !! |
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.
Just a few minor things, in general looks great!
e301255
to
e1e4475
Compare
@Davidson-Souza, please take a look, if this PR is ready for merge. |
00e9009
to
8fde39a
Compare
3eaa558
to
43a52da
Compare
Simulated a peer to take in requests for the sync-node instance. Filled the chain-state with some block-headers prior block validation and then send the appropriate responses to the node.