Skip to content

Releases: Boilertalk/Web3.swift

0.3.1

01 Sep 15:54
Compare
Choose a tag to compare

This version is a bug fix only release and contains the following fixes:

  • Fixed an error where the decoder crashed on some wrong inputs instead of throwing an error (#44, #45)
  • Make JSON-RPC error fields accessible (#47)
  • Add an overloaded method to deploy a contract using an array of ABIEncodable (#49)
  • Fixed an error with parsing contract ABI fallback functions (#48, #50)

0.3.0

24 Jun 14:04
Compare
Choose a tag to compare

This version contains the following changes:

  • Native static and dynamic Contract ABI parsing

  • Interaction with smart contracts, the easy way

  • Static ERC20 and ERC721 contract interfaces out of the box

  • Syntactic sugar for all PromiseKit extensions

  • Bug fixes...

0.2.1

12 Jun 00:26
Compare
Choose a tag to compare

This version contains the following change:

  • Fixed visibility of EthereumTransaction to public (was internal before)

0.2.0

11 Jun 22:23
Compare
Choose a tag to compare

This version contains the following changes:

  • Bug fix for enum equatables which led to crashes sometimes
  • Split EthereumTransaction and EthereumSignedTransaction
  • Improve API for Web3Response, conform to major standards (Result?, Error?)
  • Make hex string to bytes decoding less restrictive (allow odd number of digits, assume leading zero)

0.1.1

09 Jun 11:11
Compare
Choose a tag to compare

This version contains the following change:

  • Visibility fix for Web3.Eth properties

Initial Release

17 Apr 15:56
Compare
Choose a tag to compare

This release includes the following features:

  • Sign/verify transactions
  • Communicate with an Ethereum node like INFURA
  • Interact with Smart Contracts
  • One implementation for different platforms
  • Optional PromiseKit extensions