Skip to content

Releases: origolab/origo-binary

0.5.0 binaries release - mainnet ready

21 Jan 17:00
Compare
Choose a tag to compare

Changelog

  • Support Origo first mainnet Medietas
  • Some bug fixes and improvements

0.2.5-beta binaries release

10 Oct 08:22
5ccb423
Compare
Choose a tag to compare
Pre-release

Changelog

Bug Fixes:

  • Fixed bug of node crashing when sending pt in multiple nodes environment
  • Fixed bug for gas price not correctly set

0.2.0-alpha binaries release

17 Sep 09:45
Compare
Choose a tag to compare
Pre-release

Changelog

New Features:

  • Added support for transferring from private address to public address.
  • Improved private transaction encoding and verification.
  • Provided better error message for invalid transactions.
  • Integrated EquiHash as PoW mining algorithm
  • Published CPU miner in python for testing purpose

0.1.0-alpha binaries release

17 Jul 06:13
ff50576
Compare
Choose a tag to compare
Pre-release

Changelog

New Features:

  • personal_sendShieldTransaction Sends transaction and signs it in a single call API
  • origo_getNewAddress Return a new private address for sending and receiving payments
  • origo_listAddresses Return all stored private addresses
  • origo_getBalance Returns the balance of a private address belonging to the node’s wallet.
  • origo_listUnspent Returns array of unspent shielded notes with between minconf and maxconf (inclusive) confirmations
  • origo_sendMany Send multiple private transactions