Implemented enhancements:
- Credentials: send "Authorization" header #267
Closed issues:
- Xcode 10.3 archive failed #266
- Xcode 11 regenerating password #228
- support Xocde 11 SPM for iOS #221
2.3.0 (2020-09-21)
Fixed bugs:
Closed issues:
- web3swift.Web3Error.processingError("Failed to fetch nonce") #272
- WebView: Dapp & Connect Wallet #264
- Create new contract method. #261
- Not able to Deploy smart contract #214
- unable to create archive file for testflight #161
Merged pull requests:
2.2.2 (2020-04-04)
Implemented enhancements:
Fixed bugs:
Closed issues:
- Event filters by Param not working #248
- KeysService() in Migration guide not found #240
- How to get seed phrase from private key? #236
- Sender Value nil #219
Merged pull requests:
- value as optional parameter #256 (skywinder)
- 2.2.2 #253 (BaldyAsh)
- #248 #250 (hakumai-iida)
- Baldyash/webview #249 (BaldyAsh)
- policy #247 (BaldyAsh)
- Fix dependencies, build #245 (BaldyAsh)
- chore: update ENS Registry migration #243 (aranhaagency)
- improtant notice update #232 (skywinder)
- Add Alice Wallet to project list #230 (lmcmz)
- Update Extensions.swift #225 (kocherovets)
- correct gasLimit #222 (luqz)
- Change BIP39 word list extension from array of strings to one string … #217 (husamettinor)
- Expose BIP39 words and separator #212 (dawiddr)
2.2.1 (2019-06-24)
Implemented enhancements:
- 2.2.0 #155
Closed issues:
- BigInt 3.1 #207
- recevied transaction id from geth node server but not able to see that transaction id at etherscan.io #200
- How do I fetch information such as balance, decimal,symbol and name of ERC20token ? #199
- Starscream 3.1.0 not compatible with Swift 5.0 #195
- How to Connect infuraWebsocket and subsribe perticular event in swift? #193
- Use of unresolved identifier 'Wallet' #192
- V in Signed Message Hash not being calculated properly #191
- Not possible to calculate fast, normal and cheap transaction fee ? #190
- SocketProvider does not receive messages #188
- Cannot build example in v2.1.6 #177
- EIP67Code missing in web3swift 2.1.6 #176
- 'internal' protection level on Web3Error description property #172
- ENS initializer is inaccessible due to
internal
protection level #171 - Archive on Xcode 10.2 #166
- carthage not support on Xcode 10.2 #138
Merged pull requests:
- 2.2.1 #210 (BaldyAsh)
- infura v3 complete update #209 (BaldyAsh)
- merge Master -> develop #205 (skywinder)
- update documentation, prettify doc style #204 (skywinder)
- V handle fix #201 (BaldyAsh)
- Update ENSBaseRegistrar.swift #198 (barrasso)
- Websockets improvements and fixes #189 (BaldyAsh)
- Update ETHRegistrarController.swift #187 (barrasso)
- Update ETHRegistrarController.swift #183 (barrasso)
- Fix typo in Usage #182 (sweepty)
- Expose errorDescription. #181 (andresousa)
- Update ENS Resolver #180 (barrasso)
2.2.0 (2019-04-30)
Closed issues:
- Failed to fetch gas estimate #178
Merged pull requests:
2.1.6 (2019-04-26)
Merged pull requests:
2.1.5 (2019-04-24)
Merged pull requests:
2.1.4 (2019-04-24)
Fixed bugs:
- Cannot load module 'Web3swift' as 'web3swift #133
Closed issues:
- How to convert 21000 BigUInt estimated gas price into Wei ? #163
- ENS Permanent Registrar Support #159
- web3swift 2.1.3 #154
- Sending ETH always results in zero value #149
- WebSockets subscriptions #145
- 依赖该库生成framework,真机情况下会出现问题 #143
- Building fails with compilation errors #140
Merged pull requests:
- Fix travis #169 (BaldyAsh)
- Fix warnings #168 (BaldyAsh)
- Added reverse registrar #165 (BaldyAsh)
- WIP: ENS BaseRegistrar and RegistrarController support #162 (BaldyAsh)
- Updated example to 2.1.3 #158 (BaldyAsh)
2.1.3 (2019-04-06)
Implemented enhancements:
Closed issues:
- Use custom JSONRPCmethod and Units #148
- ERC20 some functions are not working #146
- fix
pod install
absolute paths #97 - Installing issue by pod #76
Merged pull requests:
2.1.2 (2019-03-30)
Merged pull requests:
2.1.1 (2019-03-26)
Implemented enhancements:
- Support ST-20 #103
Closed issues:
- Expected to decode Array<Any> but found a dictionary instead. #128
- Decoding Input/Output data #127
- nodeError("replacement transaction underpriced") #42
Merged pull requests:
- Fix/podspec #135 (BaldyAsh)
- let some functions public for customization #132 (scottphc)
- WIP: ST-20 and Security Token support #130 (BaldyAsh)
- Fix/remove deprecated #120 (BaldyAsh)
2.1.0 (2019-03-06)
Implemented enhancements:
- Support ERC-888 #102
- Support SRC-20 #101
- Support S3 #99
- Support ERC-1400 #98
- ERC-165 support #82
- ERC-777 support #81
- How do I add an account to a node #78
- Support Web3View functionality #30
Closed issues:
- eth_estimateGas is not supplied the gasPrice parameter #118
- Carthage support missing. #115
- [Utility] Contract event listener #112
- Support ERC-1644 #111
- Support ERC-1643 #110
- Support ERC-1594 #109
- Support ERC-1410 #108
- Support ERC-820 #107
- Error: Failed to fetch gas estimate on intermediate call #106
- Can't use ENS in 2.0 #92
- Can't use EIP681 parser #91
- enhancement - end to end newbie instructions to deploy erc20 token locally / initialize wallets - then successfully transfer it in app #89
- Can you support objective-c #88
- SolidityType has no member 'allSatisfy'? #87
- How to encode data for appending constructor to bytecode for deploying contract? #86
- web3swift.Web3Error error 4 for get balance #77
- How to signed Transaction ? get raw #62
- how to get token using Signing Transaction #58
- Can the signtypedMessage function be added #45
- How to get Keystore by PrivateKeyData ? #19
- encoding name(ens) for sending register contract #15
Merged pull requests:
- 2.1.0 #124 (BaldyAsh)
- Fix/remove deprecated #123 (BaldyAsh)
- fixed estimate gas problem #119 (BaldyAsh)
- Added Deed and Registrar ABI to Web3+Utils #114 (barrasso)
- Fixed EIP681 and EIP67, added and improved a lot of ERCs #113 (BaldyAsh)
- Documentation #105 (BaldyAsh)
- recent changes #104 (BaldyAsh)
- Migration to 2.0 #96 (BaldyAsh)
- Master to develop for 2.0.2 #94 (shamatar)
- Feature/readme improvement #85 (BaldyAsh)
- Get recent develop changes #80 (BaldyAsh)
2.0.4 (2018-11-20)
Merged pull requests:
- introduce a fix for invalid value in gas estimation, call and send transactions #95 (shamatar)
- 2.0.2 #93 (shamatar)
2.0.3 (2018-11-20)
2.0.2 (2018-11-06)
Merged pull requests:
2.0.1 (2018-11-05)
Closed issues:
- ENS Functionality #56
Merged pull requests:
2.0.0 (2018-10-30)
Implemented enhancements:
- Carthage support #44
- How to get pending transactions by this framework #36
- ENS for wallets #12
- Recover passphrase from BIP32 store #5
- ERC20 API Support #41
Closed issues:
- failed to send transaction due to known transaction #65
- List of all transactions related to account (private key) #57
- Make A README & doc #46
- 'BigUInt' is ambiguous for type lookup in this conte #43
- Migration to web3 format (create account) #40
- Interface ideas are welcome for v2.0 #3
Merged pull requests:
1.5.1 (2018-10-22)
Merged pull requests:
1.5 (2018-10-18)
Implemented enhancements:
- Can you add support for ERC-721 tokens #7
Closed issues:
- Creating a new wallet is too slow #63
- need to update for Xcode10 #49
- Web3.Utils.formatToEthereumUnits #48
Merged pull requests:
- Add TxPool and ERC721 native class #68 (shamatar)
- Feature/erc721 #67 (BaldyAsh)
- Feature/adding logo #66 (BaldyAsh)
- adds txpool function and its local node test #64 (currybab)
- License got reverted somewhere after PRs #60 (shamatar)
1.1.10 (2018-10-04)
Merged pull requests:
- Preliminary ENS support, start module splitting #59 (shamatar)
- Feature/readme improvement #55 (BaldyAsh)
- Feature/support obj c #54 (BaldyAsh)
- Feature/ENSsupport #53 (FesenkoG)
- Add Travis configuration #52 (skywinder)
- Added ERC-20 token for testing web3swift lib #50 (BaldyAsh)
1.1.9 (2018-09-18)
Fixed bugs:
- eth.getAccounts() function returns an empty address Array #24
- EIP681 bug fixes, accessibility in Function changed #35 (FesenkoG)
Closed issues:
- the version 1.1.6 couldn't from password and keystore to get the privateKey #32
- Need implementation of EIP-681 parsing #25
Merged pull requests:
- Update for XCode 10 #39 (shamatar)
- Basic ENS support added, EIP681 parsing supports ENS from now. #38 (FesenkoG)
1.1.7 (2018-09-13)
Fixed bugs:
- Thread blocked #16
Closed issues:
- How to create same address and keystore by mnemonics? #22
Merged pull requests:
- Fix ethereum address parsing, add readme #34 (shamatar)
- complete EIP681, fix the most stupid Ethereum address parsing #33 (shamatar)
- Add examples to readme, prettify formatting #31 (skywinder)
- continue eip681 work #27 (shamatar)
- Implement EIP681 parser (untested) #26 (shamatar)
- Change access control of function fromRaw in struct EthereumTransaction #11 (Plazmathron)
1.1.6 (2018-09-04)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator