tmio / tuweni

Tuweni is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages. It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities.
https://tuweni.tmio.io
Apache License 2.0
4 stars 4 forks source link

fix vertx registering handlers #11

Closed atoulme closed 1 year ago

atoulme commented 1 year ago

PR description

Fixes a regression seen with Vert.x upgrade, where the registration of handlers is no longer on by default.