nwaku/waku/waku_store
Abhimanyu aeb77a3e75
feat: Add new DB column `messageHash` (#2202)
* feat: added DB column messageHash

* feat: minor change

* feat: minor merge conflict fix

* Update test_resume.nim

* Update test_resume.nim

* randomblob() func used to populate attribute

* PRIMARY key updated - SQLite and Postgres
2023-11-22 17:32:56 +01:00
..
README.md chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
client.nim feat: Add new DB column `messageHash` (#2202) 2023-11-22 17:32:56 +01:00
common.nim waku_store: better response when the store is requested with wrong cursor (#2231) 2023-11-22 09:32:39 +01:00
protocol.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
protocol_metrics.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
rpc.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00
rpc_codec.nim chore: remove references to v2 (#1898) 2023-08-09 18:11:50 +01:00

README.md

Waku Store protocol

The store protocol implements historical message support. See https://rfc.vac.dev/spec/13/ for more information.