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: Onboarding IBC middleware #103

Merged
merged 38 commits into from
Aug 6, 2023

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    37612b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44264e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a1caf View commit details
    Browse the repository at this point in the history
  4. docs: module specs

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ba99a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00b81a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c61b8b0 View commit details
    Browse the repository at this point in the history
  7. test: convert fail test case added

    (cherry picked from commit 4b2176a)
    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8ddce2a View commit details
    Browse the repository at this point in the history
  8. feat: WIP coinswap module

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    305aee3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81e8fd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31f6c9d View commit details
    Browse the repository at this point in the history
  11. fix: allowing vesting account

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4f07331 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06746d5 View commit details
    Browse the repository at this point in the history
  13. fix: emit swap event fix

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    73ff366 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a9e72b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ef781ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a137619 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8f7d8be View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9953db6 View commit details
    Browse the repository at this point in the history
  19. fix: go mod

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ba3e0ea View commit details
    Browse the repository at this point in the history
  20. fix: proto for coinswap

    poorphd committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    da6194f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cadf019 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 5, 2023

  1. fix: bug in AmountOf

    poorphd committed May 5, 2023
    Configuration menu
    Copy the full SHA
    266930b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fix: validate params

    poorphd committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2b1b03e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix: default max sawp amount

    reference github issue: code-423n4/2023-06-canto-findings#36
    poorphd committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    653d35b View commit details
    Browse the repository at this point in the history
  2. fix: swappedAmount in error case

    reference github issue: code-423n4/2023-06-canto-findings#71
    poorphd committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2aafb8e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Merge remote-tracking branch 'upstream/main' into onboarding-middlewa…

    …re-conflict-resolve
    
    # Conflicts:
    #	app/app.go
    #	app/upgrades/v6/upgrades.go
    poorphd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b186460 View commit details
    Browse the repository at this point in the history
  2. fix: resolve conflicts

    poorphd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b79a715 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge pull request #22 from b-harvest/onboarding-middleware-conflict-…

    …resolve
    
    Onboarding middleware conflict resolve
    poorphd authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4caeaf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge remote-tracking branch 'origin/canto-main' into onboarding-midd…

    …leware-conflict-resolve
    
    # Conflicts:
    #	app/app.go
    #	x/recovery/keeper/ibc_callbacks.go
    #	x/recovery/keeper/ibc_callbacks_integration_suite_test.go
    
    (cherry picked from commit 4d45df7)
    poorphd authored and dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9e54c11 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into onboarding-middlewa…

    …re-conflict-resolve
    
    # Conflicts:
    #	app/app.go
    #	app/app_test.go
    #	app/test_helpers.go
    
    (cherry picked from commit ec76588)
    poorphd authored and dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    9bcebc8 View commit details
    Browse the repository at this point in the history
  3. fix: SetupTestingCantoApp

    (cherry picked from commit 5ac28de)
    poorphd authored and dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    13f26e8 View commit details
    Browse the repository at this point in the history
  4. fix: coinswap module is added to simulation manager

    (cherry picked from commit ca2307f)
    poorphd authored and dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b9e47d5 View commit details
    Browse the repository at this point in the history
  5. fix: bug in coinswap module's param change simulation

    (cherry picked from commit ba5685f)
    poorphd authored and dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6626290 View commit details
    Browse the repository at this point in the history
  6. Merge commit 'd780d52648475e8887cacce73acec93ae59fb34b' into onboardi…

    …ng-middleware-conflict-resolve
    
    * commit 'd780d52648475e8887cacce73acec93ae59fb34b':
      chore: add branches rule for workflow
      fix: simulation seed randomness was removed to make the ci/cd result deterministic
      fix: remove recovery from storeKeysPrefixes
      add placeholder for ICS4wrapper in transferKeeper init
      remove recovery imports in app.go
      remove recovery proto
      remove x/recovery
      fix: update simulation target modules, refactor duplicated struct
      fix: removing unused keeper from handler options
      fix: simulation workflow, update sims.yml, add GOPATH on makefile
      fix: simulation errors
      fix: seperate antehandler for simulation
      feat: add workflow to build, test, codecov for ci/cd
    
    # Conflicts:
    #	app/app.go
    #	app/test_helpers.go
    #	proto/canto/onboarding/v1/query.proto
    #	x/onboarding/client/cli/query.go
    #	x/onboarding/genesis.go
    #	x/onboarding/genesis_test.go
    #	x/onboarding/ibc_middleware.go
    #	x/onboarding/keeper/grpc_query.go
    #	x/onboarding/keeper/grpc_query_test.go
    #	x/onboarding/keeper/keeper.go
    #	x/onboarding/keeper/keeper_test.go
    #	x/onboarding/keeper/params.go
    #	x/onboarding/keeper/utils_test.go
    #	x/onboarding/module.go
    #	x/onboarding/types/errors.go
    #	x/onboarding/types/genesis.go
    #	x/onboarding/types/genesis.pb.go
    #	x/onboarding/types/genesis_test.go
    #	x/onboarding/types/keys.go
    #	x/onboarding/types/params_test.go
    #	x/onboarding/types/query.pb.go
    #	x/onboarding/types/query.pb.gw.go
    dongsam committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6edd5d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #25 from b-harvest/onboarding-middleware-conflict-…

    …resolve
    
    Onboarding middleware conflict resolve
    dongsam authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    57b9208 View commit details
    Browse the repository at this point in the history
  2. Merge commit main into onboarding-middleware

    * commit '3ea39d93546596c018f88d1802e91fbc8645ff76':
      docs: update swagger, statik
      fix: re-generate proto pb.go files
      chore: formatting proto files
      build: fix proto gen, swagger script
      docs: remove deprecated module's on swagger config
      chore: remove deprecated fee, vesting module's proto files
    dongsam committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4240965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c497110 View commit details
    Browse the repository at this point in the history