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

feat!: @waku/relay #1316

Merged
merged 21 commits into from
May 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
00145ec
move constants & core's func to @waku/utils
danisharora099 Apr 27, 2023
39667ed
setup @waku/relay
danisharora099 Apr 27, 2023
cd9a482
use @waku/relay for create
danisharora099 Apr 27, 2023
dff2c45
address: principal review
danisharora099 Apr 27, 2023
5bcbcea
fix: size-limit
danisharora099 Apr 27, 2023
c593ce6
Merge branch 'master' into feat/relay-package
danisharora099 May 2, 2023
76df4cb
Merge branch 'master' into feat/relay-package
danisharora099 May 4, 2023
522c161
move all constants to @waku/core
danisharora099 May 9, 2023
9222587
move TopicOnlyDecoder to relay
danisharora099 May 9, 2023
8646f7c
merge: master
danisharora099 May 9, 2023
4b0ce8b
Merge branch 'master' of github.com:waku-org/js-waku into feat/relay-…
danisharora099 May 9, 2023
ab2fc55
fix: tests
danisharora099 May 9, 2023
d73bcf8
Move constants out of core (#1340)
fryorcraken May 10, 2023
3021783
Merge branch 'master' of github.com:waku-org/js-waku into feat/relay-…
danisharora099 May 10, 2023
907e30c
update package.lock
danisharora099 May 10, 2023
6e7a0f6
change constants folder into a ts file
danisharora099 May 11, 2023
41ffc35
use dependency version as * instead of version number
danisharora099 May 11, 2023
0266041
Merge branch 'master' into feat/relay-package
danisharora099 May 11, 2023
74b53e6
add constants import from @waku/core
danisharora099 May 11, 2023
a61a5ca
Merge branch 'master' of github.com:waku-org/js-waku into feat/relay-…
danisharora099 May 11, 2023
5f33dbb
add empty changelog file for relay
danisharora099 May 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = [
},
{
name: "Privacy preserving protocols",
path: "packages/core/bundle/index.js",
path: "packages/relay/bundle/index.js",
import: "{ wakuRelay }",
},
{
Expand Down
Loading