Socket
Socket
Sign inDemoInstall

ethjs-custom-signer

Package Overview
Dependencies
8
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ethjs-custom-signer

custome ethjs signer


Version published
Weekly downloads
8
increased by300%
Maintainers
1
Install size
353 kB
Created
Weekly downloads
 

Readme

Source

ethjs-custom-signer

Changelog:

v1.4.0: breaking changes

  • dropping support for old browsers

v1.3.0:

  • add getTransactionCount(address, block) option to override eth_getTransactionCount. Allow custom nonce management.
  • eth_sendTransaction now pushes transactions into a queue and sends them sequentially.

v1.2.0: breaking changes

  • overwrite eth_gasPrice not only for transactions
  • fix eth_sign callback(error, result) now follows the RPC Result specification Result: { id, jsonrpc, result }
  • fix personal_sign callback(error, result) now follows the RPC Result specification Result: { id, jsonrpc, result }

v1.1.1:

  • add gasPrice option to override eth_gasPrice estimation

v1.1.0: breaking changes

  • signMessage interface is now signMessage(address, data)
  • signPersonalMessage interface is now signPersonalMessage(address, data)

FAQs

Last updated on 12 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc