Skip to content

Releases: m4ktub/thebigguy-contract

v0.3.0

05 Jun 00:00

Choose a tag to compare

Simple update of dependencies with compatibility fixes due to changes in the APIs. Nevertheless, this update requires clients to also update common dependencies like ecash-lib to similar versions due to breaking changes made to the initialization of the crypto libraries.

v0.2.0

23 Oct 21:09

Choose a tag to compare

Export auxiliary functions minUnitForAllShares and quotient as they are used to ensure external calculations match the script logic.

Other Changes

  • Fix example in README

v0.1.1

22 Oct 23:06

Choose a tag to compare

Clean up NPM package by only including required mandatory root files and the dist folder. Also added RPC test that validates script in a demo scenario. This RPC test is useful to ensure generated scripts are valid and that coins will be spendable, specially for larger amounts.

Other Changes

  • Fix package.json to use prepublishOnly, which is the script used during npm publish

v0.1.0

20 Oct 22:26

Choose a tag to compare

Initial release where the script management functions are split from the main project. It contains no additional features or modifications to the script logic.