go-waku/cmd/waku
richΛrd 387ee5f9ac
feat: merkle tree persistence
- use atomic operations API
- resume onchain sync from persisted tree db
- close eth client and db connection appropriately
- pass in the path to the tree db
- fix nwaku compatibility issues
2023-08-18 09:59:37 -04:00
..
keygen refactor: move --generate-key to a generate-key subcommand 2023-08-10 09:32:25 -04:00
rest refactor: remove unused function and simplify code related to creating db and migrations 2023-08-10 10:37:22 -04:00
rpc chore: remove v1 code and legacy filter from chat2 2023-08-07 15:09:32 -04:00
flags.go feat: merkle tree persistence 2023-08-18 09:59:37 -04:00
flags_no_rln.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
flags_rln.go feat: merkle tree persistence 2023-08-18 09:59:37 -04:00
main.go feat: sqlite vacuum and optional migrations 2023-08-10 10:29:40 -04:00
node.go feat: postgresql vacuum 2023-08-10 10:29:40 -04:00
node_no_rln.go refactor: move --generate-key to a generate-key subcommand 2023-08-10 09:32:25 -04:00
node_rln.go feat: merkle tree persistence 2023-08-18 09:59:37 -04:00
options.go feat: merkle tree persistence 2023-08-18 09:59:37 -04:00
sys_not_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_windows.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00