This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
Releases: BANKEX/web3swift
Releases · BANKEX/web3swift
Fixed wallet generation
1.1.9 Merge remote-tracking branch 'refs/remotes/origin/master'
Optimized wallet creation. Updated pods
1.1.8 Fixed missing pod Result #238
Quick fix for swift package manager
Merge pull request #229 from v57/master 1.1.7 update
We are back! Added Swift 4.2 Xcode 10, Swift Package Manager and Carthage support!
Added Swift 4.2, Xcode 10 support
Added Swift Package Manager and Carthage support
Added some cosmetics to the code
Removed json file from tests
Changed access control of function fromRaw in struct EthereumTransaction
No libsodium
Remove libsodium that was used mainly for scrypt password derivation function
Fix batching concurrency
Batching has used a wrong dispatch queue on adding an element to the batch, should resolve a #193
Documentation
Finally some documentation for you guys
Gas limit fix
- Fix assignment of user provided gas limit
Out of beta
1.0.0 release!
- Get rid of synchronous calls under the hood
- All previous synchronous API calls are bridged to async internal calls
- Remove Alamofire from depencencies
- Huge code cleanup
- Added block explorer public API provided by BANKEX Scan
Promise all
Switch to PromiseKit for asynchronous functions
Implement few user requested features
Gas estimation is now optimistic by default, if no options provided, than use an estimate as the best guess
Event parsing now joins event logs and transaction receipts if requested