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>
This commit is contained in:
Santiago Carmuega 2022-06-20 22:09:42 -03:00 committed by GitHub
parent 879d70285b
commit f67d36e7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1826 additions and 90 deletions

3
.gitignore vendored
View file

@ -3,4 +3,5 @@ Cargo.lock
scratchpad
.DS_Store
RELEASE.md
RELEASE.md
.idea