Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@robby-d robby-d released this 06 Jan 00:41
· 248 commits to master since this release
  • MAJOR: Added plugin (modular) functionality. counterblockd can now be easily extended to support custom functionality
  • Increased JSON API request timeout to 120 seconds
  • Implemented support for new order_match id format
  • Implemented always trying/retrying for RPC calls
  • Removed Callback and RPS
  • Modularized Counterblockd functionality & plugin interface for third-party modules
  • Optimized blockfeeds.py
  • Fixed the difference of one satoshi between BTC balances returned by counterpartyd and counterblockd
  • Implemented an alternative for counterpartyd api get_asset_info() method to speed up the login in counterwallet for wallet with a lot of assets
  • Updated versions of deps (fixes issue with fetching SSL urls)
  • Fixed the issue with passing JSON data in POST requests
  • Added rollback command line argument and RollbackProcessor