Boilertalk / Web3.swift

A pure swift Ethereum Web3 library
MIT License
636 stars 187 forks source link

Fix/signed tx rlp init #170

Closed Florian-S-A-W closed 6 months ago

Florian-S-A-W commented 6 months ago

Fixes https://github.com/Boilertalk/Web3.swift/issues/165 An else was missing and initialising a SignedTransaction from an RLPItem always failed. Also added minimal tests for the three cases handled (legacy, eip1559, invalid).

Florian-S-A-W commented 6 months ago

@koraykoska