-
Notifications
You must be signed in to change notification settings - Fork 76
Migrate name module from KV store to collections. #2411
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
Open
nagarajdivine
wants to merge
24
commits into
main
Choose a base branch
from
feature/collections-name-module
base: main
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
24 commits
Select commit
Hold shift + click to select a range
09b6d23
feature(collections-name-module): updated name module kvstore to coll…
nagarajdivine 2c62aff
feature(collections-name-module): updated collection in app.go and in…
nagarajdivine 8beb6ff
feature(collections-name-module): added keycodec to address index and…
nagarajdivine f09c542
feature(collections-name-module): added migration method
nagarajdivine 8a9f334
feature(collections-name-module): added mogations method and confgiur…
nagarajdivine c1b62fb
feature(collections-name-module): added entry for collections in upgr…
nagarajdivine 65cc950
feature(collections-name-module): fixed lint issue
nagarajdivine ef6f129
feature(collections-name-module): rebased to main and resolved all su…
nagarajdivine 6496115
feature(collections-name-module): fix lint issue
nagarajdivine ee0f0e3
feature(collections-name-module): added changelog with changes made i…
nagarajdivine 22ce26e
feature(collections-name-module): update name keeper to use IndexMap,…
nagarajdivine 04dc49e
feature(collections-name-module): name module updated from collection…
nagarajdivine 9a28c31
feature(collections-name-module): fixed test cases,updated reverse lo…
nagarajdivine 8465deb
feature(collections-name-module): rebased main and fixed the lint issue
nagarajdivine b0525de
feature(collections-name-module): fixed lint issue
nagarajdivine 0c7e575
feature(collections-name-module): added comment G115 for safe conversion
nagarajdivine aad1cea
feature(collections-name-module): removed log from migration
nagarajdivine 1de7aa2
feature(collections-name-module): rebased main and fix all suggestion…
nagarajdivine c8e64a7
feature(collections-name-module): fixed query and getrecordbyaddress
nagarajdivine 6e1a93f
feature(collections-name-module): fix test cases
nagarajdivine a323e50
feature(collections-name-module): fix ReverseLookup query by address …
nagarajdivine d64adbe
feature(collections-name-module): rebase to main
nagarajdivine d474692
rebase onto main and fix lint
nagarajdivine ce83a36
fix test case
nagarajdivine 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * Migrated name module from kv-store to collections [#2411](https://github.com/provenance-io/provenance/issues/2411). |
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.
Uh oh!
There was an error while loading. Please reload this page.