You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Initial release where the script management functions are split from the main project. It contains no additional features or modifications to the script logic.