@@ -6,18 +6,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
### Unreleased
8
8
9
- ## [ 0.4.12]
9
+ ## [ 0.4.16]
10
+ ### Changed
11
+ - Docs: update changelog [ #65 ] ( https://github.com/se3000/ruby-eth/pull/65 )
12
+ - Gems: bump version to 0.4.16 [ #65 ] ( https://github.com/se3000/ruby-eth/pull/65 )
13
+ - License: update copyright notice [ #64 ] ( https://github.com/se3000/ruby-eth/pull/64 )
14
+ - Docs: add badges to readme [ #64 ] ( https://github.com/se3000/ruby-eth/pull/64 )
15
+ - Git: deprecating master [ #63 ] ( https://github.com/se3000/ruby-eth/pull/63 )
16
+ - CI: replace travis with github actions [ #62 ] ( https://github.com/se3000/ruby-eth/pull/62 )
17
+ - Gems: replace digest-sha3-patched with keccak [ #58 ] ( https://github.com/se3000/ruby-eth/pull/58 )
10
18
19
+ ## [ 0.4.13] , [ 0.4.14] , [ 0.4.15]
20
+ _ Released as [ ` eth-patched ` ] ( https://github.com/q9f/ruby-eth ) from a different source tree._
21
+
22
+ ## [ 0.4.12]
11
23
### Changed
12
24
- Bump rake version because of security vulnerability
13
25
14
26
## [ 0.4.11]
15
-
16
27
### Added
17
28
- Support for recovering signatures with a V value below 27 (like from Ledger hardware wallets)
18
29
19
30
## [ 0.4.10]
20
-
21
31
### Changed
22
32
- Use updated sha3 dependency
23
33
- Improved OpenSSL support
@@ -26,46 +36,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
26
36
- Changed Eth::Configuration.default_chain_id back to .chain_id for dependent libraries.
27
37
28
38
## [ 0.4.9]
29
-
30
39
### Changed
31
40
- [ escoffon] ( https://github.com/escoffon ) added support for chain IDs larger than 120.
32
41
33
42
## [ 0.4.8]
34
-
35
43
### Added
36
44
- [ @buhrmi ] ( https://github.com/buhrmi ) added Eth::Key#personal_sign.
37
45
- [ @buhrmi ] ( https://github.com/buhrmi ) added Eth::Key#personal_recover.
38
46
39
47
## [ 0.4.7]
40
-
41
48
### Changed
42
49
- Updated MoneyTree dependency.
43
50
44
51
## [ 0.4.6]
45
-
46
52
### Added
47
53
- Support scrypt private key decryption
48
54
49
55
## [ 0.4.5]
50
-
51
56
### Changed
52
57
- Further improve Open SSL configurability
53
58
54
59
## [ 0.4.4]
55
-
56
60
### Changed
57
61
- Support old versions of SSL to help avoid preious breaking changes
58
62
59
63
## [ 0.4.3]
60
-
61
64
### Added
62
65
- Eth::Key::Encrypter class to handle encrypting keys.
63
66
- Eth::Key.encrypt as a nice wrapper around Encrypter class.
64
67
- Eth::Key::Decrypter class to handle encrypting keys.
65
68
- Eth::Key.decrypt as a nice wrapper around Decrypter class.
66
69
67
70
## [ 0.4.2]
68
-
69
71
### Added
70
72
- Address#valid? to validate EIP55 checksums.
71
73
- Address#checksummed to generate EIP55 checksums.
@@ -77,12 +79,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
79
78
80
79
81
## [ 0.4.1]
80
-
81
82
### Changed
82
83
- Tx#hash includes the '0x' hex prefix.
83
84
84
85
## [ 0.4.0]
85
-
86
86
### Added
87
87
- Tx#data_bin returns the data field of a transaction in binary.
88
88
- Tx#data_hex returns the data field of a transaction as a hexadecimal string.
0 commit comments