-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[rosetta] implement balance tracking and redo tx construction #8729
Merged
Merged
Changes from 19 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
702ea89
change(rosetta): data api block and tx parsing
fdymylja 8f711a1
change(rosetta): finalize data API
fdymylja ab91ce3
add: converter
fdymylja b3bf68b
fix: casting error message
fdymylja 593f26d
change: rework construction API to support every possible transaction…
fdymylja fbdeabc
change: make construction stateless
fdymylja 232d83f
chore: cleanup api
fdymylja b43553e
chore: cleanup api
fdymylja e2b1a01
chore: reorder methods declaration
fdymylja 5292379
add: signed tx tests
fdymylja 976f2e2
add: ops and signers test
fdymylja a489652
fix: begin and endblock tx conversions
fdymylja 18bd9e3
add: begin and endblock invalid tests
fdymylja a32c005
add: balance and signing components tests
fdymylja 9ad9d28
change: remove staking tests
fdymylja 52be187
Merge branch 'master' into frojdi/rosetta-balance-tracking
fdymylja 7375263
chore: lint
fdymylja 2246c6c
chore: lint
fdymylja 4377a09
revert: makefile rosetta test
fdymylja a1f82bc
chore: lint again
fdymylja 89de69c
chore: move tests to package based ones
fdymylja 687aef2
chore: lint
fdymylja 8a9a140
chore: lint
fdymylja bf428f4
chore: cleanup ci
fdymylja c7da349
Merge branch 'master' into frojdi/rosetta-balance-tracking
8af9112
Merge branch 'master' into frojdi/rosetta-balance-tracking
b3f5410
chore: address documentation changes
fdymylja 0bb7b16
chore: address documentation changes
fdymylja daeb5f0
Merge branch 'master' into frojdi/rosetta-balance-tracking
fdymylja fe10978
Merge branch 'master' into frojdi/rosetta-balance-tracking
57e684a
Update docs server/rosetta/client_online.go
fdymylja 0c3bad6
Update docs server/rosetta/client_online.go
fdymylja d6e1622
cleanup spacing server/rosetta/converter_test.go
fdymylja f28f18d
revert: baseapp.md
fdymylja 2f7a5c8
add: docs for interface implementation
fdymylja 9fda8a2
remove: converter_test.go utils anonymous type
fdymylja 958fba5
change: set interface name constant
fdymylja 6354cfa
chore: add CHANGELOG.md entry
fdymylja 3e47bb4
Merge branch 'master' into frojdi/rosetta-balance-tracking
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.
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.
I think the original name is better.
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 refactored something somewhere in the code and this got affected too! thanks for pointing it out!