Skip to content

Releases: Chia-Network/go-chia-libs

v0.20.1

01 Dec 02:58
a34eef4
Compare
Choose a tag to compare

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

26 Nov 20:30
c80025e
Compare
Choose a tag to compare

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

Full Changelog: v0.19.0...v0.20.0

v0.19.0

25 Nov 04:06
ba851ab
Compare
Choose a tag to compare

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

23 Nov 23:40
7784312
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.5...v0.18.6

v0.18.5

21 Nov 21:42
86ba0cb
Compare
Choose a tag to compare

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

21 Nov 19:39
3268fcc
Compare
Choose a tag to compare

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

21 Nov 17:18
eccfa8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.2...v0.18.3

v0.18.2

21 Nov 16:26
ead46cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.18.2

v0.18.1

17 Nov 17:50
afcf4f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.18.1

v0.18.0

17 Nov 17:18
d5eef52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.18.0