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

Optimize replay #1505

Merged
merged 2 commits into from
Apr 4, 2024
Merged

Optimize replay #1505

merged 2 commits into from
Apr 4, 2024

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented Apr 3, 2024

Describe your changes and provide context

  • Use cached block in EndBlock
  • Verify contract states

Testing performed to validate your change

applied to the replay node

@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 61.04%. Comparing base (8be5846) to head (1efa9cc).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##            seiv2    #1505      +/-   ##
==========================================
- Coverage   61.05%   61.04%   -0.01%     
==========================================
  Files         363      363              
  Lines       25511    25520       +9     
==========================================
+ Hits        15575    15578       +3     
- Misses       9018     9024       +6     
  Partials      918      918              
Files Coverage Δ
app/eth_replay.go 0.00% <0.00%> (ø)
x/evm/module.go 50.42% <0.00%> (+0.42%) ⬆️
x/evm/keeper/replay.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

@codchen codchen requested a review from jewei1997 April 3, 2024 04:40
@codchen codchen merged commit 5442e03 into seiv2 Apr 4, 2024
45 of 46 checks passed
@codchen codchen deleted the replay-opti branch April 4, 2024 03:17
udpatil pushed a commit that referenced this pull request Apr 17, 2024
* Optimize replay

* check state
udpatil pushed a commit that referenced this pull request Apr 17, 2024
* Optimize replay

* check state
udpatil pushed a commit that referenced this pull request Apr 17, 2024
* Optimize replay

* check state
udpatil pushed a commit that referenced this pull request Apr 18, 2024
* Optimize replay

* check state
udpatil pushed a commit that referenced this pull request Apr 19, 2024
* Optimize replay

* check state
udpatil pushed a commit that referenced this pull request Apr 19, 2024
* Optimize replay

* check state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants