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

[SeiDB] Memiavl Prototype #998

Closed
wants to merge 35 commits into from
Closed

[SeiDB] Memiavl Prototype #998

wants to merge 35 commits into from

Conversation

yzang2019
Copy link
Contributor

@yzang2019 yzang2019 commented Jul 26, 2023

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

@yzang2019 yzang2019 changed the title Fix go mod Memiavl Prototype Jul 26, 2023

[memiavl]

enable = false
Copy link
Contributor Author

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
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #998 (0be7ed8) into main (c071491) will decrease coverage by 0.21%.
Report is 43 commits behind head on main.
The diff coverage is 64.73%.

Additional details and impacted files

Impacted file tree graph

@@            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     
Files Coverage Δ
aclmapping/dex/mappings.go 100.00% <100.00%> (ø)
aclmapping/oracle/mappings.go 100.00% <100.00%> (ø)
aclmapping/tokenfactory/mappings.go 100.00% <100.00%> (ø)
app/antedecorators/gasless.go 88.72% <100.00%> (ø)
app/test_helpers.go 48.53% <ø> (ø)
app/upgrades.go 40.74% <100.00%> (+20.74%) ⬆️
oracle/price-feeder/config/config.go 74.07% <ø> (+4.41%) ⬆️
oracle/price-feeder/oracle/filter.go 91.42% <100.00%> (+0.90%) ⬆️
oracle/price-feeder/oracle/provider/crypto.go 73.12% <100.00%> (ø)
oracle/price-feeder/oracle/util.go 97.50% <100.00%> (+5.39%) ⬆️
... and 51 more

... and 2 files with indirect coverage changes

@yzang2019 yzang2019 changed the title Memiavl Prototype [SeiDB] Memiavl Prototype Oct 10, 2023
@yzang2019 yzang2019 requested review from Kbhat1 and removed request for alexanderbez November 3, 2023 01:31
@@ -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

Calling the system time may be a possible source of non-determinism
@@ -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

Calling the system time may be a possible source of non-determinism
@yzang2019 yzang2019 closed this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant