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
Specifically it didn't allow a zero address when deploying a contract. Even with the fix micro-eth-signer, it doesn't support sending a transaction to the null address without data. As this is likely a user error we should throw in that situation.
TODO
Update to the fixed version of micro-eth-signer
Add tests to cover previous bug
Add a guard and tests to cover the case where the transaction address is null without data
The text was updated successfully, but these errors were encountered:
There was an issue with
micro-eth-signer
that has been fixed here: https://github.com/paulmillr/micro-eth-signer/releases/tag/0.12.2Specifically it didn't allow a zero address when deploying a contract. Even with the fix
micro-eth-signer
, it doesn't support sending a transaction to the null address without data. As this is likely a user error we should throw in that situation.TODO
micro-eth-signer
The text was updated successfully, but these errors were encountered: