Version 1.2 - Support for sending/receiving Bitshares assets
Thanks to @bt-cryptomancer we now have support for Bitshares assets using the new Bitshares coin handler. (PR: #4 Bitshares coin handler v1)
This release has now been tagged to the stable
branch.
Bitshares
- Ability to send tokens on the Bitshares network
- Ability to receive tokens on the Bitshares network
- Automatic decryption of memos using the
CryptoKeyPair
system, as long as the privatememo
key for thebitshares
network is entered. - RPC node selection using the
.env
variableBITSHARES_RPC_NODE
. The recommended node as of today iswss://bitshares.openledger.info/ws
- Works with the Coin Pair system for automated conversion between a pair of coins (on the same, or different networks).
Minor Fixes
- Bumped Django version for security
- Removed strict
==
for some packages inrequirements.txt
to ensure they stay up to date - Fixed bug with
SteemEngineManager
health check, now checks if the get_token result is None and shows an appropriate error in the Coin Health admin dashboard.