eth_sig_util_plus 0.0.10
eth_sig_util_plus: ^0.0.10 copied to clipboard
Ethereum signature utility porting from JS, plus maintained by org.
0.0.10 #
- Allows
pointycastlev4.
0.0.9 #
- Fix mistake of unused param
0.0.8 #
- Remove chain id params, expose private key in bytes along with hex string, separate recover personal signature
0.0.7 #
- Fix findTypeDependencies
0.0.6 #
- Add missing salt field in EIP712Domain object
0.0.5 #
- Fix encode personal message
0.0.4 #
- Expose and support sign message, sign personal message, recover address
0.0.3 #
- Resolve some old parts that no longer work
0.0.2 #
- Fix parse bytes32 type and check hex type for string
0.0.1 #
- Initiate lib, support sign typed data EIP712
- Export all needed function around typed data