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

Fixes to TypeScript definitions #1131

Merged
merged 11 commits into from
Oct 24, 2017
Merged

Fixes to TypeScript definitions #1131

merged 11 commits into from
Oct 24, 2017

Commits on Oct 15, 2017

  1. removed privateKey from web3.eth.signTransaction and web3.eth.account…

    …s.signTransaction documentation
    Nicholas Addison committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    6ba821f View commit details
    Browse the repository at this point in the history
  2. removed privateKey from web3.eth.signTransaction and web3.eth.account…

    …s.signTransaction documentation
    Nicholas Addison committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    4ce9e6d View commit details
    Browse the repository at this point in the history
  3. added vscode to gitignore and minor doco change

    Nicholas Addison committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    21ddda0 View commit details
    Browse the repository at this point in the history
  4. Added test to show privateKey can not be passed to accounts.signTrans…

    …action
    Nicholas Addison committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    8a266a5 View commit details
    Browse the repository at this point in the history
  5. minor doco change

    Nicholas Addison committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    f8b5eae View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Merge branch '1.0' into 1.0

    frozeman authored Oct 19, 2017
    Configuration menu
    Copy the full SHA
    8a1393f View commit details
    Browse the repository at this point in the history
  2. removed passing of private key

    Nicholas Addison committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    3752fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    575d098 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Merge commit '037b116bd2c034073816ccf7d6d69d4b41524879' into 1.0

    Nicholas Addison authored and Nicholas Addison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    003c254 View commit details
    Browse the repository at this point in the history
  2. Added Eth.signTransaction function

    renamed accounts.privateToAccount to accounts.privateKeyToAccount
    Added missing Contract.options
    Added status to TransactionReceipt
    Nicholas Addison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    6305866 View commit details
    Browse the repository at this point in the history
  3. reversing changes so my forked 1.0 branch is in sync with the upstrea…

    …m 1.0 branch
    Nicholas Addison authored and Nicholas Addison committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    3daf969 View commit details
    Browse the repository at this point in the history