-
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
feat: rosetta-cli test #34
Commits on Aug 31, 2023
-
build(deps): bump cosmossdk.io/math from 1.0.1 to 1.1.2 (#21)
Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@math/v1.0.1...math/v1.1.2) --- updated-dependencies: - dependency-name: cosmossdk.io/math dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d6db57 - Browse repository at this point
Copy the full SHA 1d6db57View commit details
Commits on Sep 1, 2023
-
refactor: cosmos-sdk v0.50 upgrade and multi zone enhancements (#27)
* 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 * Zondax/feature/multi zone fix * 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 * updated go.sum (#8) * 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 * rename module for vanity url * update go.mod and go.sum
Configuration menu - View commit details
-
Copy full SHA for f4f74b4 - Browse repository at this point
Copy the full SHA f4f74b4View commit details
Commits on Sep 4, 2023
-
refactor: Improvements on error handling (#29)
* 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 * Zondax/feature/multi zone fix * 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 * updated go.sum (#8) * 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 * rename module for vanity url * update go.mod and go.sum * 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 3c104b2 - Browse repository at this point
Copy the full SHA 3c104b2View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64c262c - Browse repository at this point
Copy the full SHA 64c262cView commit details
Commits on Sep 8, 2023
-
build(deps): bump google.golang.org/grpc from 1.56.2 to 1.58.0 (#33)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.58.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.2...v1.58.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba60839 - Browse repository at this point
Copy the full SHA ba60839View commit details
Commits on Sep 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4b83ca - Browse repository at this point
Copy the full SHA f4b83caView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b9f3d - Browse repository at this point
Copy the full SHA c7b9f3dView commit details
Commits on Sep 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69ecab7 - Browse repository at this point
Copy the full SHA 69ecab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf0cec8 - Browse repository at this point
Copy the full SHA cf0cec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641629a - Browse repository at this point
Copy the full SHA 641629aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c48307 - Browse repository at this point
Copy the full SHA 5c48307View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7ea37 - Browse repository at this point
Copy the full SHA ef7ea37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2891c25 - Browse repository at this point
Copy the full SHA 2891c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9afeb98 - Browse repository at this point
Copy the full SHA 9afeb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5b619 - Browse repository at this point
Copy the full SHA 6a5b619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8896d - Browse repository at this point
Copy the full SHA 7b8896dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 000524f - Browse repository at this point
Copy the full SHA 000524fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ceb0b - Browse repository at this point
Copy the full SHA 61ceb0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3982713 - Browse repository at this point
Copy the full SHA 3982713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e65e99 - Browse repository at this point
Copy the full SHA 3e65e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c22c7 - Browse repository at this point
Copy the full SHA c1c22c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d786aa - Browse repository at this point
Copy the full SHA 9d786aaView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d5b343 - Browse repository at this point
Copy the full SHA 7d5b343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9f9c6 - Browse repository at this point
Copy the full SHA 5b9f9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for da3f258 - Browse repository at this point
Copy the full SHA da3f258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc5db8 - Browse repository at this point
Copy the full SHA 0cc5db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff64ac - Browse repository at this point
Copy the full SHA 3ff64acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc5792 - Browse repository at this point
Copy the full SHA ddc5792View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9035e83 - Browse repository at this point
Copy the full SHA 9035e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for de3c48a - Browse repository at this point
Copy the full SHA de3c48aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c72368 - Browse repository at this point
Copy the full SHA 2c72368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c09529 - Browse repository at this point
Copy the full SHA 1c09529View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11650c - Browse repository at this point
Copy the full SHA d11650cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87376fe - Browse repository at this point
Copy the full SHA 87376feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb1c49 - Browse repository at this point
Copy the full SHA 9bb1c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12541d8 - Browse repository at this point
Copy the full SHA 12541d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d268485 - Browse repository at this point
Copy the full SHA d268485View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ce6fc - Browse repository at this point
Copy the full SHA c9ce6fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed624ad - Browse repository at this point
Copy the full SHA ed624adView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1dc7a3d - Browse repository at this point
Copy the full SHA 1dc7a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a13603 - Browse repository at this point
Copy the full SHA 7a13603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66389ac - Browse repository at this point
Copy the full SHA 66389acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bed88b - Browse repository at this point
Copy the full SHA 8bed88bView commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 562db5b - Browse repository at this point
Copy the full SHA 562db5bView commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 724ccbc - Browse repository at this point
Copy the full SHA 724ccbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98244ea - Browse repository at this point
Copy the full SHA 98244eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc02a43 - Browse repository at this point
Copy the full SHA fc02a43View commit details