Skip to content
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

fix: remote peer rejected #1645

Merged
merged 8 commits into from
Oct 20, 2023
Merged

fix: remote peer rejected #1645

merged 8 commits into from
Oct 20, 2023

Conversation

fbarbu15
Copy link
Collaborator

Problem

Failing light push tests were returning wrong error message

Solution

Since waku-org/nwaku#1641 was fixed we need to correct the error message in the tests

@fbarbu15 fbarbu15 added the E:End-to-end testing See https://github.com/waku-org/pm/issues/34 for details label Oct 10, 2023
@fbarbu15 fbarbu15 changed the title Fix/remote peer rejected fix: remote peer rejected Oct 10, 2023
@github-actions
Copy link

github-actions bot commented Oct 10, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku core 83.56 KB (0%) 1.7 s (0%) 2.3 s (+3.3% 🔺) 4 s
Waku Simple Light Node 263.87 KB (0%) 5.3 s (0%) 4.5 s (-6.07% 🔽) 9.8 s
ECIES encryption 79.31 KB (0%) 1.6 s (0%) 2.6 s (-13.64% 🔽) 4.2 s
Symmetric encryption 79.31 KB (0%) 1.6 s (0%) 2.8 s (+1.65% 🔺) 4.4 s
DNS discovery 111.05 KB (0%) 2.3 s (0%) 2.9 s (-36.48% 🔽) 5.1 s
Privacy preserving protocols 131.58 KB (0%) 2.7 s (0%) 3 s (-21.54% 🔽) 5.6 s
Light protocols 81.3 KB (0%) 1.7 s (0%) 1.8 s (-13.24% 🔽) 3.4 s
History retrieval protocols 80.36 KB (0%) 1.7 s (0%) 1.9 s (-24.75% 🔽) 3.5 s
Deterministic Message Hashing 5.65 KB (0%) 113 ms (0%) 409 ms (-8.32% 🔽) 522 ms

@fbarbu15
Copy link
Collaborator Author

fbarbu15 commented Oct 10, 2023

To be merged only when node tests will run on a nwaku version that contains this fix
cc @fryorcraken

@fbarbu15 fbarbu15 marked this pull request as ready for review October 10, 2023 08:09
@fbarbu15 fbarbu15 requested a review from a team as a code owner October 10, 2023 08:09
Copy link
Collaborator

@danisharora099 danisharora099 left a comment

Choose a reason for hiding this comment

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

looks great! thanks @fbarbu15

perhaps we should coordinate with @waku-org/nwaku-developers to check when the next release is happening, and move this to draft until then.

@fbarbu15 fbarbu15 marked this pull request as draft October 10, 2023 09:41
@chair28980
Copy link
Contributor

@danisharora099 the next release is currently scheduled for 2023-10-18: https://github.com/waku-org/nwaku/milestone/13

@gabrielmer and @vpavlin will prepare the release items.

@fbarbu15 fbarbu15 marked this pull request as ready for review October 20, 2023 07:21
@fbarbu15 fbarbu15 merged commit 1150ddc into master Oct 20, 2023
10 of 11 checks passed
@fbarbu15 fbarbu15 deleted the fix/remote-peer-rejected branch October 20, 2023 07:21
@@ -19,7 +19,7 @@ import {
TestEncoder
} from "./utils.js";

describe("Waku Light Push", function () {
describe.only("Waku Light Push", function () {
Copy link
Collaborator

Choose a reason for hiding this comment

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

@fbarbu15 !!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks, will keep an eye out for this in the future
This one was removed imediately after with this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E:End-to-end testing See https://github.com/waku-org/pm/issues/34 for details
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants