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 BatchRequest for locally signed transactions #2796

Merged
merged 26 commits into from
May 28, 2019
Merged

Fixes BatchRequest for locally signed transactions #2796

merged 26 commits into from
May 28, 2019

Commits on May 8, 2019

  1. POC nonce handling

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    8d90549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0b7cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5508e73 View commit details
    Browse the repository at this point in the history
  4. confirmation listener in EthSendTransactionMethod moved

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    07c1985 View commit details
    Browse the repository at this point in the history
  5. POC BatchRequest refactoring

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    fbcf6bd View commit details
    Browse the repository at this point in the history
  6. toPayload updated in BatchRequest class

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    09921db View commit details
    Browse the repository at this point in the history
  7. copy paste fail fixed in BatchRequest

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    a9828fe View commit details
    Browse the repository at this point in the history
  8. code style improvements

    Samuel Furter committed May 8, 2019
    Configuration menu
    Copy the full SHA
    c7991fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c28cdc3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Merge branch '1.0' into issue/2708

    Samuel Furter committed May 13, 2019
    Configuration menu
    Copy the full SHA
    28c4b7b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. tests with the transaction observer stopped and simonly the local sig…

    …ning for transactions implemented.
    Samuel Furter committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d02cf75 View commit details
    Browse the repository at this point in the history
  2. execute method in BatchRequest class improved

    Samuel Furter committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c6cf0c6 View commit details
    Browse the repository at this point in the history
  3. batch request tested, jest updated, and EthSendTransactionMethodTest …

    …updated
    Samuel Furter committed May 14, 2019
    Configuration menu
    Copy the full SHA
    30e610e View commit details
    Browse the repository at this point in the history
  4. BatchRequestTest updated

    Samuel Furter committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e828f23 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    e12cd24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b8b91 View commit details
    Browse the repository at this point in the history
  3. BatchRequest tested and fixed

    Samuel Furter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    3527d3a View commit details
    Browse the repository at this point in the history
  4. error handling of the BatchRequest class improved the correspondendin…

    …g method and the error will now returned with the correct array index
    Samuel Furter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    14ca6b2 View commit details
    Browse the repository at this point in the history
  5. BatchRequest improved and console log removed

    Samuel Furter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    3cd5592 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    e8fb974 View commit details
    Browse the repository at this point in the history
  2. types updated for BatchRequest

    Samuel Furter committed May 28, 2019
    Configuration menu
    Copy the full SHA
    85b0cbc View commit details
    Browse the repository at this point in the history
  3. BatchRequestTest updated, BatchRequest responses improved and types u…

    …pdated
    Samuel Furter committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ef93149 View commit details
    Browse the repository at this point in the history
  4. nonce conversion to hex added

    Samuel Furter committed May 28, 2019
    Configuration menu
    Copy the full SHA
    74aa25f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c219d87 View commit details
    Browse the repository at this point in the history
  6. linter executed

    Samuel Furter committed May 28, 2019
    Configuration menu
    Copy the full SHA
    827e174 View commit details
    Browse the repository at this point in the history
  7. batch-request-test.ts updated

    Samuel Furter committed May 28, 2019
    Configuration menu
    Copy the full SHA
    cc5ec6d View commit details
    Browse the repository at this point in the history