js-waku/packages/core
fryorcraken.eth c8e286a42a
test: Fix flaky ephemeral test and general improvement
The messages were sent at the same time over light push so there was
no strong order preservation from the behaviour.
Correction: order does not matter, just check that messages aren't
present.

Messages were only checked for `ephemeral` being false + one test was
doing several checks.
Correction: split the test and use light push + filter to check
ephemeral field value preservation.
2022-11-17 12:31:33 +11:00
..
build-scripts chore: keep `build-scripts` for ./core only 2022-10-31 09:32:45 +11:00
src test: Fix flaky ephemeral test and general improvement 2022-11-17 12:31:33 +11:00
.eslintrc.cjs chore: fix eslint config for lint-staged 2022-10-31 09:32:46 +11:00
.mocharc.json chore: move hidden files to ./core 2022-10-30 21:03:23 +11:00
.prettierignore chore: use prettierignore to select files to format 2022-10-31 09:32:46 +11:00
CHANGELOG.md doc: update changelog 2022-11-17 12:31:33 +11:00
README.md doc: update readmes 2022-10-31 12:36:39 +11:00
karma.conf.cjs chore: fix tests test + karma tests 2022-11-03 22:40:42 +11:00
package.json refactor: adopt dependency injection patter for other Waku protocols 2022-11-17 12:06:43 +11:00
rollup.config.js chore: bump libp2p to 0.40.0 2022-11-16 21:27:32 +11:00
tsconfig.dev.json chore: move js-waku to ./core 2022-10-30 17:57:15 +11:00
tsconfig.json chore: move js-waku to ./core 2022-10-30 17:57:15 +11:00

README.md

NPM

GitHub Action Discord chat

@waku/core

Core components of js-waku, a TypeScript implementation of the Waku v2 protocol.

Documentation

API Documentation can also be generated locally:

git clone https://github.com/waku-org/js-waku.git
cd js-waku
npm install
npm run doc

Changelog

Release changelog can be found in CHANGELOG.md.

Bugs, Questions & Features

If you encounter any bug or would like to propose new features, feel free to open an issue.

For general discussion, get help or latest news, join #js-waku on Vac Discord or the Waku Telegram Group.

Roadmap

You can track progress on the project board.

Contributing

See CONTRIBUTING.md.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.