-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: Improvements on error handling #29
Merged
Merged
Commits on Jul 4, 2023
-
feat: multi zone - plugin & reflection (#5)
* added plugins feature and reflection features * fixed minor sdkTx variables issue * Roll back some changes on config.go * fixed makefile build command * improvements over lint * Added nolint ant changed variable name * fix .gitworkflow build * fix .gitworkflow build * Added makefile build plugin steps * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * gofumpt on project * skiped a test due to reliance on an experimental feature of cosmos v0.46.0-beta * build plugin before test * build plugin before test * fixed failing test * fix make test * added docs * small refactor on variable names
Configuration menu - View commit details
-
Copy full SHA for cd28d4c - Browse repository at this point
Copy the full SHA cd28d4cView commit details
Commits on Jul 14, 2023
-
* added plugins feature and reflection features * fixed minor sdkTx variables issue * Roll back some changes on config.go * fixed makefile build command * improvements over lint * Added nolint ant changed variable name * fix .gitworkflow build * fix .gitworkflow build * Added makefile build plugin steps * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * added nolint on staticcheck on load.go * gofumpt on project * skiped a test due to reliance on an experimental feature of cosmos v0.46.0-beta * build plugin before test * build plugin before test * fixed failing test * fix make test * added docs * small refactor on variable names * Updated documentation and added --plugin flag * updated install step on README * lint fix * updated docs
Configuration menu - View commit details
-
Copy full SHA for c2feb40 - Browse repository at this point
Copy the full SHA c2feb40View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e44d39 - Browse repository at this point
Copy the full SHA 7e44d39View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d3e7c5 - Browse repository at this point
Copy the full SHA 6d3e7c5View commit details -
refactor: Upgrade rosetta to cosmos-sdk v0.50.0 (#7)
* changed go.mod name, renamed dependencies on rosetta, adapted methods and uses of cosmos-sdk, upgraded dependencies * fixed all code errors * improvements over parsing * fees and gas parsing * remmoved validation on message due to deprecation (it should be validated on the server side) * solved issue on missing tx tipper * added codec types * fixed interface registre addr issue * improvements * fixed converter tests * commented plugin_test.go due to some modules not being available at v0.50 yet * improved code, moved parsing functions to utils.go * solved comments, fixed lint and added utils.go for parsing * fixed comment on cast variables * lint comments * Commented ibc-go dependdency until upgrade * added type assertion error handlinhg * updated go.sum
Configuration menu - View commit details
-
Copy full SHA for 17cb6ef - Browse repository at this point
Copy the full SHA 17cb6efView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ba3f78 - Browse repository at this point
Copy the full SHA 4ba3f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f5cfe - Browse repository at this point
Copy the full SHA c9f5cfeView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c9d127 - Browse repository at this point
Copy the full SHA 2c9d127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f5fcc6 - Browse repository at this point
Copy the full SHA 6f5fcc6View commit details -
refactor: error handling improvements (#9)
* issue on load.go * fixed tests * added client offline * client_online.go * added error handling on utils.go and unified both files * added plugins.go * added config, converter and libraries * linted and fixed issues * fixed some issues
Configuration menu - View commit details
-
Copy full SHA for 7a36558 - Browse repository at this point
Copy the full SHA 7a36558View commit details
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.