Skywinder Web3swift Versions Save

Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.

2.6.3

2 years ago

What's Changed

Full Changelog: https://github.com/skywinder/web3swift/compare/2.6.2...2.6.3

2.6.2

2 years ago

What's Changed

  • Fix #540 by freezing CryptoSwift dependency to last working version (1.4.3) by @yaroslavyaroslav

Full Changelog: https://github.com/skywinder/web3swift/compare/2.6.1...2.6.2

2.6.1

2 years ago

What's Changed

Full Changelog: https://github.com/skywinder/web3swift/compare/2.6.0...2.6.1

2.6.0

2 years ago

Features

  • Add full EIP-1559 transaction support see
  • Add gas prediction support see

What's Changed

Full Changelog: https://github.com/skywinder/web3swift/compare/2.5.1...2.6.0

2.5.1

2 years ago

Patch includes following changes

  • Drop Carthage cache files by yaroslavyaroslav
  • Drop examples cocoapods cache files by yaroslavyaroslav
  • Improve ci/cd pipeline by adding localTests job by yaroslavyaroslav
  • Rename tests in swift style name convention (CamelCase) by yaroslavyaroslav
  • Enable run ganache util in ci/cd pipeline (required for local tests) by yaroslavyaroslav
  • Clear lib warnings on build #437 by Valter4578 & mliot
  • Change UINT64_MAX to UInt64.max by mloit
  • Update CHANGELOG.md by ZeroCode999
  • Fix tokenURI method name for ERC721 and ERC721x tokens #419 by Sarquella
  • Provide basic tolerance to EIP-1559 data by mloit
  • Fix for buffer overflow in [Data|SECP256K1].randomBytes() #470 by mloit
  • Arbitrary clean project code by mloit
  • Fix github actions config issue that occasionally cancels running jobs by yaroslavyaroslav
  • mini-rollup of several issues by mloit

2.5.0

2 years ago
  • Fixed Cocoapods building.
  • Fixed Carthage building.
  • Fixed Swift Package Manager building.
  • Added github-actions pipeline.

2.2.1

4 years ago
  • Updated Infura endpoints
  • Updated BigInt to 4.0
  • New ENS resolver ABI
  • New ENS resolver interfaceImplementer function
  • Exposed errorDescription
  • Signature fix
  • Bugfix

2.2.0

5 years ago
  • Removed pods
  • Complete carthage support
  • Removed old examples

2.1.6

5 years ago

Made most of ENS namespace classes props and methods public

2.1.5

5 years ago
  • Updated ENS support
  • Fixed Travis build
  • Removed EthereumABI, EthereumAddress, SwiftRLP pods
  • Updated pods
  • Warnings fixed