Skip to content

v0.16.0-snapshot

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnwalker johnwalker released this 06 Jul 15:33
· 43 commits to master since this release

Very close to 1.0. It's currently possible to decode and encode the following messages:

  • version
  • verack
  • addr
  • reject
  • getaddr
  • ping
  • pong
  • reject

And the following primitives are implemented:

  • varint
  • varstr
  • netaddr

There are test.check tests for varints, varstrs, netaddrs and checksums, as well as handful of unit tests. This will not enter clojars until everything is supported and tested, though.