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] Add setup logic and integration test for SeiDB #1170

Merged
merged 15 commits into from
Dec 28, 2023
Merged

Conversation

yzang2019
Copy link
Contributor

@yzang2019 yzang2019 commented Dec 8, 2023

Describe your changes and provide context

This PR add the full support to launch a chain with SeiDB

Changes:

  • Add a simple setup process for switching to seiDB, when seidb is disabled (default), it will still fallback to golevelDB
  • Bump go to 1.19 to support SeiDB
  • Go mod changes to bump cosmos and iavl, also add seidb dependency
  • Remove orphan config
  • Docker changes for adding integration test

Testing performed to validate your change

Tested with local docker chain

@yzang2019 yzang2019 requested review from codchen and Kbhat1 and removed request for codchen and Kbhat1 December 8, 2023 02:32
@yzang2019 yzang2019 marked this pull request as ready for review December 8, 2023 15:36
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 33 lines in your changes are missing coverage. Please review.

Comparison is base (f322f84) 63.42% compared to head (281dc7c) 63.39%.
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1170      +/-   ##
==========================================
- Coverage   63.42%   63.39%   -0.03%     
==========================================
  Files         256      257       +1     
  Lines       16633    16672      +39     
==========================================
+ Hits        10550    10570      +20     
- Misses       5586     5600      +14     
- Partials      497      502       +5     
Files Coverage Δ
app/app.go 77.86% <100.00%> (+0.02%) ⬆️
app/upgrades.go 40.74% <ø> (ø)
app/seidb.go 13.15% <13.15%> (ø)

... and 2 files with indirect coverage changes

@yzang2019 yzang2019 changed the title [SeiDB] Part1: Add setup logic for seiDB [SeiDB] Add setup logic and integration test for SeiDB Dec 8, 2023
@yzang2019 yzang2019 merged commit 3a53526 into main Dec 28, 2023
35 of 36 checks passed
@yzang2019 yzang2019 deleted the yzang/SEI-6184 branch December 28, 2023 18:24
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.

2 participants