Releases: Chia-Network/go-chia-libs
v0.20.1
What's Changed
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the global group by @dependabot in #183
- Don't return a ChiaRPCError if we don't have an actual resp from the … by @cmmarslender in #184
Full Changelog: v0.20.0...v0.20.1
v0.20.0
This release has a behavior change in the RPC package. Previously, if the RPC returned success: false, error: <message>
, the err
returned from the RPC client functions was nil, and it was up to the caller to check the response for success: false
. This release checks for that automatically and returns a ChiaRPCError
error with the message from the RPC automatically. This should make it easier and more familiar to check for errors in RPC responses.
The response struct will still be returned in these cases, so any existing code checking for Success: false will still work, though it may not be reached if errors were checked before those lines.
What's Changed
- RPC Refactor by @cmmarslender in #182
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Dont return nil, nil, nil when block record is nil - the response has… by @cmmarslender in #181
Full Changelog: v0.18.6...v0.19.0
v0.18.6
What's Changed
- Add IsTransactionBlock helper by @cmmarslender in #180
Full Changelog: v0.18.5...v0.18.6
v0.18.5
Fixes a bug where start_rpc_server
is set to false
instead of true
if it was not in the config file at all
What's Changed
- Start wallet rpc to pointer since it may not be in some configs by @cmmarslender in #178
Full Changelog: v0.18.4...v0.18.5
v0.18.4
What's Changed
- Allows filling structs/maps/slices with the actual type in addition to string representations by @cmmarslender in #177
Full Changelog: v0.18.3...v0.18.4
v0.18.3
What's Changed
- Support setting entire slices when filling config values by @cmmarslender in #176
Full Changelog: v0.18.2...v0.18.3
v0.18.2
What's Changed
- Add latest config changes from main by @cmmarslender in #175
Full Changelog: v0.18.1...v0.18.2
v0.18.1
What's Changed
- Add a back compat helper for configs by @cmmarslender in #174
Full Changelog: v0.18.0...v0.18.1