-
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
fix: misc fixes for cosmos-rosetta #13583
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
24f8cef
hardcode block identifier (#3)
rllola 4eaa2bd
feat: Add go.mod for rosetta server (#4)
raynaudoe 8ff651c
fix: minor fixes (#18)
raynaudoe fc58c6d
throw an error in case of config conflict (rosetta offline mode) (#20)
rllola be4facc
Fix blockidentifier not specify (#33)
rllola d6b9645
Parse base64 encoded events (#38)
raynaudoe edf20cd
Fix genesis block response (#42)
raynaudoe 0c2779f
remove println
rllola cee3d9f
Move rosetta to tools dir
raynaudoe 47e0dab
Rename variable
raynaudoe 8aa02d3
Merge branch 'main' into misc/zondax-rosetta
raynaudoe e07319d
update module name
raynaudoe 83d60a4
Add rosetta entry
raynaudoe 56288da
Add rosetta to go.work.example
raynaudoe 9fd3d15
add comment for coinbase/rosetta-sdk-go replace
rllola 4d778ec
Update cosmos-sdk tag
raynaudoe ab271ef
Add comment
raynaudoe d59fc20
Merge branch 'main' into misc/zondax-rosetta
raynaudoe 04dfe49
Add changelog entry
raynaudoe 7f75a36
Run mod tidy
raynaudoe 91882fb
Fix lint errors
raynaudoe 0285cee
Set genesis hash env for rosetta tests
raynaudoe bdb125f
Update dockerfile to include tools/rosetta
raynaudoe 468b92c
Fix ToRosetta func
raynaudoe 17aecca
Revert decoding events
raynaudoe 527a020
Fix supply pagination
raynaudoe 69f9558
Fix potential int overflow
raynaudoe ab148f2
Merge branch 'main' into misc/zondax-rosetta
raynaudoe fdb6613
Merge branch 'main' into misc/zondax-rosetta
raynaudoe 66707bb
fix: use errors.New instead fmt.Error
JulianToledano 709662b
add: logger rosetta server
JulianToledano 22fc835
fix: log %v err
JulianToledano d23da2f
Merge branch 'main' into misc/zondax-rosetta
raynaudoe 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ use ( | |
./tx | ||
./simapp | ||
./tests | ||
./tools/rosetta | ||
) |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/make -f | ||
|
||
all: build | ||
|
||
build: | ||
go build ./cmd/rosetta.go | ||
|
||
test: | ||
go test -mod=readonly -race ./... | ||
|
||
.PHONY: all build test |
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
File renamed without changes.
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
File renamed without changes.
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.
Just curious why we need this import. Can we add a comment here.
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.
It is linked to this issue : coinbase/mesh-sdk-go#449
I have added a comment. Once coinbase make a release we can do change to version v0.8.2.
It is so I can pass
check:spec
like mentioned in the issue. It is however not mandatory.