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
Util: remove ecsign method (instead directly use secp256k1.sign from external ethereum-cryptography package (ethereumjs#3948)
* util/monorepo: remove ecsign (use secp256k1.sign directly from ethereum-cryptography external package)
* client: read wasm from util
* tx: update auth sign to read from common crypto
* devp2p: convert deprecated ecsign to secp256k1.sign
* update customCrypto.ecsign return type
* fix wasmCrypto test
* switch v to number
* Revert "switch v to number"
This reverts commit 99859e5.
* remove old comment
* dedupe ecdsaSign
* fix test
* remove compat version of ecdsaRecover
* tx: remove TODO
* block/clique: ensure customCrypto and left padding is adhered
---------
Co-authored-by: acolytec3 <[email protected]>
Co-authored-by: Holger Drewes <[email protected]>
0 commit comments