This repository was archived by the owner on Nov 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
chore(core/rawdb): add ExampleInspectDatabase to check custom behavior (7)
#790
Merged
Conversation
This file contains hidden or 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
ceyonur
reviewed
Feb 13, 2025
qdm12
commented
Feb 13, 2025
ceyonur
previously approved these changes
Feb 13, 2025
darioush
previously approved these changes
Feb 13, 2025
074723b to
59d9f05
Compare
ExampleInspectDatabase to check custom behaviorExampleInspectDatabase to check custom behavior (6)
825adad to
ff1e5bd
Compare
6a5b763 to
1aa5bea
Compare
ExampleInspectDatabase to check custom behavior (6)ExampleInspectDatabase to check custom behavior (7)
e178f6f to
4f6f796
Compare
f608749 to
122356d
Compare
a770faa to
37797f0
Compare
…vior - Needed for later PR changing InspectDatabase to use libevm's InspectDatabase with options
…enforce a length of 32 bytes
1aa5bea to
e2333a2
Compare
darioush
approved these changes
Feb 28, 2025
ceyonur
approved these changes
Feb 28, 2025
ARR4N
pushed a commit
that referenced
this pull request
Mar 10, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 19, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 21, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 21, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 24, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Mar 28, 2025
qdm12
added a commit
to ava-labs/subnet-evm
that referenced
this pull request
Apr 1, 2025
node-druidx56y
added a commit
to node-druidx56y/subnet-evm
that referenced
this pull request
Sep 28, 2025
kevpaq-520
added a commit
to kevpaq-520/subnet2
that referenced
this pull request
Oct 27, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This test is needed for later PR changing core/rawdb's
InspectDatabaseto use libevm'sInspectDatabasewith custom options.This is shamelessly taken from https://github.com/ava-labs/libevm/blob/b2c38ce397a2da0881850cd925c34429b6519a97/core/rawdb/database.libevm_test.go#L47 but without using options.