You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This replaces the use of the `sign` function in `ethereumjs-tx` with the
`ecsign` function from the `ethereumjs-util` package as requested in
We currently chose not to use EIP155 when generating the signatures. To
add this, we would need to know the chain ID for the Ethereum chain we are
signing the transaction. Activating EIP155 would make the generated
signatures replay-resistant on other Ethereum blockchains.
0 commit comments