Commit graph

25 commits

Author SHA1 Message Date
Santiago Carmuega
8cfc6129b2 feat(miniprotocols): Introduce tracing (#214) 2022-12-20 14:31:43 -03:00
Santiago Carmuega
832e3ec777 feat(multiplexer): Introduce sync multiplexer option (#210) 2022-11-30 19:31:09 -03:00
Santiago Carmuega
4813ae02bf chore: Fix lint warnings (#205) 2022-11-13 10:53:19 -03:00
Santiago Carmuega
c9405b930a fix(multiplexer): Honor read timeouts in bearer logic (#154) 2022-07-20 10:11:16 -03:00
Santiago Carmuega
4e08620bc4 feat: Add Vasil / Babbage compatibility (#126)
* feat: Bump n2n protocol versions for Babbage (#125)
* feat: Allow a specified timeout on tcp connection (#127)
* feat: Add Babbage primitives (#128)
* fix: Inaccurate header-body CDDL (#129)
* fix: Babbage CBOR codec issues (#130)
* feat: Include Babbage in traverse lib
* Parse Babbage headers (#131)
* Add Babbage nonce/leader vrf extension (#132)

Co-authored-by: Andrew Westberg <andrewwestberg@gmail.com>
2022-06-20 22:09:42 -03:00
Santiago Carmuega
cdb7b6f954 feat(multiplexer): Use single channel for muxer (#133) 2022-06-20 16:06:46 -03:00
Santiago Carmuega
2a43dd1061 fix(multiplexer): Handle bearer io error instead of panic (#118) 2022-06-13 17:36:31 -03:00
Santiago Carmuega
8b54dbeeac fix(multiplexer): Use buffers that own the inner channel (#113) 2022-06-10 11:54:14 -03:00
Santiago Carmuega
159d38020c feat: Improve multiplexer ergonomics (#111) 2022-06-04 17:39:29 -03:00
Santiago Carmuega
e4784f444d feat(multiplexer): Allow fine-grained control of concurrency strategy (#106) 2022-06-03 21:37:38 -03:00
Santiago Carmuega
dc422284b2 refactor(miniprotocols): Use pure functions for state machines (#84) 2022-03-22 23:27:20 -03:00
Santiago Carmuega
f53921c160 fix(multiplexer): Remove disconnected protocols from muxer loop (#16) 2022-01-03 20:49:42 -03:00
Santiago Carmuega
a5a027690a fix(machines): Don't warn on expected end-of-input errors (#15) 2022-01-02 10:29:46 -03:00
Santiago Carmuega
1eb9d90300 feat(multiplexer): Add error messages to potential panics 2021-12-19 17:27:48 -03:00
Mark Stopka
7c66ae887a feat: Disable Unix socket on non-unix platforms 2021-12-15 02:43:27 +01:00
Santiago Carmuega
20d9019375 refactor: make chainsync machine agnostic of content 2021-12-14 22:14:33 -03:00
Santiago Carmuega
141ea76096 fix(multiplexer): resolve lint issues 2021-12-10 07:59:38 -03:00
Santiago Carmuega
336d2400f4 style: apply fmt to entire workspace 2021-12-09 07:03:13 -03:00
Santiago Carmuega
22b19e4cf3 Move local state queries to its own module 2021-11-29 08:23:58 -03:00
Santiago Carmuega
dfe8693fbf Tidy up multiplexer api 2021-11-28 17:03:38 -03:00
Santiago Carmuega
99f42632fc Wrap network under its own mod 2021-11-24 05:51:14 -03:00
Santiago Carmuega
ed89607ac6 Add unix socket bearer implementation 2021-11-22 15:20:30 -03:00
Santiago Carmuega
bfc5ef786a Improve multiplexer lib semantics 2021-11-22 14:31:54 -03:00
Santiago Carmuega
8a9ab62959 Improve multiplexer logs 2021-11-21 12:04:11 -03:00
Santiago Carmuega
c2d537b83f Implement multiplexer and mini-protocols PoC 2021-11-20 11:33:45 -03:00