package bitcoin-cohttp-lwt

  1. Overview
  2. Docs
Bitcoin Client API cohttp-lwt interface

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.tar.gz
md5=5e9980ab580017ba356aa6cb972787fe
sha512=d4cb6b83ddfeb4221b6c587a83752423d01e1695aa06c588b6cfc6f8c2288c2bf8d32485fa902aabf0c72310b5c4acfa4e66ef084febeca3f602668e39e68790

CHANGELOG.md.html

Version 3.0 (2023-02-01)

  • Port to dune

  • Separate each I/O interface into distinct opam packages

  • Add cohttp-async

  • Run ocamlformat

  • Extend getblock to support verbosity > 1

  • Extend gettxout to handle Null replies

Version 2.0 (2015-07-19)

  • Port to Bitcoin Core 0.10.0 API.

  • Functions grouped according to their categorisation (as defined by Bitcoin Core).

  • New engines based on OCurl and Cohttp, contributed by Vincent Bernardoff.

  • Change of license to LGPL-2.1 (with OCaml linking exception).

Version 1.1.1 (2013-05-23)

  • Bug fix: now calling Ocsigen_stream.finalize in Bitcoin_ocsigen module, which should fix the problem of leaking file descriptors.

Version 1.1 (2013-02-26)

  • Updated API against the recently released Bitcoin 0.8.

Version 1.0 (2012-10-24)

  • First public release.