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

Feature/trace callmany #3468

Merged
merged 38 commits into from
Mar 7, 2022
Merged

Commits on Feb 21, 2022

  1. failing tests

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    0440c0a View commit details
    Browse the repository at this point in the history
  2. delete accidentally commited zip file

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    39d1034 View commit details
    Browse the repository at this point in the history
  3. work in progress

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    95c17f0 View commit details
    Browse the repository at this point in the history
  4. wip jackson tuple parsing

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b00a61c View commit details
    Browse the repository at this point in the history
  5. wip jackson tuple parsing

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ae04667 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. unit test + working code

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f99f340 View commit details
    Browse the repository at this point in the history
  2. unit test working

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    375a107 View commit details
    Browse the repository at this point in the history
  3. merge master + spotless

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ae4080c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7775a12 View commit details
    Browse the repository at this point in the history
  5. test except for state diff tests working

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4f39fb1 View commit details
    Browse the repository at this point in the history
  6. add empty array test

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    e6e9290 View commit details
    Browse the repository at this point in the history
  7. merged

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d4fe6d7 View commit details
    Browse the repository at this point in the history
  8. merged again

    pinges committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5ee32bf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. make the tests work by filtering expected and actual response

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    2a87aa2 View commit details
    Browse the repository at this point in the history
  2. handle invalid call

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    66cc9d9 View commit details
    Browse the repository at this point in the history
  3. make exception class static

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5592148 View commit details
    Browse the repository at this point in the history
  4. better variable naming/comment

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    1270ef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ff7bc5 View commit details
    Browse the repository at this point in the history
  6. remove stray warning suppression

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c9bcc7a View commit details
    Browse the repository at this point in the history
  7. add spdx header

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5c9bda1 View commit details
    Browse the repository at this point in the history
  8. fix unit test

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f5337e0 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/trace-callmany' of github.com:pinges/besu into …

    …feature/trace-callmany
    pinges committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c6fddeb View commit details
    Browse the repository at this point in the history
  10. more logging/error handling

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7ee27a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. some minor fixes

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    accfaa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    104048f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc2272a View commit details
    Browse the repository at this point in the history
  4. make the merge work

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    6b169e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. more error logging

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    3301ff1 View commit details
    Browse the repository at this point in the history
  2. code review comments bundle

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    c4f0086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c70328e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. fix typo

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    79b21f2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/trace-callmany' of github.com:pinges/besu into …

    …feature/trace-callmany
    
    merge remote
    frankisawesome committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    5563054 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc8475 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. fix code smells

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c29d29c View commit details
    Browse the repository at this point in the history
  2. fix conflict

    Signed-off-by: Frank Li <b439988l@gmail.com>
    frankisawesome committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    037a252 View commit details
    Browse the repository at this point in the history
  3. changes after review

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    8740704 View commit details
    Browse the repository at this point in the history
  4. changes after review

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    5cac849 View commit details
    Browse the repository at this point in the history
  5. fix complile error

    Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
    pinges committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    abff1d6 View commit details
    Browse the repository at this point in the history