Skip to content

Commit 0622f30

Browse files
committed
update changelog
1 parent 286f216 commit 0622f30

File tree

1 file changed

+60
-7
lines changed

1 file changed

+60
-7
lines changed

CHANGELOG.md

Lines changed: 60 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,60 @@
22

33
## [Unreleased](https://github.com/bankex/web3swift/tree/HEAD)
44

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)
654

755
**Merged pull requests:**
856

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))
959
- Tests refactoring [\#61](https://github.com/BANKEX/web3swift/pull/61) ([skywinder](https://github.com/skywinder))
1060

1161
## [0.5.4](https://github.com/bankex/web3swift/tree/0.5.4) (2018-04-16)
@@ -18,17 +68,17 @@
1868
## [0.5.3](https://github.com/bankex/web3swift/tree/0.5.3) (2018-04-16)
1969
[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.2...0.5.3)
2070

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-
2571
**Merged pull requests:**
2672

2773
- Wider range of parameter types as input to ABI encoder [\#59](https://github.com/BANKEX/web3swift/pull/59) ([shamatar](https://github.com/shamatar))
2874

2975
## [0.5.2](https://github.com/bankex/web3swift/tree/0.5.2) (2018-04-16)
3076
[Full Changelog](https://github.com/bankex/web3swift/compare/0.5.1...0.5.2)
3177

78+
**Implemented enhancements:**
79+
80+
- Signing and unsigning. [\#52](https://github.com/BANKEX/web3swift/issues/52)
81+
3282
**Fixed bugs:**
3383

3484
- Signing identical transaction results in different raw tx [\#53](https://github.com/BANKEX/web3swift/issues/53)
@@ -39,9 +89,7 @@
3989

4090
- the method " web3.eth.getBlockByNumber\(\)" reseult fail? [\#54](https://github.com/BANKEX/web3swift/issues/54)
4191
- 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)
4392
- Documentation, samples, comments [\#13](https://github.com/BANKEX/web3swift/issues/13)
44-
- Signing and unsigning. [\#52](https://github.com/BANKEX/web3swift/issues/52)
4593

4694
**Merged pull requests:**
4795

@@ -64,6 +112,11 @@
64112
**Implemented enhancements:**
65113

66114
- 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)
67120

68121
**Merged pull requests:**
69122

0 commit comments

Comments
 (0)