mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-05 17:14:46 +00:00
Merge branch 'master' into danisharora/add-user-agent
This commit is contained in:
commit
ae5ab0d1e0
47
.github/workflows/ci.yml
vendored
47
.github/workflows/ci.yml
vendored
@ -134,3 +134,50 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: go-waku-logs
|
name: go-waku-logs
|
||||||
path: log/
|
path: log/
|
||||||
|
|
||||||
|
node_with_nwaku_master:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
DEBUG: "waku*"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
submodules: "recursive"
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Install NodeJS
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: ${{ env.NODE_JS }}
|
||||||
|
|
||||||
|
- name: Pull nwaku origin/master
|
||||||
|
run: |
|
||||||
|
cd nwaku
|
||||||
|
git fetch origin
|
||||||
|
git checkout origin/master
|
||||||
|
|
||||||
|
- uses: bahmutov/npm-install@v1
|
||||||
|
|
||||||
|
- name: build nwaku
|
||||||
|
run: |
|
||||||
|
cd packages/tests
|
||||||
|
npm run nwaku:force-build
|
||||||
|
|
||||||
|
- name: Ensure wakunode2 is ready
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
uname -a
|
||||||
|
cd nwaku
|
||||||
|
./build/wakunode2 --help
|
||||||
|
|
||||||
|
- run: npm run build
|
||||||
|
- run: npm run test:node
|
||||||
|
env:
|
||||||
|
DEBUG: "waku:nwaku*,waku:test*"
|
||||||
|
|
||||||
|
- name: Upload logs on failure
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
if: failure()
|
||||||
|
with:
|
||||||
|
name: nwaku-master-logs
|
||||||
|
path: log/
|
||||||
|
24
package-lock.json
generated
24
package-lock.json
generated
@ -11502,9 +11502,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/libp2p": {
|
"node_modules/libp2p": {
|
||||||
"version": "0.39.2",
|
"version": "0.39.5",
|
||||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.2.tgz",
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.5.tgz",
|
||||||
"integrity": "sha512-2C6WyljqwSlO2sGXgM4m6vFCT1TEspQ4UuVlOFq3/kGoI8ctC12z6gGiIDpzWslNGGMq6bop/Id8dAVmDOneMg==",
|
"integrity": "sha512-zF/Tc3IRQ3M+W3wqn6zSICUc6gsdCdXCNjsWMudinfRTia6CnRbj68ZkjrUw0TA1j2bODwD2+CxAFTsn9iS0Nw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||||
"@libp2p/components": "^2.1.0",
|
"@libp2p/components": "^2.1.0",
|
||||||
@ -21894,7 +21894,7 @@
|
|||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@waku/core",
|
"name": "@waku/core",
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
||||||
@ -21913,7 +21913,7 @@
|
|||||||
"it-all": "^1.0.6",
|
"it-all": "^1.0.6",
|
||||||
"it-length-prefixed": "^8.0.2",
|
"it-length-prefixed": "^8.0.2",
|
||||||
"it-pipe": "^2.0.4",
|
"it-pipe": "^2.0.4",
|
||||||
"libp2p": "0.39.2",
|
"libp2p": "0.39.5",
|
||||||
"p-event": "^5.0.1",
|
"p-event": "^5.0.1",
|
||||||
"protons-runtime": "^3.1.0",
|
"protons-runtime": "^3.1.0",
|
||||||
"uint8arraylist": "^2.3.2",
|
"uint8arraylist": "^2.3.2",
|
||||||
@ -22152,7 +22152,7 @@
|
|||||||
},
|
},
|
||||||
"packages/interfaces": {
|
"packages/interfaces": {
|
||||||
"name": "@waku/interfaces",
|
"name": "@waku/interfaces",
|
||||||
"version": "0.0.2",
|
"version": "0.0.4",
|
||||||
"license": "MIT OR Apache-2.0",
|
"license": "MIT OR Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
"@chainsafe/libp2p-gossipsub": "^4.1.1",
|
||||||
@ -22160,7 +22160,7 @@
|
|||||||
"@libp2p/interface-peer-id": "^1.0.5",
|
"@libp2p/interface-peer-id": "^1.0.5",
|
||||||
"@libp2p/interface-peer-store": "^1.2.2",
|
"@libp2p/interface-peer-store": "^1.2.2",
|
||||||
"@multiformats/multiaddr": "^11.0.6",
|
"@multiformats/multiaddr": "^11.0.6",
|
||||||
"libp2p": "0.39.2"
|
"libp2p": "0.39.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||||
@ -26299,7 +26299,7 @@
|
|||||||
"karma-chrome-launcher": "^3.1.0",
|
"karma-chrome-launcher": "^3.1.0",
|
||||||
"karma-mocha": "^2.0.1",
|
"karma-mocha": "^2.0.1",
|
||||||
"karma-webpack": "^5.0.0",
|
"karma-webpack": "^5.0.0",
|
||||||
"libp2p": "0.39.2",
|
"libp2p": "0.39.5",
|
||||||
"mocha": "^9.1.3",
|
"mocha": "^9.1.3",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"p-event": "^5.0.1",
|
"p-event": "^5.0.1",
|
||||||
@ -26478,7 +26478,7 @@
|
|||||||
"eslint-plugin-functional": "^4.0.2",
|
"eslint-plugin-functional": "^4.0.2",
|
||||||
"eslint-plugin-import": "^2.25.3",
|
"eslint-plugin-import": "^2.25.3",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"libp2p": "0.39.2",
|
"libp2p": "0.39.5",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.1.1",
|
"prettier": "^2.1.1",
|
||||||
"typescript": "^4.6.3"
|
"typescript": "^4.6.3"
|
||||||
@ -31588,9 +31588,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libp2p": {
|
"libp2p": {
|
||||||
"version": "0.39.2",
|
"version": "0.39.5",
|
||||||
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.2.tgz",
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.39.5.tgz",
|
||||||
"integrity": "sha512-2C6WyljqwSlO2sGXgM4m6vFCT1TEspQ4UuVlOFq3/kGoI8ctC12z6gGiIDpzWslNGGMq6bop/Id8dAVmDOneMg==",
|
"integrity": "sha512-zF/Tc3IRQ3M+W3wqn6zSICUc6gsdCdXCNjsWMudinfRTia6CnRbj68ZkjrUw0TA1j2bODwD2+CxAFTsn9iS0Nw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@achingbrain/nat-port-mapper": "^1.0.3",
|
"@achingbrain/nat-port-mapper": "^1.0.3",
|
||||||
"@libp2p/components": "^2.1.0",
|
"@libp2p/components": "^2.1.0",
|
||||||
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## @waku/core [0.0.5](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.4...@waku/core@0.0.5) (2022-11-11)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Bumped `libp2p` to 0.39.5.
|
||||||
|
|
||||||
|
## @waku/core [0.0.4](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.3...@waku/core@0.0.4) (2022-11-09)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Bumped `libp2p` to 0.39.2.
|
||||||
|
|
||||||
## @waku/core [0.0.2](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.1...@waku/core@0.0.2) (2022-11-04)
|
## @waku/core [0.0.2](https://github.com/waku-org/js-waku/compare/@waku/core@0.0.1...@waku/core@0.0.2) (2022-11-04)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/core",
|
"name": "@waku/core",
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"description": "TypeScript implementation of the Waku v2 protocol",
|
"description": "TypeScript implementation of the Waku v2 protocol",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@ -102,7 +102,7 @@
|
|||||||
"it-all": "^1.0.6",
|
"it-all": "^1.0.6",
|
||||||
"it-length-prefixed": "^8.0.2",
|
"it-length-prefixed": "^8.0.2",
|
||||||
"it-pipe": "^2.0.4",
|
"it-pipe": "^2.0.4",
|
||||||
"libp2p": "0.39.2",
|
"libp2p": "0.39.5",
|
||||||
"p-event": "^5.0.1",
|
"p-event": "^5.0.1",
|
||||||
"protons-runtime": "^3.1.0",
|
"protons-runtime": "^3.1.0",
|
||||||
"uint8arraylist": "^2.3.2",
|
"uint8arraylist": "^2.3.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/interfaces",
|
"name": "@waku/interfaces",
|
||||||
"version": "0.0.2",
|
"version": "0.0.4",
|
||||||
"description": "Definition of Waku interfaces",
|
"description": "Definition of Waku interfaces",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"@libp2p/interface-peer-id": "^1.0.5",
|
"@libp2p/interface-peer-id": "^1.0.5",
|
||||||
"@libp2p/interface-peer-store": "^1.2.2",
|
"@libp2p/interface-peer-store": "^1.2.2",
|
||||||
"@multiformats/multiaddr": "^11.0.6",
|
"@multiformats/multiaddr": "^11.0.6",
|
||||||
"libp2p": "0.39.2"
|
"libp2p": "0.39.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user