Skip to content
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

Closed
wants to merge 47 commits into from
Closed

feat: rosetta-cli test #34

wants to merge 47 commits into from

Commits on Aug 31, 2023

  1. 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]>
    dependabot[bot] and tac0turtle authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1d6db57 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. 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
    bizk authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f4f74b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. 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
    bizk authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3c104b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    64c262c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. 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>
    dependabot[bot] authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ba60839 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. added workflow for rosetta-cli

    bizk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    f4b83ca View commit details
    Browse the repository at this point in the history
  2. rosetta CLI installation

    bizk committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c7b9f3d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    69ecab7 View commit details
    Browse the repository at this point in the history
  2. debugging failing job

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    cf0cec8 View commit details
    Browse the repository at this point in the history
  3. added config.json file content

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    641629a View commit details
    Browse the repository at this point in the history
  4. added job paralelization

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    5c48307 View commit details
    Browse the repository at this point in the history
  5. debugging rosetta build step

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    ef7ea37 View commit details
    Browse the repository at this point in the history
  6. debugging

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    2891c25 View commit details
    Browse the repository at this point in the history
  7. added simapp

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9afeb98 View commit details
    Browse the repository at this point in the history
  8. added cosmos-sdk repo

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    6a5b619 View commit details
    Browse the repository at this point in the history
  9. added cosmos-sdk repo

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    7b8896d View commit details
    Browse the repository at this point in the history
  10. removed path from git clone

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    000524f View commit details
    Browse the repository at this point in the history
  11. removed unused commands

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    61ceb0b View commit details
    Browse the repository at this point in the history
  12. added simapp

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3982713 View commit details
    Browse the repository at this point in the history
  13. added simapp

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3e65e99 View commit details
    Browse the repository at this point in the history
  14. added simd binary

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    c1c22c7 View commit details
    Browse the repository at this point in the history
  15. added start on simd

    bizk committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9d786aa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. added paralel step

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7d5b343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9f9c6 View commit details
    Browse the repository at this point in the history
  3. removed conditional building

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    da3f258 View commit details
    Browse the repository at this point in the history
  4. added make plugin

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0cc5db8 View commit details
    Browse the repository at this point in the history
  5. removed double build command

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3ff64ac View commit details
    Browse the repository at this point in the history
  6. debug

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ddc5792 View commit details
    Browse the repository at this point in the history
  7. solved typo

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9035e83 View commit details
    Browse the repository at this point in the history
  8. fix on plugin file

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    de3c48a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c72368 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c09529 View commit details
    Browse the repository at this point in the history
  11. small update on plugin file

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d11650c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87376fe View commit details
    Browse the repository at this point in the history
  13. added checkout

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9bb1c49 View commit details
    Browse the repository at this point in the history
  14. Revert "added checkout"

    This reverts commit 9bb1c49.
    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    12541d8 View commit details
    Browse the repository at this point in the history
  15. Revert "Merge branch 'main' into tag47/cli"

    This reverts commit 87376fe, reversing
    changes made to d11650c.
    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d268485 View commit details
    Browse the repository at this point in the history
  16. added checkout

    bizk committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c9ce6fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed624ad View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. test running serialized jobs

    bizk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1dc7a3d View commit details
    Browse the repository at this point in the history
  2. added debugging flag

    bizk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a13603 View commit details
    Browse the repository at this point in the history
  3. added debugging flag

    bizk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    66389ac View commit details
    Browse the repository at this point in the history
  4. docker compose files

    bizk committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8bed88b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    562db5b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. dockerfile build working

    bizk committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    724ccbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98244ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc02a43 View commit details
    Browse the repository at this point in the history