Skip to content

Releases: CMEONE/chia-utils

Add Prefix Parameter

09 May 22:30
Compare
Choose a tag to compare

In this release, we added a prefix parameter to puzzle_hash_to_address:

let address = puzzle_hash_to_address(puzzle_hash, prefix = "xch");

The prefix is still "xch" by default but can now be modified to be compatible with other networks.

Added Badges

22 Nov 00:12
Compare
Choose a tag to compare

In this release, we added some badges to the README file.

License Update

25 Oct 00:43
Compare
Choose a tag to compare

In this release, we updated the license to GNU Affero General Public License v3.0.

License Update

25 Oct 00:27
Compare
Choose a tag to compare

In this release, we updated the license to GNU Affero General Public License v3.0.

License Update

25 Oct 00:15
144c670
Compare
Choose a tag to compare

In this release, we updated the license to GNU Affero General Public License v3.0.

Browser Support

08 Jun 19:20
Compare
Choose a tag to compare

In this release, we now support usage within browsers.

Fix Bug in get_coin_info

08 Jun 15:57
f43995e
Compare
Choose a tag to compare

This release fixes a bug in get_coin_info and adds a method get_coin_info_mojo.

Fixes for Documentation

14 May 03:39
Compare
Choose a tag to compare

Fixes broken links in documentation table of contents

Documentation

13 May 17:11
Compare
Choose a tag to compare

This release contains comprehensive documentation for all methods.

CI

13 May 16:49
Compare
Choose a tag to compare
CI

Adds CI