Skip to content

Releases: panda-suite/pandacash-cli

v0.4.4

13 Nov 19:29
Compare
Choose a tag to compare
  • ⬆️ Updated pandacash-core to 0.3.0.

v0.4.2

13 Nov 19:27
Compare
Choose a tag to compare

v0.4.1

13 Nov 19:23
Compare
Choose a tag to compare
  • 🎨 Separated Wallet RPC from regular node RPC, and replaced internal RPC API with bchjs.
  • 🔥 Removed seedAccounts parameter.
  • 🐛 Fixed a bug where generated accounts were not working with bcash.

v0.4.0

13 Nov 19:04
Compare
Choose a tag to compare
  • ✨ Enabled pandacash to be imported as a node module into other projects.
  • 🔥 Removed rest.bitcoin.com API functionality for now.

v0.3.0

13 Nov 18:57
Compare
Choose a tag to compare
  • 💥 Moved node implementation from a Bitcoin-ABC docker image to nodeJS based node implementation bcash.

v0.2.1

02 Nov 10:09
Compare
Choose a tag to compare
  • 🐛 Fixed REST API breaking because rest.bitcoin.com updated, and locked the version of this dependency to 1.10.0
  • 🐳 Changed Dockerfile source image to node:8
  • ⚡ Added logging of options when debug flag is enabled.

v0.2.0

30 Oct 23:04
Compare
Choose a tag to compare
  • 📚 Added documentation section for troubleshooting.
  • 🔨 Refactored docker commands in code to be more dynamic.
  • ✨ Added the following command line options:
    • -a or --accounts: Specify the number of accounts to generate at startup.
    • -m or --mnemonic: bip39 mnemonic phrase for generating a PRNG seed, which is in turn used for hierarchical deterministic (HD) account generation.
    • --debug: Show debug output from the bitcoin node.

v0.1.1

30 Oct 23:01
Compare
Choose a tag to compare
  • 🐛 Fixed a bug where the REST API would not start up.

v0.1.0

30 Oct 23:01
Compare
Choose a tag to compare
  • 🎉 Initial release, finished hackathon build.