8 Commits

Author SHA1 Message Date
Tanguy
c11772c94e
Happy new year! () 2023-01-20 15:47:40 +01:00
Miran
2fbe82bf9d
make it more Nim 1.4+ compatible () 2022-08-03 13:33:19 +02:00
Tanguy
d0523fdc9d
Documentation () 2022-07-01 20:19:57 +02:00
Tanguy
a7e335e1bb
Remove Br prefix from BearSSL ()
ref 
2022-06-16 10:08:52 +02:00
Tanguy
f3dee6865c
Chronos strict exception tracking ()
* Enable chronos strict exception tracking ( -d:chronosStrictException )
2022-01-05 16:27:33 +01:00
Tanguy
846baf3853
Various cleanups part 1 ()
* raise -> raise exc
* replace stdlib random with bearssl
* object init -> new
* Remove deprecated procs
* getMandatoryField
2021-10-25 10:26:32 +02:00
Menduist
d02735dc46
Remove peer info ()
Peer Info is now for local peer data only.
For other peers info, use the peer store.

Previous reference to peer info are replaced with the peerid
2021-09-08 11:07:46 +02:00
Tanguy Cizain
55a3606ecb
add ping protocol ()
* add ping protocol

* add ping protocol handler

* ping styling

* more ping tests

* switch ping to bearssl rng

* update ping style

* new cancellation test
2021-06-08 18:53:45 +02:00