danisharora099
42d9fd694e
introduce & implement new interface IFilterV2
2023-04-19 14:40:04 +05:30
danisharora099
11c52f4275
Merge branch 'master' of github.com:waku-org/js-waku into feat/filter-refactor
2023-04-17 11:27:34 +05:30
Danish Arora
dc3774c0ed
feat: use nwaku/go-waku docker images instead of building binaries ( #1259 )
...
* merge: master
* fix: CI
* use: js script instead of shell script to run precheck and mocha
* use `console.log` instead of `debug.log` for `run-tests.js`
2023-04-17 10:29:36 +05:30
danisharora099
13ba500d4c
refactor: support for filter v2 in nwaku.ts
2023-04-12 13:30:40 +05:30
danisharora099
c1ab6a2839
add: support filter v2 for relay nodes as well
2023-04-12 13:29:38 +05:30
danisharora099
05f0e29611
only run the filter v2 test for go-waku
2023-04-12 13:28:48 +05:30
danisharora099
18119e4d20
add: test for filter v2
2023-04-12 12:53:44 +05:30
danisharora099
7ff54acfa0
add support for FilterV2
while creating a waku node
2023-04-12 12:23:44 +05:30
danisharora099
5c324e14c2
update exports for the core
package
2023-04-12 12:18:26 +05:30
danisharora099
02bcd4ec24
refactor nwaku.ts to support filterv2
2023-04-12 12:17:16 +05:30
danisharora099
60ffa8fddf
feat: FilterV2
2023-04-12 12:13:52 +05:30
danisharora099
9e89fbbb0d
initialize rpc for filterv2
2023-04-12 12:13:20 +05:30
danisharora099
cbb949a6db
export new proto definitions
2023-04-12 12:12:59 +05:30
danisharora099
ca67b37d7e
move older filter into subdir
2023-04-12 12:12:31 +05:30
danisharora099
b39dc0146f
initialize new proto
2023-04-12 12:09:46 +05:30
danisharora099
9921c8221a
use: js script instead of shell script to run precheck and mocha
2023-04-10 14:15:47 +05:30
danisharora099
e0cb86d8a7
fix: CI
2023-04-06 12:48:03 +05:30
danisharora099
1575d5a87e
Merge branch 'master' of github.com:waku-org/js-waku into feat/nwaku-docker
2023-04-06 12:47:49 +05:30
danisharora099
307c0205c8
merge: master
2023-04-06 12:47:37 +05:30
fryorcraken.eth
0a80cd4315
Merge pull request #1282 from waku-org/dependabot/npm_and_yarn/prettier-2.8.7
2023-04-06 15:06:38 +10:00
dependabot[bot]
49dedfbd5b
chore(deps)(deps-dev): bump prettier from 2.8.4 to 2.8.7
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.7 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 05:01:50 +00:00
fryorcraken.eth
f4ff142086
Merge pull request #1295 from waku-org/feat/stop-empty-content-topic
2023-04-04 15:01:40 +10:00
fryorcraken.eth
bd9d07394f
feat: ensure content topic is defined
...
Waku Messages are considered invalid if the content topic is undefined
or an empty string.
Avoid user error by throwing.
2023-04-04 14:56:59 +10:00
Sasha
6abee4880f
chore: use root .prettierignore ( #1285 )
...
* use root .prettierignore for fix and check
2023-04-03 23:39:59 +02:00
Sasha
7075f10780
fix diplay workspace name ( #1291 )
...
Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
2023-04-03 16:22:27 +05:30
fryorcraken.eth
3722ae7487
Merge pull request #1289 from waku-org/release-please--branches--master
core-v0.0.16
enr-v0.0.10
utils-v0.0.4
dns-discovery-v0.0.10
create-v0.0.12
interfaces-v0.0.11
peer-exchange-v0.0.9
message-encryption-v0.0.14
2023-04-03 16:24:53 +10:00
fryorcraken.eth
17ae7e5312
chore: release master
2023-04-03 16:15:39 +10:00
fryorcraken.eth
bcdbe8af73
Merge pull request #1293 from waku-org/fix/dns-discovery-doh
2023-04-03 16:11:09 +10:00
fryorcraken.eth
1dd32101ba
fix(dns-discovery): Use DOH list from dns-query
...
To make the library more robust as not all DOH allow CORS. Previous
default DOH got CORS disabled.
2023-04-03 16:05:21 +10:00
fryorcraken.eth
e385652411
Merge pull request #1292 from waku-org/fix/utils-types
2023-04-03 15:59:49 +10:00
fryorcraken.eth
03c9cac3d0
fix(utils): typescript to able to find types
2023-04-03 14:57:43 +10:00
Sasha
e11e5b4870
feat!: add and implement IReceiver ( #1219 )
...
- remove extend Relay by GossipSub and use it as public property;
- detach GossipSub initialisation;
2023-03-31 03:17:41 +02:00
fryorcraken.eth
e8f750fa2b
chore: release master ( #1286 )
create-v0.0.11
message-encryption-v0.0.13
peer-exchange-v0.0.8
core-v0.0.15
2023-03-31 03:09:02 +02:00
Sasha
789fbb89b5
fix: change release-please bootstrap commit ( #1288 )
2023-03-31 02:59:34 +02:00
Sasha
5def8ddb4d
fix: update @waku/core changelog ( #1287 )
2023-03-31 02:44:51 +02:00
dependabot[bot]
6f12c15bda
chore(deps)(deps-dev): bump puppeteer from 19.7.4 to 19.8.2 ( #1283 )
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 19.7.4 to 19.8.2.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.4...puppeteer-v19.8.2 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
2023-03-31 02:13:06 +02:00
Sasha
45f84ed67f
chore: bump core version ( #1284 )
2023-03-31 02:04:39 +02:00
Sasha
aab59ce633
chore: introduce custom publish script and move to a new secret for publishing ( #1279 )
2023-03-29 10:36:37 +02:00
fryorcraken.eth
3ee29c30f6
Merge pull request #1277 from waku-org/dependabot/npm_and_yarn/cspell-6.31.1
2023-03-29 15:11:54 +11:00
dependabot[bot]
c19212ebd1
chore(deps)(deps-dev): bump cspell from 6.29.0 to 6.31.1
...
Bumps [cspell](https://github.com/streetsidesoftware/cspell ) from 6.29.0 to 6.31.1.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/compare/v6.29.0...v6.31.1 )
---
updated-dependencies:
- dependency-name: cspell
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 04:06:00 +00:00
fryorcraken.eth
a4aca31b7b
Merge pull request #1276 from waku-org/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.57.0
2023-03-29 15:01:53 +11:00
dependabot[bot]
9fbb989dc2
chore(deps)(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.55.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 03:22:08 +00:00
fryorcraken.eth
c70977f3c8
Merge pull request #1278 from waku-org/release-please--branches--master
create-v0.0.10
enr-v0.0.9
peer-exchange-v0.0.7
dns-discovery-v0.0.9
2023-03-29 14:18:29 +11:00
fryorcraken.eth
aead369227
chore: release master
2023-03-29 04:19:45 +11:00
fryorcraken.eth
94940411b0
fix: ensure that websocket multiaddrs are returned from ENR ( #1275 )
...
Closes : #1271
Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
2023-03-28 22:44:03 +05:30
fryorcraken.eth
c68f29adc3
Merge pull request #1273 from waku-org/dependabot/npm_and_yarn/libp2p/interface-libp2p-1.1.2
2023-03-28 16:56:28 +11:00
dependabot[bot]
5549ac2be5
chore(deps)(deps-dev): bump @libp2p/interface-libp2p from 1.1.1 to 1.1.2
...
Bumps [@libp2p/interface-libp2p](https://github.com/libp2p/js-libp2p-interfaces ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/libp2p/js-libp2p-interfaces/releases )
- [Commits](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-libp2p-v1.1.1...@libp2p/interface-libp2p-v1.1.2 )
---
updated-dependencies:
- dependency-name: "@libp2p/interface-libp2p"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 16:10:31 +00:00
fryorcraken.eth
08d0786bd4
chore: release master ( #1269 )
dns-discovery-v0.0.8
core-v0.0.13
message-encryption-v0.0.12
proto-v0.0.4
peer-exchange-v0.0.6
enr-v0.0.8
create-v0.0.9
interfaces-v0.0.10
utils-v0.0.3
2023-03-25 00:22:44 +01:00
fryorcraken.eth
c284159ac8
fix(utils): include all ts files ( #1267 )
...
Also remove superfluous GLOB in other packages.
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
2023-03-24 23:43:40 +01:00
dependabot[bot]
600309425d
chore(deps)(deps-dev): bump @libp2p/bootstrap from 6.0.0 to 6.0.3 ( #1256 )
...
Bumps [@libp2p/bootstrap](https://github.com/libp2p/js-libp2p-bootstrap ) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/libp2p/js-libp2p-bootstrap/releases )
- [Changelog](https://github.com/libp2p/js-libp2p-bootstrap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/libp2p/js-libp2p-bootstrap/compare/v6.0.0...v6.0.3 )
---
updated-dependencies:
- dependency-name: "@libp2p/bootstrap"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
2023-03-24 16:39:49 +05:30