Skip to content

Releases: Chia-Network/go-chia-libs

v0.8.1

21 May 19:51
5be5193
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

08 Apr 16:38
20ddb15
Compare
Choose a tag to compare

What's Changed

  • feat(): add NewPeek / RequestBlock / RespondBlock by @n33pm in #118
  • feat(): add connection options - port/key/network by @n33pm in #119

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1

20 Mar 02:52
829750d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

17 Mar 04:52
4cd4273
Compare
Choose a tag to compare

What's Changed

  • Add the go bindings for the chiavdf c wrapper by @cmmarslender in #108
  • Add get_network_info to all services + add timelord service by @cmmarslender in #112
  • Rework the websocket client with new sync mode + more intuitive usage patterns + add daemon service by @cmmarslender in #113
  • Add support to RPC for slog logger, and add some helpers for all defa… by @cmmarslender in #114
  • Call reconnect handlers in goroutine by @cmmarslender in #116

Breaking Changes

The websocket RPC client has been reworked to be easier to use and as such, has some breaking changes. See the readme for the current usage examples. Breaking changes listed below:

  • AddHandler now returns handlerID, error instead of just error - This enables removing a handler at a later point with RemoveHandler(handlerID)
  • ListenSync() not longer exists. There is a completely new and easier to use sync mode. Instead of using ListenSync(), use synchronous mode, which makes the RPC calls return similarly to the HTTP client. See the synchronous mode section of the readme.

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Mar 17:19
068ad4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

12 Jan 17:46
ec129c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

21 Dec 19:37
bfa696f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

22 Nov 15:06
8a6d1af
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/samber/mo from 1.8.0 to 1.10.0 by @dependabot in #95
  • Bump github.com/samber/mo from 1.10.0 to 1.11.0 by @dependabot in #96
  • Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 by @dependabot in #97
  • refactor: refactor String method in Bytes type by @blackhorseya in #98

Full Changelog: v0.5.0...v0.5.1

v0.5.0

21 Aug 20:51
4025c23
Compare
Choose a tag to compare

What's Changed

  • Add get_harvesters for the farmer, and consolidate the Plot definition to the protocol version by @cmmarslender in #93
  • Add new farming events new_signage_point and new_farming_info by @cmmarslender in #94

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Jun 18:12
6e25810
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0