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

Adds revert instruction handling #3248

Merged
merged 25 commits into from
Dec 6, 2019
Merged

Adds revert instruction handling #3248

merged 25 commits into from
Dec 6, 2019

Commits on Nov 28, 2019

  1. Configuration menu
    Copy the full SHA
    30cf8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74843e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182783e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    854e579 View commit details
    Browse the repository at this point in the history
  5. web3-eth types updated

    nivida committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8dcc9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c246cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c2b6b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    523c811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b63fca3 View commit details
    Browse the repository at this point in the history
  3. handleRevert module option added to eth and eth-contract. Duplicated …

    …error removed in Method object
    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    04156ae View commit details
    Browse the repository at this point in the history
  4. Basic contract updated, handleRevert option handling fixed, and e2e.m…

    …ethod.send extended with severall revert test cases
    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    357b59e View commit details
    Browse the repository at this point in the history
  5. revert instruction test cases added to e2e.method.call and assertions…

    … in e2e.method.send improved
    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5f67c48 View commit details
    Browse the repository at this point in the history
  6. eth.handleRevert test added

    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    2561b81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62a8214 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e5f4c8 View commit details
    Browse the repository at this point in the history
  9. CHANGELOG.md updated

    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    842e2b8 View commit details
    Browse the repository at this point in the history
  10. Contract options extended to be able to configure singles contracts w…

    …ithout re-loading of the object methods
    nivida committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    9db572c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    ec5f803 View commit details
    Browse the repository at this point in the history
  2. 'eth_sendRawTransaction' does get ignored for the revert handling, in…

    …line comment updated, and passed parameters for _fireError in Method object updated
    nivida committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d76c6eb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/revert-reason-string' of github.com:ethereum/we…

    …b3.js into feature/revert-reason-string
    nivida committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    fbcde45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cce490a View commit details
    Browse the repository at this point in the history
  5. logic checked if the transaction does get signed locally on call of '…

    …eth.sendTransaction' and eth types tests updated
    nivida committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    eba77c2 View commit details
    Browse the repository at this point in the history
  6. contract options handling improved, contract test extended, and relat…

    …ed documentation updated
    nivida committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0623f2c View commit details
    Browse the repository at this point in the history
  7. web3-eth.rst updated

    nivida committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7fb7b0c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. hint about the 'reason' and 'signature' property of the returnd error…

    … object added to the documentation
    nivida committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    b0b7f3a View commit details
    Browse the repository at this point in the history