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 156
chore(customrawdb): delete customrawdb package and switch to avalanchego imports #1319
Open
powerslider
wants to merge
28
commits into
master
Choose a base branch
from
powerslider/1302-delete-customrawdb-package
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
79648df
chore(customrawdb): delete customrawdb package and switch to avalanch…
powerslider 2af6d7c
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider a11cfcc
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider dd36d2f
fix: rlpgen import issue and update to latest avalanchego version
powerslider faad5d5
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 375c1b0
ci: update ci.yml with the updated avalanchego version
powerslider 4252f36
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider eb25364
chore: update to latest avalanchego version
powerslider b5c8955
fix: add input and output sorting for the comm command
powerslider d1ba0fe
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 950c6f0
fix: change customrawdb calls in test_syncervm
powerslider a757302
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 7869716
chore(go.mod) upgrade avalanchego to 3b08d6131a00bd55349321a58ae7e6cf…
powerslider 56963ea
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 214141d
fix(statesync): handle ErrNotFound when reading sync root
powerslider 327cee4
fix(vmtest): improve requireSyncPerformedHeight
powerslider 44e841d
fix(statesync): handle ErrNotFound when reading sync root
powerslider 6ef6e9a
fix(core): handle ErrNotFound when reading acceptor tip
powerslider c0266f7
fix(snapshot): handle ErrNotFound in wipe test
powerslider fe604ac
ci: upgrade ci.yml avalanchego versions to correspond with go.mod change
powerslider 755fda0
fix(tracers): apply block override before creating block context
powerslider f75c4da
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 428048f
fix(scripts): remove unnecessary empty line
powerslider 02d6a4a
refactor(snapshot): improve error handling and test validation
powerslider 5ee68ce
fix(customtypes): unalias math/rand package
powerslider 453a924
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider 5f0a462
refactor(vmtest): simplify requireSyncPerformedHeight signature
powerslider 861d8f1
Merge branch 'master' into powerslider/1302-delete-customrawdb-package
powerslider File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
I defer to @ceyonur for this, but I think we should avoid making unnecessary changes in this package.
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.
The changes were needed, because the test broke, but I also addressed some stylistic comments from @JonathanOppenheimer
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.
Yeah minimal changes are ok, but I don't think you should make the stylistic changes he suggested