Commit Graph
298 Commits
Author SHA1 Message Date
Franck R e0949dab04 Pass truly async function to getPeers, remove TODO (#428)
* Pass truly async function to `getPeers`

* Confirmed nim-waku's RPC API only returned managed peers
2022-01-24 18:46:06 +11:00
Franck R 199a3c7218 Ensure relay peers are available before starting the test (#431) 2022-01-24 14:41:45 +11:00
Franck R c31972de02 Reorganize tests to ensure they all display under a section (#421) 2022-01-24 11:00:41 +11:00
Franck R 34e4cbba73 Use websocket instead of tcp in interop tests (#418) 2022-01-20 13:00:58 +11:00
Franck R cba5212872 Upgrade nim-waku to v0.7 (#417) 2022-01-19 15:43:45 +11:00
Franck R e1629b1a96 Fix DNS Discovery (#411) 2022-01-17 14:21:23 +11:00
Franck R 96cf24d34e Allow specifying decryption methods and content topic (#409) 2022-01-17 14:11:05 +11:00
Franck Royer 2c16f0befb Separate tests that use DNS data in CI 2022-01-14 12:44:06 +11:00
Franck Royer b65ab17cb9 Expose types to ensure documentation is complete 2022-01-13 16:40:11 +11:00
Franck Royer 6276b1537f Remove unnecessary declaration of Buffer
It's handled by the polyfill config in webpack.
2022-01-13 16:40:10 +11:00
Franck Royer fa4e94750f Make parseBootstrap a class
Makes it easier to use the resulting function and document defaults.
2022-01-13 16:40:10 +11:00
Franck Royer ae0faa2146 Clarify default DNS servers 2022-01-13 16:39:52 +11:00
Franck Royer f0eb9d1609 Rename libp2p bootstrap import
To avoid name conflict.
2022-01-13 16:39:52 +11:00
Franck Royer e871da056f Export enr, dns, entree modules 2022-01-13 16:39:52 +11:00
Franck Royer 4bfe060064 Export BootstrapOptions 2022-01-13 16:39:52 +11:00
Franck Royer 284644b822 Fix-up new bootstrap API 2022-01-13 16:39:52 +11:00
Franck Royer e47335f4c0 Implement DNS Discovery and ENR tree 2022-01-13 15:38:22 +11:00
Franck Royer e244bae03d Renamed getBootstrapNodes to getNodesFromHostedJson
So that the name better matches the function's behaviour.
2022-01-13 15:33:37 +11:00
Franck Royer f4f6b4a808 Create discovery submodule 2022-01-12 14:54:00 +11:00
dependabot[bot] 7adb51a9cc Bump ts-proto from 1.97.0 to 1.100.0
Bumps [ts-proto](https://github.com/stephenh/ts-proto) from 1.97.0 to 1.100.0.
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stephenh/ts-proto/compare/v1.97.0...v1.100.0)

---
updated-dependencies:
- dependency-name: ts-proto
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 15:31:46 +11:00
Franck 06d89418aa Format change 2022-01-05 11:27:37 +11:00
Franck 8000afbc72 typo 2022-01-04 17:33:04 +11:00
Franck fa3ab19176 Generate proto files withts-protoa 1.97.0 2022-01-03 10:56:37 +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 eb9057fc8f doc: Remove warnings 2021-12-02 23:51:54 +11:00
Franck Royer 8d469ff842 Enable caller to abort store query
If the `callback` function passed to`WakuStore.queryHistory` returns
`true`, then no further pages are retrieved from the store.
2021-10-07 15:33:00 +11:00
Franck Royer 6f4d765e30 Remove useless log 2021-10-05 13:36:04 +11:00
Franck Royer 62b30b3f33 Log queried store peer info 2021-10-05 13:36:04 +11:00
Franck Royer 92ee5b060c doc: Move comments to ensure they appear in generated documentation 2021-10-05 13:36:03 +11:00
Franck Royer f5a0416efd Rename to page direction
As the direction only affects the page ordering,
not the message ordering in the pages.
2021-10-05 13:36:03 +11:00
Franck Royer c990660fb9 Rename node only suites 2021-09-24 17:15:46 +10:00
Franck Royer 928d888ad8 Remove 'browser' from test filename
These tests are run both on node and in browser.
2021-09-24 17:09:34 +10:00
Franck Royer d900945b6d Add 'node' in test file names that only run on node 2021-09-24 17:09:34 +10:00
Franck Royer d875994908 Fix hearbeat tick handler rounding issue
https://github.com/ChainSafe/js-libp2p-gossipsub/pull/166/commits/807bf282c5289252e9181109ef109ba2d367ff72
2021-09-24 10:36:19 +10:00
Franck Royer 2eb88068ae Test default discovery as part of the CI 2021-09-21 14:47:45 +10:00
Franck Royer 640a672257 Do not setup libp2p discovery module if we fail to retrieve node addrs 2021-09-21 14:47:45 +10:00
Franck Royer a95315eeb5 Ensure node address is returned for Object type responses 2021-09-21 14:47:45 +10:00
Franck Royer 6504106a9e Connects to a limited number of bootstrap nodes, defaults to 1 2021-09-16 10:38:01 +10:00
Franck Royer ca09c34ac6 Upgrade libp2p libraries 2021-09-03 16:02:22 +10:00
Franck Royer a21d641280 Added Waku.waitForConnectedPeer helper
To ensure that we are connected to Waku peers when using the bootstrap
option.
2021-09-02 15:46:23 +10:00
Franck Royer 75f605a676 Improve error text
To make it clearer what the issue is.
2021-09-02 15:20:44 +10:00
Franck Royer 50fb533e44 test: Increase timeouts + add debug logs 2021-09-02 15:20:43 +10:00
Franck Royer cfb97b6bde Allow passing decryption keys to Waku instance
Keys can be set at creation or at run time.
They are passed to `WakuStore` and `WakuRelay` instances.
2021-09-02 15:20:43 +10:00
Franck Royer 911ce5bab7 Allow passing decryption keys to WakuStore instance
To avoid having to pass them at every `queryHistory` call.
2021-09-02 15:17:40 +10:00
Franck Royer f4cae60ef8 Fix documentation 2021-09-02 15:15:43 +10:00
Franck Royer 931a414a3c Allow passing decryption keys in hex string format 2021-09-02 15:13:50 +10:00
Franck Royer 75352abcac Promote dedicated symmetric key generation API
Using the private key API for symmetric key is confusing.
2021-09-02 15:09:31 +10:00
Franck Royer 398f34b57f Fixed Buffer.concat error when using symmetric encryption in the browser 2021-08-26 16:12:53 +10:00