-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
7a3da3b
to
040d381
Compare
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.
@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
67da25d
to
ceb40bb
Compare
import { | ||
enrTree, | ||
DnsNodeDiscovery, | ||
} from "https://unpkg.com/@waku/[email protected]/bundle/index.js"; |
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.
is it intentional? I think latest is better to be used
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.
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", |
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.
please, check which one is latest version of noise
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.
updated to use current next tag
3525ae8
to
ab8c5fb
Compare
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
ab8c5fb
to
172d2f5
Compare
experimental
Resolves #59