Skip to content

Releases: Chia-Network/go-chia-libs

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

v0.3.1

11 Apr 17:44
6a6eacd
Compare
Choose a tag to compare

What's Changed

  • estimates and current_fee_rate in fee estimate RPC are now float by @cmmarslender in #87

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Mar 22:32
cb5694a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.6...v0.3.0