Commit Graph

957 Commits

Author SHA1 Message Date
F bf49df79a7
Merge pull request #350 from status-im/dependabot/npm_and_yarn/ecies-geth-1.6.0 2021-12-20 15:26:25 +11:00
dependabot[bot] 1d573f2914
Bump ecies-geth from 1.5.2 to 1.6.0
Bumps [ecies-geth](https://github.com/cyrildever/ecies-geth) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/cyrildever/ecies-geth/releases)
- [Commits](https://github.com/cyrildever/ecies-geth/compare/v1.5.2...v1.6.0)

---
updated-dependencies:
- dependency-name: ecies-geth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 01:23:13 +00:00
F 56393c6947
Merge pull request #353 from status-im/dependabot/npm_and_yarn/libp2p-mplex-0.10.5 2021-12-20 12:12:51 +11:00
dependabot[bot] 14576029f0
Bump libp2p-mplex from 0.10.4 to 0.10.5
Bumps [libp2p-mplex](https://github.com/libp2p/js-libp2p-mplex) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/libp2p/js-libp2p-mplex/releases)
- [Changelog](https://github.com/libp2p/js-libp2p-mplex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/js-libp2p-mplex/compare/v0.10.4...v0.10.5)

---
updated-dependencies:
- dependency-name: libp2p-mplex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 00:44:59 +00:00
F 3532ecff65
Merge pull request #347 from status-im/dependabot 2021-12-20 11:09:52 +11:00
Franck 0097cf2311
Configure dependabot 2021-12-17 22:49:42 +11:00
F 4574e2e0b6
Merge pull request #338 from status-im/use-docs-website
Use docs website
2021-12-13 13:08:03 +11:00
F 07d2c81d1d
Example: rename file and point to docs website
- GitHub automatically print README.md file in folder.
- Point to docs website that contains some external examples.
2021-12-13 11:38:12 +11:00
F 048fc20719
Remove inline doc
Point to docs.dappconnect.dev instead.
2021-12-13 11:38:12 +11:00
F cbb21108d8
Remove guides
They have been moved to the docs website.
2021-12-13 11:34:07 +11:00
F e211d53d67
Merge pull request #324 from status-im/enr-multiaddrs 2021-12-07 11:49:38 +11:00
Franck 7a3e46a384
Add encoded value for reference for other implementations 2021-12-07 09:16:32 +11:00
Franck eb1b384be4
Remove console.log 2021-12-06 14:32:18 +11:00
F 01c66f7e89
Add ENR with multiaddr
Imported from https://github.com/D4nte/discv5/pull/1
Replaced bcrypto backend with secp256k1.
2021-12-06 14:29:08 +11:00
F 96353fef0f
Use es 2020 for bigint 2021-12-06 14:28:29 +11:00
F f6e7c63257
Merge pull request #340 from status-im/update-typedoc-deps
doc: Remove warnings
2021-12-03 08:37:42 +11:00
F eb9057fc8f
doc: Remove warnings 2021-12-02 23:51:54 +11:00
F 05367e3704
Merge pull request #339 from status-im/update-typedoc-deps 2021-12-02 22:58:10 +11:00
F 235a05921b
Update typedoc deps
Needed to use markdown plugin in docs website.
2021-12-02 22:18:07 +11:00
F 6a3ca6e991
Merge pull request #336 from status-im/nim-waku-v0.6-changelog 2021-12-01 21:21:40 +11:00
Franck Royer 46abd4ca96
changelog: Upgrade nim-waku to v0.6 2021-12-01 16:25:23 +11:00
F b5b0409a46
Merge pull request #333 from status-im/cache-build-buf 2021-12-01 16:24:42 +11:00
F 38d114da63
Do not cache bufbuild
It only takes few seconds and the cached bin was actually not used.
2021-12-01 15:26:40 +11:00
F 5706ab9ace
Merge pull request #334 from status-im/nim-waku-v0.6 2021-12-01 15:24:35 +11:00
Franck Royer 67b5d943ab
Upgrade nim-waku to v0.6 2021-11-30 14:45:34 +11:00
F 839a919ad8
Merge pull request #332 from status-im/release/0.14.2 2021-11-30 14:45:13 +11:00
F 60073ce4fc
Update links 2021-11-30 12:16:07 +11:00
F 31325bb673
Release 0.14.2
### Changed

- Examples: JS examples uses local ESM folder to replicate behaviour of
js-waku publish package.

### Fixed

- `TypeError` issue related to constructors using js-waku in a JS
project
  ([#323](https://github.com/status-im/js-waku/issues/323)).
2021-11-30 11:33:30 +11:00
F 04a9da6555
Merge pull request #328 from status-im/323-type-error 2021-11-26 21:41:32 +11:00
F 8909164f6d
Use ESM in JavaScript examples
As it is what JS projects would use when using the js-waku npm package.
2021-11-26 21:24:05 +11:00
F de9b313b65
Use es6/es2015 target for ESM output
es5 does not support class constructors and hence lead to issues.
2021-11-26 21:23:50 +11:00
F 2d80d656af
Merge pull request #329 from status-im/setup-buf
ci: Upgrade bufbuild to 0.56.0
2021-11-26 19:42:42 +11:00
F 4b727d9138
ci: Upgrade bufbuild to 0.56.0 2021-11-26 16:31:10 +11:00
Franck Royer f56e87a963
Merge pull request #322 from status-im/release/0.14.1 2021-10-22 15:14:48 +11:00
Franck Royer 0cf12f3b55
Release 0.14.1
### Fixed
- Issue when importing the `utils` module.
2021-10-22 14:40:38 +11:00
Franck Royer 6f61c19deb
Merge pull request #321 from status-im/exports 2021-10-20 13:14:07 +11:00
Franck Royer 5009792fca
Remove exports field
TypeScript does not play nice with it just yet:
https://github.com/microsoft/TypeScript/issues/33079
2021-10-19 15:22:38 +11:00
Franck Royer 0ccc43dabc
Merge pull request #317 from status-im/docs-gh-pages 2021-10-13 13:59:23 +11:00
Franck Royer 9bd5d98ed9
Do not delete subfolders
Which makes them unavailable until they are published.
2021-10-13 12:17:44 +11:00
Franck Royer 307469ef92
Merge pull request #316 from status-im/unpkg-link 2021-10-13 12:03:31 +11:00
Franck Royer 4ecd4fd377
Correct unpkg link
Latest release now contains UMD bundle.
2021-10-13 11:45:26 +11:00
Franck Royer 8551712c05
Merge pull request #315 from status-im/release/0.14.0 2021-10-13 11:41:43 +11:00
Franck Royer 2c1ff58f93
Release 0.14.0
### Added
- If the `callback` function passed to`WakuStore.queryHistory` returns
  `true`, then no further pages are retrieved from the store.
- Use webpack to build UMD bundle of the library, see
  [README](./README.md) for usage.

### Changed
- **Breaking**: Renamed `WakuStore.QueryOptions`'s `direction` to
  `pageDirection` (and its type) as it only affects the page ordering,
  not the ordering of messages with the page.

### Fixed
- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is
  available [online](https://status-im.github.io/js-waku/docs/).
2021-10-13 11:14:40 +11:00
Franck Royer bafa30fb05
Add doc location for UMD bundle 2021-10-13 10:21:40 +11:00
Franck Royer 0db30efc5b
Merge pull request #313 from status-im/unpkg-example 2021-10-13 10:19:21 +11:00
Franck Royer 137c1dfcc0
Add jswaku 2021-10-13 08:09:55 +11:00
Franck Royer cb0b93d3f1
Remove todo 2021-10-12 16:32:04 +11:00
Franck Royer 9a8ecd8611
Update README to include unpkg example 2021-10-12 16:31:04 +11:00
Franck Royer 0d86c91720
Add Pure JS example 2021-10-12 15:36:11 +11:00
Franck Royer 6823b98fc0
Merge pull request #314 from status-im/release/0.14.0-rc.0 2021-10-12 15:06:33 +11:00