AlphaWallet / Web3E

Web3E Ethereum for Embedded devices running Arduino framework
MIT License
143 stars 45 forks source link

support for eip-155 #16

Closed tomasz90 closed 1 year ago

tomasz90 commented 1 year ago

Hi, as I see there is missing EIP-155 in repo - since it is really important upgrade, I changed some functions signatures and add additional param uint32_t chainId. I know that this is breaking previous versions, but it is up to you to add old functions or not.

Additionally I added function SignTransaction which is producing raw transaction string that can be broadcasted. For me it is useful, I bet for many others too.

tomasz90 commented 1 year ago

Closing this, since I found better solution.