Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Releases: BANKEX/web3swift

Fixed wallet generation

22 Oct 18:16
@v57 v57
Compare
Choose a tag to compare
1.1.9

Merge remote-tracking branch 'refs/remotes/origin/master'

Optimized wallet creation. Updated pods

16 Oct 21:41
@v57 v57
Compare
Choose a tag to compare
1.1.8

Fixed missing pod Result #238

Quick fix for swift package manager

04 Oct 17:28
@v57 v57
22398e2
Compare
Choose a tag to compare
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!

03 Oct 11:21
@v57 v57
162bc40
Compare
Choose a tag to compare

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

10 Aug 18:03
6880d0a
Compare
Choose a tag to compare

Remove libsodium that was used mainly for scrypt password derivation function

Fix batching concurrency

30 Jul 08:35
99d4dfb
Compare
Choose a tag to compare

Batching has used a wrong dispatch queue on adding an element to the batch, should resolve a #193

Documentation

27 Jul 13:37
967ea8c
Compare
Choose a tag to compare

Finally some documentation for you guys

Gas limit fix

12 Jul 09:31
4e55b79
Compare
Choose a tag to compare
  • Fix assignment of user provided gas limit

Out of beta

04 Jul 09:24
d1a32bc
Compare
Choose a tag to compare

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

18 Jun 19:23
984cf79
Compare
Choose a tag to compare

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