|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bankex/web3swift/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.4...HEAD) |
| 5 | +[Full Changelog](https://github.com/bankex/web3swift/compare/0.6.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Transaction or options are malformed in Token Transfer [\#78](https://github.com/BANKEX/web3swift/issues/78) |
| 10 | +- Error when install [\#75](https://github.com/BANKEX/web3swift/issues/75) |
| 11 | + |
| 12 | +**Merged pull requests:** |
| 13 | + |
| 14 | +- update podspec and readme [\#82](https://github.com/BANKEX/web3swift/pull/82) ([shamatar](https://github.com/shamatar)) |
| 15 | + |
| 16 | +## [0.6.0](https://github.com/bankex/web3swift/tree/0.6.0) (2018-04-24) |
| 17 | +[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.6...0.6.0) |
| 18 | + |
| 19 | +**Closed issues:** |
| 20 | + |
| 21 | +- InValid Account Error [\#76](https://github.com/BANKEX/web3swift/issues/76) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- add example of ERC20 transfer in Example [\#81](https://github.com/BANKEX/web3swift/pull/81) ([shamatar](https://github.com/shamatar)) |
| 26 | +- include example of ERC20 token transfer [\#80](https://github.com/BANKEX/web3swift/pull/80) ([shamatar](https://github.com/shamatar)) |
| 27 | +- Allow BIP32 keystore init from seed directly Add convenience BIP32 keystore and KeystoreV3 serialization methods Test custom path derivation after saving Add new BIP39 languages [\#74](https://github.com/BANKEX/web3swift/pull/74) ([shamatar](https://github.com/shamatar)) |
| 28 | + |
| 29 | +## [0.5.6](https://github.com/bankex/web3swift/tree/0.5.6) (2018-04-20) |
| 30 | +[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.5...0.5.6) |
| 31 | + |
| 32 | +**Fixed bugs:** |
| 33 | + |
| 34 | +- Crash when generate keystore by mnemonics [\#62](https://github.com/BANKEX/web3swift/issues/62) |
| 35 | + |
| 36 | +**Closed issues:** |
| 37 | + |
| 38 | +- BIP39 Keystore not accessible from keystore parameter path [\#68](https://github.com/BANKEX/web3swift/issues/68) |
| 39 | + |
| 40 | +**Merged pull requests:** |
| 41 | + |
| 42 | +- convenience methods in web3.eth to send ETH using either raw BigUInt value in Wei, or parsing a decimal string of arbitrary units [\#72](https://github.com/BANKEX/web3swift/pull/72) ([shamatar](https://github.com/shamatar)) |
| 43 | +- improve BIP32 serialization to disk [\#71](https://github.com/BANKEX/web3swift/pull/71) ([shamatar](https://github.com/shamatar)) |
| 44 | +- Fix BIP32 keystore when used through Manager [\#70](https://github.com/BANKEX/web3swift/pull/70) ([shamatar](https://github.com/shamatar)) |
| 45 | +- add marshalling and unmarshalling signature as a part of Web3.Utils [\#69](https://github.com/BANKEX/web3swift/pull/69) ([shamatar](https://github.com/shamatar)) |
| 46 | +- Event parsing example from user case [\#67](https://github.com/BANKEX/web3swift/pull/67) ([shamatar](https://github.com/shamatar)) |
| 47 | + |
| 48 | +## [0.5.5](https://github.com/bankex/web3swift/tree/0.5.5) (2018-04-18) |
| 49 | +[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.4...0.5.5) |
| 50 | + |
| 51 | +**Closed issues:** |
| 52 | + |
| 53 | +- Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value [\#57](https://github.com/BANKEX/web3swift/issues/57) |
6 | 54 |
|
7 | 55 | **Merged pull requests:**
|
8 | 56 |
|
| 57 | +- Solidity bound ECRecover test and example [\#66](https://github.com/BANKEX/web3swift/pull/66) ([shamatar](https://github.com/shamatar)) |
| 58 | +- Fix BIP 32 derivation in release build \(with optimization\) [\#65](https://github.com/BANKEX/web3swift/pull/65) ([shamatar](https://github.com/shamatar)) |
9 | 59 | - Tests refactoring [\#61](https://github.com/BANKEX/web3swift/pull/61) ([skywinder](https://github.com/skywinder))
|
10 | 60 |
|
11 | 61 | ## [0.5.4](https://github.com/bankex/web3swift/tree/0.5.4) (2018-04-16)
|
|
18 | 68 | ## [0.5.3](https://github.com/bankex/web3swift/tree/0.5.3) (2018-04-16)
|
19 | 69 | [Full Changelog](https://github.com/bankex/web3swift/compare/0.5.2...0.5.3)
|
20 | 70 |
|
21 |
| -**Implemented enhancements:** |
22 |
| - |
23 |
| -- how to create Mnemonic account with five level derivation path like M/44'/60'/0'/0/1 [\#42](https://github.com/BANKEX/web3swift/issues/42) |
24 |
| - |
25 | 71 | **Merged pull requests:**
|
26 | 72 |
|
27 | 73 | - Wider range of parameter types as input to ABI encoder [\#59](https://github.com/BANKEX/web3swift/pull/59) ([shamatar](https://github.com/shamatar))
|
28 | 74 |
|
29 | 75 | ## [0.5.2](https://github.com/bankex/web3swift/tree/0.5.2) (2018-04-16)
|
30 | 76 | [Full Changelog](https://github.com/bankex/web3swift/compare/0.5.1...0.5.2)
|
31 | 77 |
|
| 78 | +**Implemented enhancements:** |
| 79 | + |
| 80 | +- Signing and unsigning. [\#52](https://github.com/BANKEX/web3swift/issues/52) |
| 81 | + |
32 | 82 | **Fixed bugs:**
|
33 | 83 |
|
34 | 84 | - Signing identical transaction results in different raw tx [\#53](https://github.com/BANKEX/web3swift/issues/53)
|
|
39 | 89 |
|
40 | 90 | - the method " web3.eth.getBlockByNumber\(\)" reseult fail? [\#54](https://github.com/BANKEX/web3swift/issues/54)
|
41 | 91 | - the method"web3Main?.eth.getBalance\(\)" result is not correct? [\#50](https://github.com/BANKEX/web3swift/issues/50)
|
42 |
| -- Trying to create archive with web3swift [\#15](https://github.com/BANKEX/web3swift/issues/15) |
43 | 92 | - Documentation, samples, comments [\#13](https://github.com/BANKEX/web3swift/issues/13)
|
44 |
| -- Signing and unsigning. [\#52](https://github.com/BANKEX/web3swift/issues/52) |
45 | 93 |
|
46 | 94 | **Merged pull requests:**
|
47 | 95 |
|
|
64 | 112 | **Implemented enhancements:**
|
65 | 113 |
|
66 | 114 | - Support returning structs from functions [\#33](https://github.com/BANKEX/web3swift/issues/33)
|
| 115 | +- Mnemonic account with five level derivation path like M/44'/60'/0'/0/1 [\#42](https://github.com/BANKEX/web3swift/issues/42) |
| 116 | + |
| 117 | +**Fixed bugs:** |
| 118 | + |
| 119 | +- Build error during archiving web3swift [\#15](https://github.com/BANKEX/web3swift/issues/15) |
67 | 120 |
|
68 | 121 | **Merged pull requests:**
|
69 | 122 |
|
|
0 commit comments