Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accounts/abi/bind: allow to specify signer on transactOpts #21356

Merged
merged 8 commits into from
Dec 8, 2020

Commits on Dec 4, 2020

  1. internal/ethapi: add optional parameter blockNrOrHash to estimateGas (e…

    …thereum#21545)
    
    This allows users to estimate gas on top of arbitrary blocks as well as pending and latest.
    Tracing on pending is useful for most users as it takes into account the current txpool while
    tracing on latest might be useful for users that have little to know knowledge of the current
    transactions in the network.
    
    If blockNrOrHash is not specified, estimateGas defaults to pending
    MariusVanDerWijden committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7a68ffd View commit details
    Browse the repository at this point in the history
  2. accounts/abi/bind: allow to specify signer on transactOpts

    This commit enables users to specify which signer they want to use while creating their transactOpts.
    Previously all contract interactions used the homestead signer. Now a user can specify whether they
    want to sign with homestead or EIP155 and specify the chainID which adds another layer of security.
    MariusVanDerWijden committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7726cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90744e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5241a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b29c7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc7fbb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61c432 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    f68040b View commit details
    Browse the repository at this point in the history