Richard Ramos
0fad5ff686
chore: use proto2 for nwaku compatibility
2023-06-01 13:25:41 -04:00
Richard Ramos
9806ad621c
refactor: use newer .proto version, update deps and remove rendevous point sync
2023-06-01 11:50:48 -04:00
gfanton
9b89e527ce
feat: update rendezvous module name
...
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
2022-11-15 11:02:12 +01:00
gfanton
9135bf5c15
chore: disable golangci revive for now
...
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
2022-11-08 18:55:00 +01:00
gfanton
e0c189e5e9
chore: fix import
...
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
2022-11-08 18:30:19 +01:00
Guillaume Louvigny
10a9ad4472
feat: support for sync clients
...
Signed-off-by: Guillaume Louvigny <glouvigny@users.noreply.github.com>
2022-08-08 17:15:13 +02:00
Guilhem Fanton
6c6522afbc
chore: update deps
...
- upgrade to proto3
Signed-off-by: Guilhem Fanton <guilhem.fanton@gmail.com>
2020-10-28 15:02:19 +01:00
Adin Schmahmann
91cdb88828
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
vyzo
8846a4b090
include ttl in registration response
2019-01-18 15:31:50 +02:00
vyzo
c487c2077b
refactor database interface and implementation into db subpackage
...
We now have:
- db/dbi.go -- interface, no dependency on any particular database
- db/sqlite/... -- sqlite implementation, depends on dbi
- the rendezvous.NewRendezvousService API has been redefined to NewRendezvouServiceWithDB
service importer constructs the database of choice
- the rendezvous package has no dependences on db implementation, so clients can import
without linking SQLite in the binary
2018-04-26 14:06:58 +03:00
vyzo
6c1d28214b
Registration records should have an actual peer ID
2018-04-23 13:25:18 +03:00
vyzo
7d72fc79b3
service implementation
2018-04-23 11:54:25 +03:00
vyzo
aeac2e2a0f
update for response error changes in the protocol
2018-04-21 12:06:27 +03:00
vyzo
6a1176f844
annotate registration error
2018-04-20 19:20:04 +03:00
vyzo
7e5664ce7c
use discriminated registration errors
2018-04-20 14:38:12 +03:00
vyzo
268abf3357
more fine-grained rendezvous api
2018-04-19 22:29:52 +03:00
vyzo
0cbcbf6e24
client implementation
2018-04-19 20:18:42 +03:00