Releases: Chia-Network/go-chia-libs
Releases · Chia-Network/go-chia-libs
v0.7.1
What's Changed
- Add get_keys daemon endpoint by @cmmarslender in #117
Full Changelog: v0.7.0...v0.7.1
v0.7.0
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 returnshandlerID, error
instead of justerror
- This enables removing a handler at a later point withRemoveHandler(handlerID)
ListenSync()
not longer exists. There is a completely new and easier to use sync mode. Instead of usingListenSync()
, 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
v0.5.3
What's Changed
- Add fork height to block event by @cmmarslender in #100
- ADd rolled back records by @cmmarslender in #101
- Make fork height and rolled back records optionals by @cmmarslender in #102
- Add global dependabot group by @cmmarslender in #103
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Check if the filename is already an absolute path by @cmmarslender in #99
Full Changelog: v0.5.1...v0.5.2
v0.5.1
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
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
andnew_farming_info
by @cmmarslender in #94
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat: add
datalayer
connection by @blackhorseya in #91 - Peer Protocol / Streamable by @cmmarslender in #92
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #88
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #89
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
estimates
andcurrent_fee_rate
in fee estimate RPC are nowfloat
by @cmmarslender in #87
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Add
get_coin_records_by_hint
full node endpoint by @cmmarslender in #86
Full Changelog: v0.2.6...v0.3.0