fryorcraken.eth
e280d957db
chore: keep `build-scripts` for ./core only
2022-10-31 09:32:45 +11:00
fryorcraken.eth
c3ef7cb6c2
chore: fix `fix` script
2022-10-31 09:32:45 +11:00
fryorcraken.eth
2e60d90d7d
chore(deps): bump @multiformats/multiaddr to 11.0.6
2022-10-31 09:32:45 +11:00
fryorcraken.eth
81f3af0f66
chore: fix eslint
2022-10-30 21:19:14 +11:00
fryorcraken.eth
7cc7439ed6
chore: setup workspace scripts
2022-10-30 21:16:02 +11:00
fryorcraken.eth
dc4089a1dd
chore: setup husky/lint-staged at root
2022-10-30 21:12:01 +11:00
fryorcraken.eth
2f8eb0fbcc
chore: move hidden files to ./core
2022-10-30 21:03:23 +11:00
fryorcraken.eth
4e340eb045
chore: install lerna
2022-10-30 21:02:12 +11:00
fryorcraken.eth
b975943e90
chore: move js-waku to ./core
2022-10-30 17:57:15 +11:00
fryorcraken.eth
d25e7c1fb3
chore: remove guides & examples folder
...
Moved to:
- https://github.com/waku-org/js.waku.guide
- https://github.com/waku-org/js-waku-examples
2022-10-30 17:51:45 +11:00
fryorcraken.eth
00db169878
Merge pull request #986 from waku-org/chore/conventional-commits
2022-10-30 17:45:07 +11:00
fryorcraken.eth
54ee144c5e
chore: add conventional commit check for PRs
...
By splitting the repo in multiple packages, it is going to be more
difficult to manually maintain a changelog. Using conventional commit,
we can automatically generate the changelog from PR titles.
2022-10-30 17:35:00 +11:00
fryorcraken.eth
2af5b3db44
Merge pull request #976 from waku-org/dependabot/npm_and_yarn/p-timeout-6.0.0
2022-10-28 16:04:49 +11:00
dependabot[bot]
baf2ff0386
build(deps-dev): bump p-timeout from 4.1.0 to 6.0.0
...
Bumps [p-timeout](https://github.com/sindresorhus/p-timeout ) from 4.1.0 to 6.0.0.
- [Release notes](https://github.com/sindresorhus/p-timeout/releases )
- [Commits](https://github.com/sindresorhus/p-timeout/compare/v4.1.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: p-timeout
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-28 15:59:08 +11:00
fryorcraken.eth
0be8daec1a
Merge pull request #983 from waku-org/release/0.30.0
2022-10-28 11:13:56 +11:00
fryorcraken.eth
a502d153e5
Release 0.30.0
2022-10-28 10:49:28 +11:00
fryorcraken.eth
b7d86c3266
Merge pull request #982 from waku-org/chore/store-clean-up
2022-10-28 10:06:20 +11:00
fryorcraken.eth
4b1f0ef795
chore: clean-up store protocol
2022-10-28 09:38:02 +11:00
fryorcraken.eth
d6b7aee989
Merge pull request #981 from waku-org/fix/abort-callback
2022-10-28 09:37:31 +11:00
fryorcraken.eth
0cca9a73a1
fix: `queryOrderedCallback` not stopping when callback returns true
...
Fixes #978 .
2022-10-28 09:28:16 +11:00
fryorcraken.eth
f3bd7a7ba5
Merge pull request #980 from waku-org/remove-store-v2beta3
2022-10-28 09:09:47 +11:00
fryorcraken.eth
bf1988cda8
fix: incorrect cursor encoding in Store queries
...
Fixes https://github.com/status-im/nwaku/issues/1157
2022-10-28 09:01:00 +11:00
fryorcraken.eth
29436eafdc
Merge pull request #975 from waku-org/proof-attached
2022-09-30 13:12:51 +10:00
fryorcraken.eth
25fe598082
refactor: better express what the function members do
2022-09-30 13:07:24 +10:00
fryorcraken.eth
26967b6334
fix: ensure that some fields are not omitted by `Message` implementation
2022-09-30 13:07:24 +10:00
fryorcraken.eth
0e36c8e95c
Merge pull request #974 from waku-org/message-protected
2022-09-28 14:03:31 +10:00
fryorcraken.eth
6ec0628223
feat: enable external library to extend MessageV0 and access proto
2022-09-28 13:57:22 +10:00
fryorcraken.eth
7714812cc9
Merge pull request #973 from richard-ramos/rlnIdentifier
...
chore: add rlnIdentifier to message.proto
2022-09-27 07:29:30 +10:00
Richard Ramos
aec3822972
chore: add rlnIdentifier to message.proto
2022-09-26 14:29:41 -04:00
fryorcraken.eth
5bab85f93f
Merge pull request #971 from waku-org/feat/ratelimitproof
2022-09-26 10:10:23 +10:00
fryorcraken.eth
0ac10c0c19
doc: update changelog
2022-09-26 10:02:59 +10:00
fryorcraken.eth
f59f00b7e9
test: fix spelling
2022-09-26 10:02:06 +10:00
Richard Ramos
b37a9285da
feat: add rate limit proof to waku message
2022-09-25 11:59:16 -04:00
fryorcraken.eth
309bebf2fe
Merge pull request #969 from waku-org/release/0.29.0
2022-09-21 16:50:22 +10:00
fryorcraken.eth
1508a9169a
Release 0.29.0
2022-09-21 16:41:02 +10:00
fryorcraken.eth
9e4b3acd81
Merge pull request #968 from waku-org/type-store
2022-09-21 16:20:50 +10:00
fryorcraken.eth
2d98977ac6
refactor: improve type handling
2022-09-21 16:14:23 +10:00
fryorcraken.eth
cc3b46ffbb
feat: template type on store APIs
2022-09-21 16:10:27 +10:00
fryorcraken.eth
879734b780
Merge pull request #967 from waku-org/filter-type
2022-09-21 15:56:58 +10:00
fryorcraken.eth
dbe832c1f8
feat: allow filter callback to process any type of message
2022-09-21 15:48:37 +10:00
fryorcraken.eth
cb43229b3a
Merge pull request #965 from danBamikiya/dan-typescript-upgrade
2022-09-21 11:11:37 +10:00
Dan Bamikiya
fc0ff3acc8
chore: upgrade typescript version to 4.6.3
2022-09-21 11:05:09 +10:00
fryorcraken.eth
dc50c176c4
Merge pull request #963 from waku-org/template-decoder
2022-09-21 11:04:24 +10:00
fryorcraken.eth
50348a6d91
chore: remove unused buf files
2022-09-21 10:58:20 +10:00
fryorcraken.eth
dc639370bc
chore: ensure size-limit conf file is formatted
2022-09-21 10:58:20 +10:00
fryorcraken.eth
49e16de396
feat: `WakuLightPush.push` and `WakuRelay.send` returns `SendResult` with the list of recipients.
2022-09-21 10:58:20 +10:00
fryorcraken.eth
ae46640ba8
test: group encoder/decoder declaration
2022-09-21 10:58:20 +10:00
fryorcraken.eth
8679adcf80
feat: enable store queries with multiple content topics and decoders
2022-09-21 10:58:18 +10:00
fryorcraken.eth
c0c4965e28
feat: use a content topic only decoder for first pass decoding
2022-09-21 10:57:53 +10:00
fryorcraken.eth
52005f8963
feat: enable custom Message type on Decoder
...
This enables the type passed on the callback functions to match the
decoder's so the consumer can access implementation specific fields.
2022-09-20 14:48:49 +10:00