18 Commits

Author SHA1 Message Date
Irakli Gozalishvili
67a5f51805
fix: type incompatibilities (#75) 2020-12-02 10:33:13 +01:00
Irakli Gozalishvili
bac57b05dc
chore: remove generated types from vsc 2020-12-01 14:56:18 -08:00
Vasco Santos
6a95834570 feat: add types 2020-12-01 23:12:24 +01:00
Irakli Gozalishvili
7fd26cf6b9
fix: optional fields 2020-11-30 22:33:44 -08:00
Irakli Gozalishvili
b7f10727d6
fix: lint issues by disabling valid-jsdoc rules 2020-11-30 20:46:04 -08:00
Irakli Gozalishvili
3143efd7c1
fix: tsconfig to generate optionals correctly 2020-11-30 16:55:33 -08:00
Irakli Gozalishvili
f2d6a76dcf
fix: missing type imports 2020-11-30 16:53:39 -08:00
Irakli Gozalishvili
7ccaf27e24
chore: generate fixed types 2020-11-30 15:06:11 -08:00
Irakli Gozalishvili
cba63941b0
feat: remove is-class that broke typings 2020-11-30 15:05:36 -08:00
Irakli Gozalishvili
c1cb68e043
fix: typedefs for MulticodecTopology 2020-11-27 12:45:31 -08:00
Marin Petrunić
eacdc246da
chore: add type generation from jsdoc (#64) 2020-09-30 11:21:11 +02:00
Vasco Santos
e10a1545c8
fix: reconnect should trigger topology on connect if protocol stored (#54)
* fix: reconnect should trigger topology on connect if protocol stored

* chore: address review
2020-07-03 15:48:12 +02:00
Vasco Santos
a55c7c454a chore: remove peer-info usage on topology (#42)
* chore: remove peer-info usage on topology

BREAKING CHANGE: topology api now uses peer-id instead of peer-info
2020-06-05 16:12:33 +02:00
Alex Potsides
c77d8de2e7
fix: remove use of assert module (#34)
* fix: remove use of assert module

The polyfill is big, we can simulate it by throwing an Error and it doesn't work under React Native.

* chore: pr comments
2020-02-17 22:19:13 +01:00
Vasco Santos
d5dd256a21 fix: multicodec topology disconnect with peer param (#12) 2019-12-02 16:06:26 +01:00
Vasco Santos
a67abccabf feat: add class-is to topology (#11) 2019-11-15 14:49:39 +01:00
Vasco Santos
21d8ae6d96 fix: multicodec topology update peers with multicodec (#10) 2019-11-15 14:48:43 +01:00
Vasco Santos
8bee747c7c feat: add topology interfaces (#7)
* feat: topology

* feat: multicodec-topology

* chore: address review

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

* chore: remove error from disconnect

* docs: topology

* chore: apply suggestions from code review

Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
2019-11-14 11:52:06 +01:00