Releases: ArkEcosystem/php-crypto
Releases · ArkEcosystem/php-crypto
0.2.1
Fixed
- Properly handle
asset
if empty inArkEcosystem\Crypto\Transactions\Transaction
. - Properly handle
version
andnetwork
if not set onArkEcosystem\Crypto\Transactions\Transaction
. - Added missing
ArkEcosystem\Crypto\Networks\Devnet
use toArkEcosystem\Crypto\Configuration\Network
0.2.0
Several files and folders have been moved around for guideline compliance - see the diff for more details
Fixed
- Multi Payment Serialisation & Deserialisation
Added
- Slot helper
- Validate PublicKey
- Get Public Key from Hex
- Get Private Key from Hex
- Get Private Key from WIF
- Transaction to Array
- Transaction to JSON
Changed
- Upgraded
bitwasp/bitcoin
to0.0.35
Removed
- Dropped
nethash
from networks as it was not used
0.1.0
- Initial Release