Releases: origolab/origo-binary
Releases · origolab/origo-binary
0.5.0 binaries release - mainnet ready
Changelog
- Support Origo first mainnet Medietas
- Some bug fixes and improvements
0.2.5-beta binaries 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
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
Changelog
New Features:
personal_sendShieldTransaction
Sends transaction and signs it in a single call APIorigo_getNewAddress
Return a new private address for sending and receiving paymentsorigo_listAddresses
Return all stored private addressesorigo_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) confirmationsorigo_sendMany
Send multiple private transactions