Skip to content

Releases: Chia-Network/go-chia-libs

v0.15.5

26 Sep 15:52
43503e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.4...v0.15.5

v0.15.4

25 Sep 18:02
ccccb5e
Compare
Choose a tag to compare

What's Changed

  • make a couple wallet bool values pointers to not add a false value if not in the config by @cmmarslender in #165

Full Changelog: v0.15.3...v0.15.4

v0.15.3

25 Sep 01:47
12cc9fc
Compare
Choose a tag to compare

What's Changed

  • Make all the fork/filter heights pointers so that they serialize to y… by @cmmarslender in #164

Full Changelog: v0.15.2...v0.15.3

v0.15.2

24 Sep 17:07
b106592
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.1

24 Sep 16:29
11e544b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #159

Full Changelog: v0.15.0...v0.15.1

v0.15.0

19 Sep 19:42
24485c7
Compare
Choose a tag to compare

What's Changed

  • Add a public http client for use with rpc compliant public (no cert required) servers by @cmmarslender in #156

Full Changelog: v0.14.2...v0.15.0

v0.14.2

13 Sep 22:06
7e03d38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

13 Sep 21:00
fce3dd1
Compare
Choose a tag to compare

What's Changed

  • Latest 2.4.3 initial config + a few tweaks to fields that should be o… by @cmmarslender in #154

Full Changelog: v0.14.0...v0.14.1

v0.14.0

13 Sep 20:16
b97b0b2
Compare
Choose a tag to compare

Potentially Breaking Change

The config package has updated Logging to be pointers in all sections where logs are configured. When loading an existing config from yaml, all instances will point to the same data. This enables setting logging related config options once and the change will apply to all instances of these values throughout the config.

Additionally, network_overrides and logging now serialize using yaml anchors (similar to the way chia-blockchain initially has the config set up) to avoid duplicated sections in the serialized forms.

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

12 Sep 17:21
8cf47f9
Compare
Choose a tag to compare

What's Changed

  • Potentially Breaking: Make GenerateNewCA not write a file. call WriteCertAndKey after if it… by @cmmarslender in #152

Full Changelog: v0.12.0...v0.13.0