Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: 0.4.0 changelog #49

Merged
merged 2 commits into from
Jul 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## 0.4.0 - 2018-12-19

### Changed

- Support vendor fields up to 255 characters

## 0.3.0 - 2018-12-19

### Changed

- Upgraded `bitwasp/bitcoin` to `1.0.0`

## 0.2.5 - 2018-12-07

### Fixed

- Handle signed messages that were created through Desktop Wallet 2.0

## 0.2.4 - 2018-11-08

### Fixed

- Missing ID from delegate registrations
- Maximum vendor field length _(previously 63, now 64)_

## 0.2.3 - 2018-09-30

### Fixed

- Skip recipient id in `toBytes` for type 1 and 4 transactions.

## 0.2.2 - 2018-07-31

### Fixed

- Properly calculate the transaction `id` if signed with second signature.

## 0.2.1 - 2018-07-20

### Fixed

- Properly handle `asset` if empty in `ArkEcosystem\Crypto\Transactions\Transaction`.
- Properly handle `version` and `network` if not set on `ArkEcosystem\Crypto\Transactions\Transaction`.
- Added missing `ArkEcosystem\Crypto\Networks\Devnet` use to `ArkEcosystem\Crypto\Configuration\Network`
Expand All @@ -45,9 +57,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Several files and folders have been moved around for guideline compliance - see the [diff](https://github.com/ArkEcosystem/php-crypto/compare/0.1.0...0.2.0) for more details

### Fixed

- Multi Payment Serialisation & Deserialisation

### Added

- Slot helper
- Validate PublicKey
- Get Public Key from Hex
Expand All @@ -57,10 +71,13 @@ Several files and folders have been moved around for guideline compliance - see
- Transaction to JSON

### Changed

- Upgraded `bitwasp/bitcoin` to `0.0.35`

### Removed

- Dropped `nethash` from networks as it was not used

## 0.1.0 - 2018-07-02

- Initial Release
1 change: 0 additions & 1 deletion tests/Transactions/Builder/DelegateRegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\DelegateRegistration;
Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/DelegateResignationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/IPFSTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/MultiPaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\MultiPayment;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\MultiSignatureRegistration;
Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/TimelockTransferTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Transactions\Builder\TimelockTransfer;

Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/TransferTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\Transfer;
Expand Down
1 change: 0 additions & 1 deletion tests/Transactions/Builder/VoteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace ArkEcosystem\Tests\Crypto\Transactions\Builder;

use ArkEcosystem\Crypto\Utils\Crypto;
use ArkEcosystem\Tests\Crypto\TestCase;
use ArkEcosystem\Crypto\Identities\PublicKey;
use ArkEcosystem\Crypto\Transactions\Builder\Vote;
Expand Down