Skip to content

Version 1.2 - Support for sending/receiving Bitshares assets

Compare
Choose a tag to compare
@Someguy123 Someguy123 released this 03 Jul 11:31
· 57 commits to master since this release

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 private memo key for the bitshares network is entered.
  • RPC node selection using the .env variable BITSHARES_RPC_NODE. The recommended node as of today is wss://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 in requirements.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.