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

chore: update waku deps, add notes example, move other examples to experimental #58

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

adklempner
Copy link
Member

@adklempner adklempner commented Apr 11, 2024

Resolves #59

@adklempner adklempner marked this pull request as ready for review April 12, 2024 01:56
@adklempner adklempner requested a review from a team as a code owner April 12, 2024 01:56
@adklempner adklempner force-pushed the chore/update-waku-deps branch 7 times, most recently from 7a3da3b to 040d381 Compare April 15, 2024 18:43
Copy link

@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.

@adklempner approving since work has been done here but I'd propose to remove the examples we don't require to maintain cc @weboko

also some CIs fail

@adklempner adklempner force-pushed the chore/update-waku-deps branch 2 times, most recently from 67da25d to ceb40bb Compare April 22, 2024 19:45
import {
enrTree,
DnsNodeDiscovery,
} from "https://unpkg.com/@waku/discovery@0.0.2-070b625.0/bundle/index.js";
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it intentional? I think latest is better to be used

Copy link
Member Author

Choose a reason for hiding this comment

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

updated to use current next tag

@@ -9,9 +9,9 @@
"start": "webpack-dev-server"
},
"dependencies": {
"@waku/sdk": "0.0.18",
"@waku/noise": "0.0.3-31510da",
Copy link
Collaborator

Choose a reason for hiding this comment

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

please, check which one is latest version of noise

Copy link
Member Author

Choose a reason for hiding this comment

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

updated to use current next tag

@adklempner adklempner force-pushed the chore/update-waku-deps branch 5 times, most recently from 3525ae8 to ab8c5fb Compare April 24, 2024 03:00
@adklempner adklempner changed the title chore: update waku deps to latest chore: update waku deps, add notes example, move other examples to experimental Apr 24, 2024
chore: update waku deps to latest
chore: remove relay chats, move all examples to experimental, add notes example
fix: notes example: use nightly waku deps and set pubsub topic in node/enc/dec
@adklempner adklempner merged commit 6816040 into master Apr 24, 2024
7 checks passed
@adklempner adklempner deleted the chore/update-waku-deps branch April 24, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: move existing examples under experimental and add notes example
3 participants