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: support autocli #3694

Merged
merged 162 commits into from
Nov 25, 2023
Merged

feat: support autocli #3694

merged 162 commits into from
Nov 25, 2023

Commits on Sep 15, 2023

  1. update go.sum

    Pantani authored and Pantani committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7417c15 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    Pantani authored and Pantani committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    046a47b View commit details
    Browse the repository at this point in the history
  2. cosmos-sdk v0.50 imports

    Pantani authored and Pantani committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7356681 View commit details
    Browse the repository at this point in the history
  3. changes imports and update sdk

    Pantani authored and Pantani committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    855c8bb View commit details
    Browse the repository at this point in the history
  4. fix vet issues

    Pantani authored and Pantani committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bd4ea39 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix unused imports

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    994660b View commit details
    Browse the repository at this point in the history
  2. bump ibc

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6b9956b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9288d View commit details
    Browse the repository at this point in the history
  4. add changelog

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    91df772 View commit details
    Browse the repository at this point in the history
  5. update mocks

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    61fbfb4 View commit details
    Browse the repository at this point in the history
  6. rollback some test changes

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fa9a1af View commit details
    Browse the repository at this point in the history
  7. fix go version for the git workflows

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cb22273 View commit details
    Browse the repository at this point in the history
  8. fix wront tx result for abci tx

    Pantani authored and Pantani committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5e1afdd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    d07c286 View commit details
    Browse the repository at this point in the history
  2. fix wrong test case

    Pantani authored and Pantani committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f564ad0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. remove some legacy methods and add module import blank to the `app_co…

    …nfig.go`
    Pantani authored and Pantani committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d4e2507 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    736a2b2 View commit details
    Browse the repository at this point in the history
  2. remove legacy amino and fix genesis commands

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    811f0bb View commit details
    Browse the repository at this point in the history
  3. fix module orders

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c0322ec View commit details
    Browse the repository at this point in the history
  4. remove unused modules and commands

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b454808 View commit details
    Browse the repository at this point in the history
  5. fix module imports

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7945ea9 View commit details
    Browse the repository at this point in the history
  6. use statstore instead key and memory store

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a8047bd View commit details
    Browse the repository at this point in the history
  7. fix missing runtime import for test keepers

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dfe6ad9 View commit details
    Browse the repository at this point in the history
  8. remove typo

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cb5e1df View commit details
    Browse the repository at this point in the history
  9. fix missing imports

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    199a2cb View commit details
    Browse the repository at this point in the history
  10. add msg signer option to the tx proto messages

    Pantani authored and Pantani committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e52af75 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	ignite/templates/app/files/app/encoding.go.plush
    #	ignite/templates/app/files/app/params/encoding.go.plush
    #	ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/root.go.plush
    #	ignite/templates/testutil/files/testutil/network/network.go.plush
    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    70f5e86 View commit details
    Browse the repository at this point in the history
  2. add release branch to trigger tests

    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2bdb1c4 View commit details
    Browse the repository at this point in the history
  3. remove invalid test case

    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b31dc57 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f54c916 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb8ef34 View commit details
    Browse the repository at this point in the history
  6. fix missing create mesage option for single messages scaffold

    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ba0ce77 View commit details
    Browse the repository at this point in the history
  7. Initialized with Ignite CLI

    Developer Experience team at Ignite committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8da1c2a View commit details
    Browse the repository at this point in the history
  8. remove unused files

    Pantani authored and Pantani committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1e6267d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. --events flag was moved to --query into query tx command

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c2b960e View commit details
    Browse the repository at this point in the history
  2. refactor: v0.50 store app wiring (#3672)

    * refactor: v0.50 store app wiring
    
    * updates
    
    * updates
    
    ---------
    
    Co-authored-by: Danilo Pantani <[email protected]>
    julienrbrt and Pantani authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7fd3d54 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unecessary boilerplate in module (#3673)

    * refactor: remove unecessary boilerplate in module
    
    * updates
    
    ---------
    
    Co-authored-by: Danilo Pantani <[email protected]>
    julienrbrt and Pantani authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a71496c View commit details
    Browse the repository at this point in the history
  4. refactor: simplify app.go (#3675)

    * refactor: simplify app.go
    
    * updates
    
    ---------
    
    Co-authored-by: Danilo Pantani <[email protected]>
    julienrbrt and Pantani authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    46629bf View commit details
    Browse the repository at this point in the history
  5. fix simulation types

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fec7f91 View commit details
    Browse the repository at this point in the history
  6. fix query txs params

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    07bc4a9 View commit details
    Browse the repository at this point in the history
  7. remove some empty lines

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5213a3d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0862f96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d8f9b5 View commit details
    Browse the repository at this point in the history
  10. refactor: remove unecessary boilerplate (#3676)

    Co-authored-by: Danilo Pantani <[email protected]>
    julienrbrt and Pantani authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c14da74 View commit details
    Browse the repository at this point in the history
  11. update go.mod.plush

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    274d536 View commit details
    Browse the repository at this point in the history
  12. rollback go.mod changes

    Pantani authored and Pantani committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    41638ec View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix module discovery to use the keepers

    Pantani authored and Pantani committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8bb73b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a2e2f6 View commit details
    Browse the repository at this point in the history
  3. bump sdk and ibc

    Pantani authored and Pantani committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    17b4391 View commit details
    Browse the repository at this point in the history
  4. find module per keeper

    Pantani authored and Pantani committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8fe304d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c052cb View commit details
    Browse the repository at this point in the history
  6. check blank imports

    Pantani authored and Pantani committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    52683bc View commit details
    Browse the repository at this point in the history
  7. remove unused test data

    Pantani authored and Pantani committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    41cb37f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. remove old support methods and move module pkg to module folder

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bddf8e8 View commit details
    Browse the repository at this point in the history
  2. fix the module scaffold to find the module folder

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    e2f0ba9 View commit details
    Browse the repository at this point in the history
  3. add more test case and blank imports

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    fc2629e View commit details
    Browse the repository at this point in the history
  4. use basepath instead roothopath

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d1568ea View commit details
    Browse the repository at this point in the history
  5. add pre blockers

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ff0a6ef View commit details
    Browse the repository at this point in the history
  6. fix cmd root_v2

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a334cb2 View commit details
    Browse the repository at this point in the history
  7. change ProvideClientContext to a pointer

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    18c8448 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    591d05c View commit details
    Browse the repository at this point in the history
  9. remove unused unit tests and fix others

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    513c86e View commit details
    Browse the repository at this point in the history
  10. bump cosmos-sdk and run make format

    Pantani authored and Pantani committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f0c7030 View commit details
    Browse the repository at this point in the history
  11. fix root.go

    julienrbrt committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2f81bd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. fix wrong tx swagger generation

    Pantani authored and Pantani committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    da17f3d View commit details
    Browse the repository at this point in the history
  2. fix ibc module import

    Pantani authored and Pantani committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    564da66 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. fix unit tests

    Pantani authored and Pantani committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b5096e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix app config for the unit tests

    Pantani authored and Pantani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a652d8e View commit details
    Browse the repository at this point in the history
  2. return ModuleCDC for ibc modules

    Pantani authored and Pantani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1726b4b View commit details
    Browse the repository at this point in the history
  3. fix capability keeper without app wiring

    Pantani authored and Pantani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b12e007 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. cleanup root.go and app.go

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ec693fa View commit details
    Browse the repository at this point in the history
  2. rollback txConfigOpts

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b0a975e View commit details
    Browse the repository at this point in the history
  3. use keepers injections as optional

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fd478f0 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7a2b776 View commit details
    Browse the repository at this point in the history
  5. fix error handler assign for sim tests

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3e13181 View commit details
    Browse the repository at this point in the history
  6. fix root sdk config call

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    9c5c487 View commit details
    Browse the repository at this point in the history
  7. skip lint cache

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ba1f45b View commit details
    Browse the repository at this point in the history
  8. fix unit tests for app.go discovery

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4fb1a51 View commit details
    Browse the repository at this point in the history
  9. fix test data

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5ba6f96 View commit details
    Browse the repository at this point in the history
  10. add mmising interface methods for some tests

    Pantani authored and Pantani committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    dc601a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix cosmosanalystis find implementation methods

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    79389f5 View commit details
    Browse the repository at this point in the history
  2. fix ibc keepers for the testutil pkg

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9227d7c View commit details
    Browse the repository at this point in the history
  3. fix expected keepers injection conflict

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ff67023 View commit details
    Browse the repository at this point in the history
  4. remove unused expected keepers interfsces

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bc59139 View commit details
    Browse the repository at this point in the history
  5. fix capability keeper nullpointer for unit tests

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    31fc570 View commit details
    Browse the repository at this point in the history
  6. fix module_ibc.go scaffolder

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3ead9fe View commit details
    Browse the repository at this point in the history
  7. rollback sdk context

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a42c8be View commit details
    Browse the repository at this point in the history
  8. add creator options for packet msgs

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c1b6206 View commit details
    Browse the repository at this point in the history
  9. bump cosmos-sdk

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    443cd90 View commit details
    Browse the repository at this point in the history
  10. fix unhandled error

    Pantani authored and Pantani committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    58db6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    Pantani authored and Pantani committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    73831a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf11343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588e7d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    9384106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd59c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5f007 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    34d807c View commit details
    Browse the repository at this point in the history
  2. rollback lint version and improve app module comments

    Pantani authored and Pantani committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1c10b12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98bc8d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    5403dcc View commit details
    Browse the repository at this point in the history
  2. move appconfig inject to app.go

    Pantani authored and Pantani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3a8f232 View commit details
    Browse the repository at this point in the history
  3. fix default test config

    Pantani authored and Pantani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e22e20b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2eabb5 View commit details
    Browse the repository at this point in the history
  5. increase chain test timeout for integration

    Pantani authored and Pantani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    25c93f5 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	ignite/pkg/jsonfile/jsonfile_test.go
    Pantani authored and Pantani committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f525f64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82355e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    3629651 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	ignite/pkg/cosmosanalysis/app/app.go
    #	ignite/pkg/cosmosgen/generate_openapi.go
    #	ignite/services/chain/generate.go
    Pantani authored and Pantani committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    edc0c11 View commit details
    Browse the repository at this point in the history
  3. remove unused go.sum files

    Pantani authored and Pantani committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    367b87b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    Pantani authored and Pantani committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cbec276 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	ignite/templates/app/files/go.mod.plush
    Pantani authored and Pantani committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0ade246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1bab5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f3f478 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a757c69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51cfa45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6024ff View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    Pantani authored and Pantani committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    85f7c92 View commit details
    Browse the repository at this point in the history
  2. bump cosmos-sdk and ibc

    Pantani authored and Pantani committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d4ba712 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    34b5a86 View commit details
    Browse the repository at this point in the history
  2. fix network tests

    Pantani authored and Pantani committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    aeb2432 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. add generic clenaup for the network config

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d3d1001 View commit details
    Browse the repository at this point in the history
  2. add cfg addresses manually

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3a1051e View commit details
    Browse the repository at this point in the history
  3. avoid override config ports

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1e85559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8950b0b View commit details
    Browse the repository at this point in the history
  5. add chain id and log format to tx integration test

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    89ecddd View commit details
    Browse the repository at this point in the history
  6. add tx output

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7144225 View commit details
    Browse the repository at this point in the history
  7. add json output for key query

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5275618 View commit details
    Browse the repository at this point in the history
  8. bump ibc/capability and sdk/client

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8665f19 View commit details
    Browse the repository at this point in the history
  9. bum go dependencies

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3a8e27d View commit details
    Browse the repository at this point in the history
  10. rollback not linux support dependency

    Pantani authored and Pantani committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    29a53de View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    #	ignite/pkg/cosmosclient/mocks/gasometer.go
    #	ignite/pkg/cosmosclient/mocks/signer.go
    #	ignite/services/plugin/template/go.mod.plush
    Pantani authored and Pantani committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    07dbd3c View commit details
    Browse the repository at this point in the history
  2. bump ibc

    Pantani authored and Pantani committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5a321b2 View commit details
    Browse the repository at this point in the history
  3. regenerate mocks

    Pantani authored and Pantani committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    336121c View commit details
    Browse the repository at this point in the history
  4. docs: update tutorials to work with SDK v0.50 (#3705)

    * chore: add `--chain-id` flag to blog commands
    
    * chore: use `cosmossdk.io/store`
    
    * chore: change blog tutorial to use the store service
    
    * chore: use `cosmossdk.io/errors`
    
    * chore: change "PostID" to "PostId"
    
    * chore: add missing import to code snippet
    
    * fix: correct expected keepers interface args
    
    * chore: add `--chain-id` flag to loan commands
    
    * ci: fix broken links
    
    * ci: fix broken references
    
    * ci: fix broken reference
    
    * chore: fix typo
    
    ---------
    
    Co-authored-by: Danilo Pantani <[email protected]>
    jeronimoalbi and Pantani authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c7e38c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bad0da8 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    Pantani authored and Pantani committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2631b49 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

Commits on Nov 14, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	integration/plugin/testdata/example-plugin/go.mod
    #	integration/plugin/testdata/example-plugin/go.sum
    Pantani authored and Pantani committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c0297e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0c8f9f View commit details
    Browse the repository at this point in the history
  3. feat: support autocli

    julienrbrt committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c961267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3761980 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    julienrbrt committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3bc62ce View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	go.mod
    #	go.sum
    #	ignite/pkg/cosmosgen/generate.go
    Pantani authored and Pantani committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c6983d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

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

Commits on Nov 17, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/sdk-v0.50

    # Conflicts:
    #	ignite/pkg/chaincmd/runner/chain.go
    Pantani authored and Pantani committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cb556cf View commit details
    Browse the repository at this point in the history
  2. bum chain ibc

    Pantani authored and Pantani committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    77b36b7 View commit details
    Browse the repository at this point in the history
  3. fix: fix ibc registration in 0.50 (#3758)

    * fix: fix ibc registration in 0.59
    
    * updates
    
    * nit
    
    ---------
    
    Co-authored-by: Danilo Pantani <[email protected]>
    julienrbrt and Pantani authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6c6533c View commit details
    Browse the repository at this point in the history
  4. register capability module and fix genesis order

    Pantani authored and Pantani committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fac8ad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Nov 20, 2023

  1. updates

    julienrbrt committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7afd1e0 View commit details
    Browse the repository at this point in the history
  2. fix ibc test

    julienrbrt committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    02ef43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    934d089 View commit details
    Browse the repository at this point in the history
  4. fix missed conflict

    julienrbrt committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4048162 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    341c91c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b640d30 View commit details
    Browse the repository at this point in the history
  3. feedback

    julienrbrt committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    a67e4ad View commit details
    Browse the repository at this point in the history
  4. remove line

    julienrbrt committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9610ef4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 24, 2023

  1. custom placeholders

    julienrbrt committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a11cfbc View commit details
    Browse the repository at this point in the history
  2. make lint-fix

    julienrbrt committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    76e97e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

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