danisharora099
26784f0fb2
enable tests for nwaku
2023-05-08 16:16:53 +05:30
danisharora099
ba7bc95b81
fix: filter v2
2023-05-03 13:46:46 +05:30
danisharora099
040a63095a
update filter tests
2023-05-03 12:27:50 +05:30
danisharora099
bda01f43eb
update relay types
2023-05-03 12:15:22 +05:30
danisharora099
bc8fd9c822
address comments
...
- removes the use of `RequestID`
- uses `IReceiver` with generics instead of `IReceiverV1`
and `IReceiverV2`
2023-05-03 12:14:31 +05:30
danisharora099
06153b1b75
address minor comments
2023-05-02 18:45:52 +05:30
danisharora099
e4482d7be7
set pubSubTopic
in the constructor
2023-05-02 18:09:46 +05:30
danisharora099
d0090e8a0c
add: peerId to ping
and unsubscribeAll
2023-05-02 18:08:10 +05:30
danisharora099
c5a9f19a84
update protobuf
2023-04-26 21:35:37 +05:30
danisharora099
a07437d81e
updates v2 tests
2023-04-26 13:41:10 +05:30
danisharora099
833b910915
implement generics for interfaces and functions re v1 vs v2
2023-04-26 13:36:40 +05:30
danisharora099
0dcbc72655
split filter test files
2023-04-19 14:42:43 +05:30
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