Skip to content

Releases: Boilertalk/Web3.swift

0.8.8

02 May 17:02
0.8.8
b85187d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.7...0.8.8

0.8.7

06 Mar 17:26
0.8.7
9c362d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.6...0.8.7

0.8.6

20 Feb 17:54
0.8.6
1aaf220
Compare
Choose a tag to compare

What's Changed

  • fix: ethereum public key constructor from message and signature by @koraykoska in #171

Full Changelog: 0.8.5...0.8.6

0.8.5

19 Feb 20:16
0.8.5
6b67d7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.4...0.8.5

0.8.4

01 Aug 16:47
808d6c7
Compare
Choose a tag to compare
  • Commit history tag

0.8.3

24 Mar 19:10
4647a88
Compare
Choose a tag to compare
  • Fix a retain cycle with Websocket and Websocket provider

0.8.2

24 Mar 17:42
ea0225a
Compare
Choose a tag to compare
  • Fixes a bug where a strong retain cycle between DynamicContract and SolidityFunction prevented the ARC from cleaning up instances.

0.8.1

19 Feb 17:16
3c9b29a
Compare
Choose a tag to compare
  • Fixes a bug where a crash occurred if many WebSocket handlers were initialized during the runtime of the app. This is done by explicitly cleaning up (freeing) the swift-nio multi threaded event loop group.

0.8.0

17 Nov 14:38
1fa4b47
Compare
Choose a tag to compare
  • Fix eth_sendRawTransaction for EIP1559 transactions
  • Add EIP1559 transactions to smart contract calls
  • Fix README

0.7.4

02 Nov 20:06
58da054
Compare
Choose a tag to compare
  • Add getLogs RPC method on eth namespace