1.4.1 • Published 5 years ago
ethjs-custom-signer v1.4.1
ethjs-custom-signer
Changelog:
v1.4.0: breaking changes
- dropping support for old browsers
v1.3.0:
- add
getTransactionCount(address, block)option to overrideeth_getTransactionCount. Allow custom nonce management. eth_sendTransactionnow pushes transactions into a queue and sends them sequentially.
v1.2.0: breaking changes
- overwrite
eth_gasPricenot only for transactions - fix
eth_signcallback(error, result) now follows the RPC Result specificationResult: { id, jsonrpc, result } - fix
personal_signcallback(error, result) now follows the RPC Result specificationResult: { id, jsonrpc, result }
v1.1.1:
- add
gasPriceoption to overrideeth_gasPriceestimation
v1.1.0: breaking changes
- signMessage interface is now signMessage(address, data)
- signPersonalMessage interface is now signPersonalMessage(address, data)