chore: use rc in dogfooding app (#98)

This commit is contained in:
Sasha 2024-10-01 14:18:11 +02:00 committed by GitHub
parent 7f1393f647
commit 7c522a5e45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 46 additions and 46 deletions

View File

@ -11,7 +11,7 @@
"@libp2p/crypto": "^4.0.1", "@libp2p/crypto": "^4.0.1",
"@libp2p/peer-id-factory": "^4.2.4", "@libp2p/peer-id-factory": "^4.2.4",
"@multiformats/multiaddr": "^12.3.1", "@multiformats/multiaddr": "^12.3.1",
"@waku/sdk": "0.0.28", "@waku/sdk": "0.0.29-b93134a.0",
"libp2p": "^1.8.3", "libp2p": "^1.8.3",
"protobufjs": "^7.3.0", "protobufjs": "^7.3.0",
"uint8arrays": "^5.1.0" "uint8arrays": "^5.1.0"
@ -1273,16 +1273,16 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/@waku/core": { "node_modules/@waku/core": {
"version": "0.0.32", "version": "0.0.33-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.32.tgz", "resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.33-b93134a.0.tgz",
"integrity": "sha512-dsG9ox7VpOsbflFnrfy96wBuk2f3KVaTGMv20T9iZeCr2Yil26xhu9IAyL8EvyIG4ip6VJFooBw7kQQ8Ck+wZA==", "integrity": "sha512-f3Wjhyku4TBAcg7Uigu7XSsDIyPyo0FPm4G+sWBWCbzedZhF4CUdTg5vavPqCxMbET7qfUChhZd51GqXI2wBXg==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@libp2p/ping": "^1.1.2", "@libp2p/ping": "^1.1.2",
"@waku/enr": "^0.0.26", "@waku/enr": "0.0.27-b93134a.0",
"@waku/interfaces": "0.0.27", "@waku/interfaces": "0.0.28-b93134a.0",
"@waku/proto": "0.0.8", "@waku/proto": "0.0.9-b93134a.0",
"@waku/utils": "0.0.20", "@waku/utils": "0.0.21-b93134a.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"it-all": "^3.0.4", "it-all": "^3.0.4",
"it-length-prefixed": "^9.0.4", "it-length-prefixed": "^9.0.4",
@ -1308,16 +1308,16 @@
} }
}, },
"node_modules/@waku/discovery": { "node_modules/@waku/discovery": {
"version": "0.0.5", "version": "0.0.6-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/discovery/-/discovery-0.0.5.tgz", "resolved": "https://registry.npmjs.org/@waku/discovery/-/discovery-0.0.6-b93134a.0.tgz",
"integrity": "sha512-GKR+7gu3g9NW9eG9J0oK8q1UIea+RL+8NfC/RLunfU5xj6BGuw+VuBW3CDnm6USYOxHHLGjA6OxHf/upOTpSlA==", "integrity": "sha512-CefFPtPlJnBWOalNDIZlBrb2Y7Gs39J6EtVcLlXezA4uZMfzcK1N1xs3aN0vKd2OnkaYrMU1qQekv5XD44/JlQ==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@waku/core": "0.0.32", "@waku/core": "0.0.33-b93134a.0",
"@waku/enr": "0.0.26", "@waku/enr": "0.0.27-b93134a.0",
"@waku/interfaces": "0.0.27", "@waku/interfaces": "0.0.28-b93134a.0",
"@waku/proto": "^0.0.8", "@waku/proto": "0.0.9-b93134a.0",
"@waku/utils": "0.0.20", "@waku/utils": "0.0.21-b93134a.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"dns-query": "^0.11.2", "dns-query": "^0.11.2",
"hi-base32": "^0.5.1", "hi-base32": "^0.5.1",
@ -1336,9 +1336,9 @@
} }
}, },
"node_modules/@waku/enr": { "node_modules/@waku/enr": {
"version": "0.0.26", "version": "0.0.27-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/enr/-/enr-0.0.26.tgz", "resolved": "https://registry.npmjs.org/@waku/enr/-/enr-0.0.27-b93134a.0.tgz",
"integrity": "sha512-5JEEyAINiRv+BI9svY7UQrYU5xy/akGq3pDjbEeGPGOWga4BJ128RGpNz0tHHMnUXaHFoq+2DpQbT2oQXytXkw==", "integrity": "sha512-80p3HVVX6bmaMUgEZASe+QzUvC/DtjggPUiIXmwLorIfRvGWbvDBDkMJ/YLmYdOHbu0Y/bV4B+nQBRxfZ8l4Nw==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@ethersproject/rlp": "^5.7.0", "@ethersproject/rlp": "^5.7.0",
@ -1346,7 +1346,7 @@
"@libp2p/peer-id": "^4.2.1", "@libp2p/peer-id": "^4.2.1",
"@multiformats/multiaddr": "^12.0.0", "@multiformats/multiaddr": "^12.0.0",
"@noble/secp256k1": "^1.7.1", "@noble/secp256k1": "^1.7.1",
"@waku/utils": "0.0.20", "@waku/utils": "0.0.21-b93134a.0",
"debug": "^4.3.4", "debug": "^4.3.4",
"js-sha3": "^0.9.2" "js-sha3": "^0.9.2"
}, },
@ -1363,34 +1363,34 @@
} }
}, },
"node_modules/@waku/interfaces": { "node_modules/@waku/interfaces": {
"version": "0.0.27", "version": "0.0.28-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.27.tgz", "resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.28-b93134a.0.tgz",
"integrity": "sha512-VsmpngqYVVY57JcyQkNau62clV/hStWfBVAAhlDUvaOcci+j3Aj3hWj550klFlcud9btEQ2Kl+P6EHnq9bQWIw==", "integrity": "sha512-mzfWwjUmlJ/RZ0HeNC8cC7rcnnpZBSsYlhoaQS3Sy07Xdqx8PuzG0eRVlhKiXlHNJ79QkM0Q0kLuZKJhU5Kdog==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@waku/proto": "^0.0.8" "@waku/proto": "0.0.9-b93134a.0"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
} }
}, },
"node_modules/@waku/message-hash": { "node_modules/@waku/message-hash": {
"version": "0.1.16", "version": "0.1.17-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/message-hash/-/message-hash-0.1.16.tgz", "resolved": "https://registry.npmjs.org/@waku/message-hash/-/message-hash-0.1.17-b93134a.0.tgz",
"integrity": "sha512-Vwm4mWC3PSWf4YRjmfIR7SFzmps2JnF6ICbQJYGoTmLaS4AaxsbwrLmb747QMnpdfh9aemB0HbtM/cZEBrbWsA==", "integrity": "sha512-u6gaAwwmst3bg4vzpUrUIGQLwM4e7lUA2rP3kfEEByDsA7D/1UdKvw2zD6ToRbxE7CJFQzRi8+WCnYdP+jSILA==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/utils": "0.0.20" "@waku/utils": "0.0.21-b93134a.0"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
} }
}, },
"node_modules/@waku/proto": { "node_modules/@waku/proto": {
"version": "0.0.8", "version": "0.0.9-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/proto/-/proto-0.0.8.tgz", "resolved": "https://registry.npmjs.org/@waku/proto/-/proto-0.0.9-b93134a.0.tgz",
"integrity": "sha512-RPq8XLZf1xoKXCFyGKfL0j2ySfMS6MNimBwhMHKM53kRlGnszP3wBZnjWBApBY7G1pIHvxzvUBpFQzYdHMhIQA==", "integrity": "sha512-WhRvpNtT0+FXmjWKTot1+hIdVEc2RbwsCcQFNdpJw33M1lGozaM8U10p9pGT88iYuGNi/4LUY2RCHJTJLiGTaA==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"protons-runtime": "^5.4.0" "protons-runtime": "^5.4.0"
@ -1400,9 +1400,9 @@
} }
}, },
"node_modules/@waku/sdk": { "node_modules/@waku/sdk": {
"version": "0.0.28", "version": "0.0.29-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/sdk/-/sdk-0.0.28.tgz", "resolved": "https://registry.npmjs.org/@waku/sdk/-/sdk-0.0.29-b93134a.0.tgz",
"integrity": "sha512-wiy8BB2Rg2yizlwM58RhWRkpuP8XjCXCmiVAsNqitHZw3L5LjdGDU9YZU105M0J61L7DMAtlRoRBXgJyPWNEfg==", "integrity": "sha512-PNG1ks53BGnS2FD0C+dJt2+aE02XhVFs7PJsfeGckVqX+BXiioKkRNFrdpqC5YME3gjbSt99NkzG6gO4tiTypg==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@chainsafe/libp2p-noise": "^15.1.0", "@chainsafe/libp2p-noise": "^15.1.0",
@ -1412,12 +1412,12 @@
"@libp2p/ping": "^1.1.2", "@libp2p/ping": "^1.1.2",
"@libp2p/websockets": "^8.1.4", "@libp2p/websockets": "^8.1.4",
"@noble/hashes": "^1.3.3", "@noble/hashes": "^1.3.3",
"@waku/core": "0.0.32", "@waku/core": "0.0.33-b93134a.0",
"@waku/discovery": "0.0.5", "@waku/discovery": "0.0.6-b93134a.0",
"@waku/interfaces": "0.0.27", "@waku/interfaces": "0.0.28-b93134a.0",
"@waku/message-hash": "0.1.16", "@waku/message-hash": "0.1.17-b93134a.0",
"@waku/proto": "^0.0.8", "@waku/proto": "0.0.9-b93134a.0",
"@waku/utils": "0.0.20", "@waku/utils": "0.0.21-b93134a.0",
"libp2p": "^1.8.1" "libp2p": "^1.8.1"
}, },
"engines": { "engines": {
@ -1433,13 +1433,13 @@
} }
}, },
"node_modules/@waku/utils": { "node_modules/@waku/utils": {
"version": "0.0.20", "version": "0.0.21-b93134a.0",
"resolved": "https://registry.npmjs.org/@waku/utils/-/utils-0.0.20.tgz", "resolved": "https://registry.npmjs.org/@waku/utils/-/utils-0.0.21-b93134a.0.tgz",
"integrity": "sha512-10s/1Mqnyc24ckJ5Abbg510KmQZRavVw4WF5LynR1nL4VwDQkJn9o1szzysLn+j+DwXtYWM5PDXspu7uHcXGcw==", "integrity": "sha512-FuZqhXwPcJtYIQosaAGoQpFK1ZnP7gyODUPdjDblU5l0gPFABYNiXvQLGHet44VVC8bKZed5tBivL+xIArFZbg==",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@noble/hashes": "^1.3.2", "@noble/hashes": "^1.3.2",
"@waku/interfaces": "0.0.27", "@waku/interfaces": "0.0.28-b93134a.0",
"chai": "^4.3.10", "chai": "^4.3.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"uint8arrays": "^5.0.1" "uint8arrays": "^5.0.1"

View File

@ -10,7 +10,7 @@
"@libp2p/crypto": "^4.0.1", "@libp2p/crypto": "^4.0.1",
"@libp2p/peer-id-factory": "^4.2.4", "@libp2p/peer-id-factory": "^4.2.4",
"@multiformats/multiaddr": "^12.3.1", "@multiformats/multiaddr": "^12.3.1",
"@waku/sdk": "0.0.28", "@waku/sdk": "0.0.29-b93134a.0",
"libp2p": "^1.8.3", "libp2p": "^1.8.3",
"protobufjs": "^7.3.0", "protobufjs": "^7.3.0",
"uint8arrays": "^5.1.0" "uint8arrays": "^5.1.0"

View File

@ -14,7 +14,7 @@ export const sha256 = async (number: number | string ): Promise<string> => {
.join(""); .join("");
}; };
const DEFAULT_EXTRA_DATA = { sdk: "0.0.28" }; const DEFAULT_EXTRA_DATA = { sdk: "0.0.29" };
export const DEFAULT_EXTRA_DATA_STR = JSON.stringify(DEFAULT_EXTRA_DATA); export const DEFAULT_EXTRA_DATA_STR = JSON.stringify(DEFAULT_EXTRA_DATA);
export const buildExtraData = async (node: LightNode, peerId: string): Promise<string> => { export const buildExtraData = async (node: LightNode, peerId: string): Promise<string> => {