nwaku/waku/v2/protocol/waku_store
Oskar Thorén 63b0e8af76
Accounting credit receiving node (#292)
* Accounting WIP: Swap access through Store

* Fix order bug and comment scenario + typo

* WIP

* Accounting: Account for receiving store node

- Turn accountFor function into credit and debit
- Misc formatting

* Accounting: Fix bugs related to mount and test

* Accounting: Simplify query signature

We already have a ref to wakuSwap through wakuStore now.

* Resolve rebase issues
2020-11-24 12:53:42 +08:00
..
README.md Refactor types store (#291) 2020-11-24 12:34:32 +08:00
waku_store.nim Accounting credit receiving node (#292) 2020-11-24 12:53:42 +08:00
waku_store_types.nim Accounting credit receiving node (#292) 2020-11-24 12:53:42 +08:00

README.md

Waku Store protocol

The store protocol implements historical message support. See https://github.com/vacp2p/specs/blob/master/specs/waku/v2/waku-store.md for more information.