Releases: Boilertalk/Web3.swift
Releases · Boilertalk/Web3.swift
0.8.8
What's Changed
- Add recovery functions to EthereumSignedTransaction by @Florian-S-A-W in #173
Full Changelog: 0.8.7...0.8.8
0.8.7
What's Changed
- Add function to init signed Tx from raw tx hash and tests by @Florian-S-A-W in #172
Full Changelog: 0.8.6...0.8.7
0.8.6
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
0.8.4
- Commit history tag
0.8.3
- Fix a retain cycle with Websocket and Websocket provider
0.8.2
- Fixes a bug where a strong retain cycle between
DynamicContract
andSolidityFunction
prevented the ARC from cleaning up instances.
0.8.1
- 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
- Fix
eth_sendRawTransaction
for EIP1559 transactions - Add EIP1559 transactions to smart contract calls
- Fix README
0.7.4
- Add
getLogs
RPC method oneth
namespace