Releases: CMEONE/chia-utils
Releases · CMEONE/chia-utils
Add Prefix Parameter
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
In this release, we added some badges to the README file.
License Update
In this release, we updated the license to GNU Affero General Public License v3.0.
License Update
In this release, we updated the license to GNU Affero General Public License v3.0.
License Update
In this release, we updated the license to GNU Affero General Public License v3.0.
Browser Support
In this release, we now support usage within browsers.
Fix Bug in get_coin_info
This release fixes a bug in get_coin_info
and adds a method get_coin_info_mojo
.
Fixes for Documentation
Fixes broken links in documentation table of contents
Documentation
This release contains comprehensive documentation for all methods.