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.
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.