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
e0c189e5e9
chore: fix import
...
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
2022-11-08 18:30:19 +01:00
Norman Meier
5f2ef79d57
feat: add sqlcipher version of sqlite driver to support projects that use it
...
Signed-off-by: Norman Meier <norman@berty.tech>
2021-10-12 14:13:03 +02:00
gfanton
a10842d055
feat: bump libp2p
...
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
2021-09-15 15:29:04 +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
2843bd30d1
update tests
2019-01-18 15:53:16 +02:00
vyzo
f2ee9b3d44
expose counter in register interface
2019-01-18 15:46:02 +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