You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,35 +7,47 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+
## 0.4.0 - 2018-12-19
11
+
12
+
### Changed
13
+
14
+
- Support vendor fields up to 255 characters
15
+
10
16
## 0.3.0 - 2018-12-19
11
17
12
18
### Changed
19
+
13
20
- Upgraded `bitwasp/bitcoin` to `1.0.0`
14
21
15
22
## 0.2.5 - 2018-12-07
16
23
17
24
### Fixed
25
+
18
26
- Handle signed messages that were created through Desktop Wallet 2.0
19
27
20
28
## 0.2.4 - 2018-11-08
21
29
22
30
### Fixed
31
+
23
32
- Missing ID from delegate registrations
24
33
- Maximum vendor field length _(previously 63, now 64)_
25
34
26
35
## 0.2.3 - 2018-09-30
27
36
28
37
### Fixed
38
+
29
39
- Skip recipient id in `toBytes` for type 1 and 4 transactions.
30
40
31
41
## 0.2.2 - 2018-07-31
32
42
33
43
### Fixed
44
+
34
45
- Properly calculate the transaction `id` if signed with second signature.
35
46
36
47
## 0.2.1 - 2018-07-20
37
48
38
49
### Fixed
50
+
39
51
- Properly handle `asset` if empty in `ArkEcosystem\Crypto\Transactions\Transaction`.
40
52
- Properly handle `version` and `network` if not set on `ArkEcosystem\Crypto\Transactions\Transaction`.
41
53
- Added missing `ArkEcosystem\Crypto\Networks\Devnet` use to `ArkEcosystem\Crypto\Configuration\Network`
@@ -45,9 +57,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
45
57
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
46
58
47
59
### Fixed
60
+
48
61
- Multi Payment Serialisation & Deserialisation
49
62
50
63
### Added
64
+
51
65
- Slot helper
52
66
- Validate PublicKey
53
67
- Get Public Key from Hex
@@ -57,10 +71,13 @@ Several files and folders have been moved around for guideline compliance - see
57
71
- Transaction to JSON
58
72
59
73
### Changed
74
+
60
75
- Upgraded `bitwasp/bitcoin` to `0.0.35`
61
76
62
77
### Removed
78
+
63
79
- Dropped `nethash` from networks as it was not used
0 commit comments