6 Commits

Author SHA1 Message Date
Vasco Santos
b880d5de97 refactor: peristent peer-store extended class and disabled by defaul 2020-05-05 16:08:10 +02:00
Vasco Santos
da7ddbb160 chore: persist delete with test 2020-05-05 16:08:10 +02:00
Vasco Santos
7d3d6dec68 feat: peerStore persistence 2020-05-05 16:08:10 +02:00
Vasco Santos
daf980e2ba chore: remove peer-info usage
BREAKING CHANGE: all API methods with peer-info parameters or return values were changed. You can check the API.md document, in order to check the new values to use
2020-05-01 21:35:49 +02:00
Vasco Santos
ac124644d5 chore: deprecate old peer store api (#598)
* chore: deprecate old peer-store api

BREAKING CHANGE: the peer-store api changed. Check the API docs for the new specification.

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-05-01 21:33:28 +02:00
Vasco Santos
a08a725123 feat: address and proto books (#590)
* feat: address and proto books

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: minor fixes and initial tests added

* chore: integrate new peer-store with code using adapters for other modules

* chore: do not use peerstore.put on get-peer-info

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

* chore: add new peer store tests

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>

Co-authored-by: Jacob Heun <jacobheun@gmail.com>
2020-05-01 21:33:03 +02:00