Skip to content

Releases: argentlabs/web3.swift

1.0.0

12 May 15:47
Compare
Choose a tag to compare

🌱 New:

  • Some leftover async/await APIs are now public (#203)

⚠️ Changes:

  • Changed logic around 'executionError' to be in line with latest nodes behaviour (#120)

🐛 Fixes:

  • removed property for EthereumLog is now optional, as sometimes not present in response (#198)

New Contributors

Full Changelog: 0.9.3...1.0.0

0.9.3

17 Mar 15:30
Compare
Choose a tag to compare

🌱 New:

  • Private key encryption and decryption API on Account #184 @daltonclaybrook
  • Minor changes to EthereumTransaction and ABIFunction API to allow to initialize value

0.9.2

14 Feb 10:14
769762f
Compare
Choose a tag to compare

🌱 New:

  • Async/await APIs #178 @dnKaratzas
  • API to import wallet #173 @dnKaratzas

🐛 Fixes:

  • Fixed decoding of negative integers #179
  • Fixed signing under Linux #180 @rkreutz

0.9.1

07 Feb 18:53
7362feb
Compare
Choose a tag to compare

🐛 Bug fixes:

  • Fix importing web3.swift in projects using CryptoSwift #177

0.9.0

03 Feb 08:42
Compare
Choose a tag to compare

🌱 New:

0.8.2

10 Jan 13:27
Compare
Choose a tag to compare

🌱 New:

  • Address for Multicall contract in Rinkeby #155
  • Added recoverKey to KeyUtil #159 (Thanks @Clee681)

⚠️ Changes:

  • Allow to use custom EthereumAccount #158 (Thanks @thantthet)
  • ExecutionError now provides the description of the error found #164

🐛 Bug fixes:

  • Fixed podspec to allow importing using React Native #161 (Thanks @michaellee8)

0.8.1

15 Jul 08:05
Compare
Choose a tag to compare

⚠️ Changes:

  • Public initializers for TypedData #148

0.8.0

11 Jun 10:51
b411430
Compare
Choose a tag to compare

🌱 New

  • Added support for decoding tuples (#139)
  • Added ERC721 'transferEventsFrom'

🐛 Fixes

0.7.2

22 Apr 09:41
Compare
Choose a tag to compare

🌱 New

  • Added ERC20 ABI transfer call methods

⚠️ Changes

  • Minor API change: Using EthereumAddress instead of String in a couple of event calls

0.7.1

08 Mar 14:14
Compare
Choose a tag to compare

🐛 Bug fixes:

  • Encoding tuple of non-dynamic tuples (see #132)