Blog

Bytecoin Daemons v3.0.2 Release

April 17, 2018

v3.0.2

Thanks to the many requests and feedback from our integrators, we’ve updated our Bytecoin Daemon and added some new features to the backend part:

  • API change: In create_transaction, spend_address parameter of type string is changed to spend_addresses of type []string. This change is likely to affect only Web wallets developers.
  • API change: In sync_mem_pool, added_binary_transactions of type string is changed to added_bc_transactions of type bytecoin::TransactionPrefix. This change breaks compatilibilty between new and old walletdand bytecoind, so make sure they are both the same version.
Recent posts