-
Notifications
You must be signed in to change notification settings - Fork 808
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
[SeiDB] Memiavl Prototype #998
Conversation
docker/localnode/config/config.toml
Outdated
|
||
[memiavl] | ||
|
||
enable = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When testing, we just need to change it to true
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
==========================================
- Coverage 63.93% 63.73% -0.21%
==========================================
Files 254 256 +2
Lines 16234 16612 +378
==========================================
+ Hits 10380 10588 +208
- Misses 5349 5522 +173
+ Partials 505 502 -3
|
@@ -832,6 +838,7 @@ | |||
} | |||
} | |||
|
|||
fmt.Println("Loading latest version at time: ", time.Now().Format(time.RFC3339)) |
Check warning
Code scanning / CodeQL
Calling the system time Warning
@@ -851,6 +858,7 @@ | |||
} else { | |||
app.SetLoadVersionHandler(loadVersionHandler) | |||
} | |||
fmt.Println("Finished loading latest version at time: ", time.Now().Format(time.RFC3339)) |
Check warning
Code scanning / CodeQL
Calling the system time Warning
Describe your changes and provide context
This change will integrate and plugin memiavl for sei-chain
Related dependent changes:
sei-cosmos: sei-protocol/sei-cosmos#311
sei-iavl: sei-protocol/sei-iavl#37
mmap-iavl: https://github.com/sei-protocol/mmap-iavl
Testing performed to validate your change