- ⬆️ Updated
pandacash-core
to 0.3.0.
- 🔨 Extracted
pandacash-core
to its own module.
- 🎨 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.
- ✨ Enabled pandacash to be imported as a node module into other projects.
- 🔥 Removed rest.bitcoin.com API functionality for now.
- 💥 Moved node implementation from a Bitcoin-ABC docker image to nodeJS based node implementation bcash.
- 🐛 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.
- 📚 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.
- 🐛 Fixed a bug where the REST API would not start up.
- 🎉 Initial release, finished hackathon build.