Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into issue_#1369
Browse files Browse the repository at this point in the history
  • Loading branch information
balag3 committed Jul 27, 2023
2 parents 72d745c + 9223813 commit 2a4c4fc
Show file tree
Hide file tree
Showing 80 changed files with 5,854 additions and 14,070 deletions.
2 changes: 0 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"exponentiate",
"extip",
"fanout",
"Filterv1",
"Filterv2",
"floodsub",
"fontsource",
"globby",
Expand Down
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"error",
{ "ignoreDeclarationSort": true, "ignoreCase": true }
],
"no-console": "error"
"no-console": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/await-thenable": "error",
"@typescript-eslint/no-misused-promises": "error"
},
"overrides": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @fryorcraken
* @waku-org/js-waku-developers
2 changes: 1 addition & 1 deletion .github/workflows/add-action-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/waku-org/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/utils": "0.0.8",
"packages/utils": "0.0.9",
"packages/proto": "0.0.5",
"packages/interfaces": "0.0.15",
"packages/message-hash": "0.1.4",
"packages/enr": "0.0.14",
"packages/peer-exchange": "0.0.13",
"packages/core": "0.0.20",
"packages/dns-discovery": "0.0.14",
"packages/message-encryption": "0.0.18",
"packages/relay": "0.0.3",
"packages/sdk": "0.0.16"
"packages/interfaces": "0.0.16",
"packages/message-hash": "0.1.5",
"packages/enr": "0.0.15",
"packages/peer-exchange": "0.0.14",
"packages/core": "0.0.21",
"packages/dns-discovery": "0.0.15",
"packages/message-encryption": "0.0.19",
"packages/relay": "0.0.4",
"packages/sdk": "0.0.17"
}
2 changes: 1 addition & 1 deletion .size-limit.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = [
{
name: "Light protocols",
path: "packages/core/bundle/index.js",
import: "{ wakuLightPush, wakuFilterV1, wakuFilterV2 }",
import: "{ wakuLightPush, wakuFilter }",
},
{
name: "History retrieval protocols",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
![GitHub Action](https://img.shields.io/github/actions/workflow/status/waku-org/js-waku/ci.yml?branch=master)
![Code Climate](https://img.shields.io/codeclimate/maintainability/waku-org/js-waku)
[![Discord chat](https://img.shields.io/discord/864066763682218004.svg?logo=discord&colorB=7289DA)](https://discord.gg/Nrac59MfSX)
[![Discord chat](https://img.shields.io/discord/1110799176264056863.svg?logo=discord&colorB=7289DA)](https://discord.waku.org)

# js-waku

A TypeScript implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/10/).

## Documentation

- [Quick start](https://js.waku.guide/docs/quick_start/)
- [Full documentation](https://js.waku.guide/)
- [Quick start](https://docs.waku.org/guides/js-waku/quick-start)
- [Full documentation](https://docs.waku.org/guides/js-waku)
- [API documentation (`master` branch)](https://js.waku.org/)
- [Waku](https://waku.org/)
- [Vac](https://vac.dev/)
Expand Down
Loading

0 comments on commit 2a4c4fc

Please sign in to comment.