-
Notifications
You must be signed in to change notification settings - Fork 602
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
chore(perf): protorev tracker coin array #7240
Merged
Merged
Changes from 9 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2e919c6
remove tx fee tracker
czarcas7ic 3785022
add change log
czarcas7ic 25b911d
track array of coins for performance
czarcas7ic 3f217b9
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic ccf65fb
changelog
czarcas7ic 2d88b49
lints
czarcas7ic 91d647e
lints
czarcas7ic 867a1d0
fixes
czarcas7ic b98972c
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic bc9d9b0
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address 12c0f74
fix tests
czarcas7ic ef5176b
event
czarcas7ic 2e78405
nil error
czarcas7ic 69c2df1
expect accounting height to always be exported
czarcas7ic e3c0e33
range backwards and add test
czarcas7ic ee425f0
reduce code duplication
czarcas7ic 759831d
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address 7a09aef
init image should not check seq number
czarcas7ic 11013db
revert change to proto rev bc might expect error case
czarcas7ic 286e914
revert init tag for now
czarcas7ic 68bf4ec
config tag
czarcas7ic a16bea6
lint spelling
czarcas7ic dfca598
init tag
czarcas7ic 6d6cd16
revert init image
czarcas7ic ba0c68e
remove osmoutils method for coins to coin array
czarcas7ic 166f039
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic f19b819
continue tracking from same accounting height pre upgrade
czarcas7ic 0a054b0
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic a59dd33
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address a27e3c8
update store helper
czarcas7ic 673a360
Auto: update go.mod after push to adam/protorev-tracker-perf that mod…
invalid-email-address ba52471
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic fd1a39d
go mod updates
czarcas7ic a582fa1
just use int
czarcas7ic 46bd310
go mod updates
czarcas7ic c3f306d
revert statistics.go
czarcas7ic c665113
fix store key
czarcas7ic 709b70d
update go mods
czarcas7ic b83740e
dont double append prefix
czarcas7ic ac2f006
update go mod
czarcas7ic 17cb7c0
Merge branch 'main' into adam/protorev-tracker-perf
czarcas7ic 1216b17
go mod changes
czarcas7ic 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 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 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 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 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.
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.
Shouldn't we be keeping continuinity? THis is going to be much harder for every integrator for the future if we don't, no?
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.
Implemented here f19b819
@ValarDragon would appreciate an ack on the implementation so it doesn't get swept under the rug when merging