Web3.swift Versions Save

A pure swift Ethereum Web3 library

0.8.7

2 months ago

What's Changed

Full Changelog: https://github.com/Boilertalk/Web3.swift/compare/0.8.6...0.8.7

0.8.6

2 months ago

What's Changed

Full Changelog: https://github.com/Boilertalk/Web3.swift/compare/0.8.5...0.8.6

0.8.5

2 months ago

What's Changed

Full Changelog: https://github.com/Boilertalk/Web3.swift/compare/0.8.4...0.8.5

0.8.4

9 months ago
  • Commit history tag

0.8.3

1 year ago
  • Fix a retain cycle with Websocket and Websocket provider

0.8.2

1 year ago
  • Fixes a bug where a strong retain cycle between DynamicContract and SolidityFunction prevented the ARC from cleaning up instances.

0.8.1

1 year ago
  • 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

1 year ago
  • Fix eth_sendRawTransaction for EIP1559 transactions
  • Add EIP1559 transactions to smart contract calls
  • Fix README

0.7.4

1 year ago
  • Add getLogs RPC method on eth namespace

0.7.3

1 year ago
  • Fixed an issue where the WebSocket provider went into a pseudo deadlock state and took 4-5 seconds to process one request when used in highly concurrent applications (~100-200 req or more at the same time).