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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+
## 0.2.0 - 2018-07-18
11
+
12
+
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
13
+
14
+
### Fixed
15
+
- Multi Payment Serialisation & Deserialisation
16
+
17
+
### Added
18
+
- Slot helper
19
+
- Validate PublicKey
20
+
- Get Public Key from Hex
21
+
- Get Private Key from Hex
22
+
- Get Private Key from WIF
23
+
- Transaction to Array
24
+
- Transaction to JSON
25
+
26
+
## Changed
27
+
- Upgraded `bitwasp/bitcoin` to `0.0.35`
28
+
29
+
### Removed
30
+
- Dropped `nethash` from networks as it was not used
0 commit comments