Skip to content

Commit 50c2c25

Browse files
feat!: @waku/relay (#1316)
* move constants & core's func to @waku/utils * setup @waku/relay * use @waku/relay for create * address: principal review * fix: size-limit * move all constants to @waku/core * move TopicOnlyDecoder to relay * merge: master * fix: tests * Move constants out of core (#1340) * update package.lock * change constants folder into a ts file * use dependency version as * instead of version number * add constants import from @waku/core * add empty changelog file for relay --------- Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
1 parent f4e3101 commit 50c2c25

31 files changed

+7530
-379
lines changed

.size-limit.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports = [
3030
},
3131
{
3232
name: "Privacy preserving protocols",
33-
path: "packages/core/bundle/index.js",
33+
path: "packages/relay/bundle/index.js",
3434
import: "{ wakuRelay }",
3535
},
3636
{

0 commit comments

Comments
 (0)