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

Fix missing module for migration and add command to export IAVL #1955

Merged
merged 11 commits into from
Nov 21, 2024

Conversation

yzang2019
Copy link
Contributor

Describe your changes and provide context

This PR should fix the missing module for archive migration.

Testing performed to validate your change

fmt.Println("Aggregating iavl module stats...")
for _, module := range utils.Modules {

startTimeModule := time.Now()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.65%. Comparing base (1d657da) to head (b49f1e6).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1955      +/-   ##
==========================================
- Coverage   61.68%   61.65%   -0.03%     
==========================================
  Files         263      263              
  Lines       23394    23394              
==========================================
- Hits        14430    14423       -7     
- Misses       7959     7966       +7     
  Partials     1005     1005              

see 1 file with indirect coverage changes

---- 🚨 Try these New Features:

@yzang2019 yzang2019 enabled auto-merge (squash) November 21, 2024 04:51
@yzang2019 yzang2019 merged commit cea68db into main Nov 21, 2024
49 of 50 checks passed
@yzang2019 yzang2019 deleted the ArchiveStats branch November 21, 2024 05:14
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