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

View File

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

View File

@ -14,7 +14,7 @@ export const sha256 = async (number: number | string ): Promise<string> => {
.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 buildExtraData = async (node: LightNode, peerId: string): Promise<string> => {