richΛrd
f441f33c5f
fix: allow to use `postgres` in DB url ( #901 )
2023-11-14 14:45:30 -04:00
richΛrd
ff94b1faf0
chore: remove --store-message-db-vacuum ( #883 )
2023-11-09 16:10:40 -04:00
richΛrd
150ade6f33
chore: use waku-org/waku-proto repository for protobuffer definitions ( #828 )
2023-11-07 15:48:43 -04:00
richΛrd
279752344f
chore: print a message periodically indicating that VACUUM is still being executed ( #838 )
2023-10-30 09:22:50 -04:00
harsh-98
2ef7e732dd
nit: remove testing var
2023-10-13 10:35:11 +07:00
harsh-98
b5802adf5b
fix: use NewQueries from db utils
2023-10-13 10:35:11 +07:00
harsh-98
5d0692b339
test(store): add fixture for sqlite and postgres
2023-10-13 10:35:11 +07:00
harsh-98
d268b2e403
fix: limit can't be negative for postgres
2023-10-13 10:35:11 +07:00
harsh-98
2f9f304762
test: for postgres and jenkins postgres setup
2023-10-13 10:35:11 +07:00
Richard Ramos
7826e31f14
fix(store): query time comparison and max rows per page
2023-10-12 10:58:55 -04:00
harsh jain
3d8d435502
test(store): make queries ( #752 )
...
* test(store): make queries
* test: most recent timestamp and count of msg
* nit: add comment for pageSize+1
2023-09-19 13:28:11 +07:00
Richard Ramos
2818c3d394
refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics
2023-08-18 13:56:43 -04:00
Richard Ramos
e0e4a2fa87
refactor: remove unused function and simplify code related to creating db and migrations
2023-08-10 10:37:22 -04:00
Richard Ramos
e56f54252f
fix: postgresql VACUUM FULL is the equivalent to sqlite VACUUM
2023-08-10 10:29:40 -04:00
Richard Ramos
05d8cfdc65
feat: postgresql vacuum
2023-08-10 10:29:40 -04:00
Richard Ramos
ee2af4646c
feat: sqlite vacuum and optional migrations
2023-08-10 10:29:40 -04:00
Richard Ramos
ca297713fa
refactor: move app code to cmd/waku
2023-07-07 10:10:21 -04:00
Prem Chaitanya Prathi
97f02361d4
Persistence: Addressing code-climate issues to increase maintainability score ( #592 )
...
* chore:fix minor issues reported by code-climate
* chore: reduce code duplication
* chore: update vendorSHA for nix build due to recent updates to dependencies
2023-07-07 07:08:23 +05:30
Richard Ramos
0822fdb280
chore: use pgx instead of lib/pq since it's not actively maintained
2023-07-03 11:16:05 -04:00
Richard Ramos
f18f219086
fix(rendezvous) - interop with nwaku
2023-06-01 13:31:21 -04:00
Richard Ramos
88ecf728a3
fix: rename `gowaku_` metrics to `waku_`
2023-04-27 09:58:06 -04:00
Richard Ramos
21a28e9b53
feat: record message size
2023-04-27 09:58:06 -04:00
Richard Ramos
9ed8f16a0a
feat: add metrics to archive protocol and discv5
2023-04-20 10:04:20 -04:00
RichΛrd
8826e2df66
feat: rendezvous server
2023-03-09 11:48:25 -04:00
Richard Ramos
3bba1a86f1
feat(message): added waku message deterministic hashing
2023-03-08 09:08:08 -04:00
Richard Ramos
b20bf3dccd
fix: use pool for all sha256 hash operations
2023-03-02 12:00:54 -04:00
Richard Ramos
156db781f6
chore: switch to Google's Protobuf library
2023-02-16 11:37:59 -04:00
Richard Ramos
607bf07198
refactor: remove some duplication and unneeded code
2023-01-08 14:35:32 -04:00
Richard Ramos
f10b1b0d7a
feat: postgresql support
2023-01-05 13:25:15 -04:00
Richard Ramos
a0c2f96c55
fix: insert receiver timestamp if sender timestamp is 0
2022-12-15 20:59:30 -04:00
Richard Ramos
446e38ceaf
chore: add sqlite default parameters
2022-12-10 07:25:26 -04:00
Richard Ramos
ca17ac8c91
feat: allow passing params to db url and connection pool params
2022-12-09 23:11:27 -04:00
Richard Ramos
84c7022e2d
feat: add ntp timesource
2022-12-09 10:20:16 -04:00
Richard Ramos
ff8c3009c7
refactor: store
2022-12-06 12:06:17 -04:00
Richard Ramos
c8fc0404d1
chore: rename status-im/go-waku to waku-org/go-waku
2022-11-09 16:03:40 -04:00
Richard Ramos
1b7dd9fe3f
chore: remove rendezvous
2022-10-27 09:16:26 -04:00
Richard Ramos
4d23f4256a
feat: zerokit RLN
2022-10-04 19:27:21 -04:00
Richard Ramos
5af5e89c08
chore: improve pagination logic ( #325 )
2022-10-03 15:26:45 -04:00
Richard Ramos
eafbc4c01f
chore: install go-bindata and add indexes to message table ( #317 )
2022-09-21 09:22:22 -04:00
Richard Ramos
f6cd9904c5
fix: invalid order when pagination is backwards ( #313 )
2022-09-15 09:23:45 -04:00
Richard Ramos
1636a33835
feat: RLN (static)
2022-08-15 14:40:10 -04:00
Richard Ramos
546416a9d5
refactor: remove WakuStoreWithRetentionPolicy and add build tag to migrations ( #281 )
2022-08-03 09:32:52 -04:00
Richard Ramos
4041f5a67a
fix: store recorded messages metric
2022-07-28 15:17:12 -04:00
Richard Ramos
e2b04570c1
chore: improve docs
2022-07-25 11:28:17 -04:00
Richard Ramos
25c3887342
fix: js-waku / nwaku interop - pt2
2022-06-14 11:36:34 -04:00
Richard Ramos
77c1e26a9e
chore: upgrade deps and go1.17
2022-05-30 15:30:43 -04:00
Richard Ramos
b14f4a9aa8
feat: db migrations ( #246 )
2022-05-30 15:13:27 -04:00
Richard Ramos
7c0206684f
refactor: use db for serving history queries ( #243 )
2022-05-30 14:48:22 -04:00
Martin Kobetic
7c44369def
feat: structured logging followup ( #248 )
2022-05-30 11:55:30 -04:00
Richard Ramos
56c8ef705a
fix: lint and unclosed prepared stmt
2022-05-27 14:34:13 -04:00