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

test(evm): backend tests using real transactions #2042

Closed
wants to merge 44 commits into from

Commits on Sep 9, 2024

  1. wip!: checkpoint

    Unique-Divine committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0868ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97da983 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    Unique-Divine committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bb6cb20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    563c253 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. pending chekcpoint

    Unique-Divine committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    94519d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    0b4b39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1390371 View commit details
    Browse the repository at this point in the history
  3. chore: changelog

    Unique-Divine committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f92de5e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    121287d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a580362 View commit details
    Browse the repository at this point in the history
  3. wip!: save

    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1df1e9d View commit details
    Browse the repository at this point in the history
  4. chore: stopping point

    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2f8b1e4 View commit details
    Browse the repository at this point in the history
  5. chore: linter

    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    255305b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b971a9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bcf6a7 View commit details
    Browse the repository at this point in the history
  8. chore: changelog

    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8441dde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    452d47e View commit details
    Browse the repository at this point in the history
  10. refactor: remove unused

    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bd43152 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    180c146 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4a2e65 View commit details
    Browse the repository at this point in the history
  13. Squashed commit of the following:

    commit a4a2e65
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 08:09:44 2024 +0900
    
        fix: panic on nil gethcore.Log passed to bloom constructor
    
    commit 180c146
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 07:34:50 2024 +0900
    
        refactor: remove unnecessary code
    
    commit bd43152
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 07:15:53 2024 +0900
    
        refactor: remove unused
    
    commit 452d47e
    Merge: 8441dde 60167ca
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 05:04:59 2024 +0900
    
        Merge branch 'main' into ud/evm-events
    
    commit 8441dde
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 05:04:33 2024 +0900
    
        chore: changelog
    
    commit 5bcf6a7
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 04:57:38 2024 +0900
    
        remove rpc/backend mocks and add test setup
    
    commit b971a9a
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 04:57:07 2024 +0900
    
        refactor(evm): use typed event for tx logs and message emission
    
    commit 255305b
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 02:14:47 2024 +0900
    
        chore: linter
    
    commit 2f8b1e4
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 02:09:10 2024 +0900
    
        chore: stopping point
    
    commit 1df1e9d
    Author: Unique-Divine <[email protected]>
    Date:   Fri Sep 13 00:55:33 2024 +0900
    
        wip!: save
    
    commit a580362
    Author: Unique-Divine <[email protected]>
    Date:   Thu Sep 12 09:55:48 2024 +0900
    
        chore: linter and changelog
    
    commit 121287d
    Merge: f92de5e 6ba79bb
    Author: Unique-Divine <[email protected]>
    Date:   Thu Sep 12 09:47:00 2024 +0900
    
        Merge branch 'main' into ud/2408/eth-rpc
    
    commit f92de5e
    Author: Unique-Divine <[email protected]>
    Date:   Wed Sep 11 13:38:09 2024 +0900
    
        chore: changelog
    
    commit 1390371
    Merge: 0b4b39b 64beba7
    Author: Unique-Divine <[email protected]>
    Date:   Wed Sep 11 12:21:50 2024 +0900
    
        Merge branch 'main' into ud/2408/eth-rpc
    
    commit 0b4b39b
    Author: Unique-Divine <[email protected]>
    Date:   Wed Sep 11 11:55:23 2024 +0900
    
        chore(github): Automate labeleing and add-to-project for GH issues/tickets
    
    commit 94519d4
    Author: Unique-Divine <[email protected]>
    Date:   Tue Sep 10 23:29:48 2024 +0900
    
        pending chekcpoint
    
    commit 563c253
    Author: Unique-Divine <[email protected]>
    Date:   Mon Sep 9 15:02:02 2024 +0900
    
        test(e2e): remove unnecessary skips
    
    commit bb6cb20
    Author: Unique-Divine <[email protected]>
    Date:   Mon Sep 9 14:36:59 2024 +0900
    
        remove dead code
    
    commit 97da983
    Merge: 0868ce8 b1aac01
    Author: Unique-Divine <[email protected]>
    Date:   Mon Sep 9 14:28:59 2024 +0900
    
        Merge branch 'main' into ud/2408/eth-rpc
    
    commit 0868ce8
    Author: Unique-Divine <[email protected]>
    Date:   Mon Sep 9 14:28:53 2024 +0900
    
        wip!: checkpoint
    Unique-Divine committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    28628cd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

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

Commits on Sep 14, 2024

  1. RPC backend

    Unique-Divine committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c0aab07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c7714 View commit details
    Browse the repository at this point in the history
  3. revert name change

    Unique-Divine committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    bbe5f5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2aea94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc52db View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. fix: merge conflict

    Unique-Divine committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    f9ef4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    726a38a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f054cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e72fad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c91a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b7625 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    264c4e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67e2e11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ec96f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0654140 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d984eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5070ff3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    0d6192a View commit details
    Browse the repository at this point in the history
  2. chore: lint

    onikonychev committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ac8c6b2 View commit details
    Browse the repository at this point in the history
  3. chore: resolve conflicts

    onikonychev committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c106b60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d1021 View commit details
    Browse the repository at this point in the history