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: change app.go to v2 and add AppWiring feature #3553

Merged
merged 163 commits into from
Aug 17, 2023

Commits on Mar 30, 2023

  1. build buf pkg

    Pantani committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6ec0fc8 View commit details
    Browse the repository at this point in the history
  2. fix go.mod

    Pantani committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    71ccd6c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 18, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/buf-build

    # Conflicts:
    #	go.mod
    Pantani committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bfcf049 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

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

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    de84c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f0a56e View commit details
    Browse the repository at this point in the history
  3. add changelog

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f71b889 View commit details
    Browse the repository at this point in the history
  4. fix proto and template path

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    453546c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f71d077 View commit details
    Browse the repository at this point in the history
  6. fix api out path

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f95a8cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc68882 View commit details
    Browse the repository at this point in the history
  8. fix go.mod ident and sort

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    49d1a25 View commit details
    Browse the repository at this point in the history
  9. remove unused method

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6a32471 View commit details
    Browse the repository at this point in the history
  10. fix lint

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    24b84c9 View commit details
    Browse the repository at this point in the history
  11. fix wrong lint comment

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    069eae6 View commit details
    Browse the repository at this point in the history
  12. remove unused tools

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    610d616 View commit details
    Browse the repository at this point in the history
  13. fix doctor for tools pkg

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d32f7b9 View commit details
    Browse the repository at this point in the history
  14. add missing tool dependency

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    65feeb4 View commit details
    Browse the repository at this point in the history
  15. add missing import

    Pantani committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    69b9f8d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d3fbdfa View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. fix proto module name

    Pantani committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    69d9371 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/buf-build

    # Conflicts:
    #	ignite/cmd/model/chain_debug.go
    #	ignite/cmd/model/chain_serve.go
    #	ignite/pkg/cmdrunner/cmdrunner.go
    #	ignite/pkg/cosmosgen/generate.go
    #	ignite/pkg/cosmosgen/generate_openapi.go
    #	ignite/pkg/cosmosgen/install.go
    #	ignite/pkg/protoc/data/include/gogoproto/gogo.proto
    #	ignite/templates/app/files/go.mod.plush
    #	integration/doctor/testdata/config-ok.txt
    #	integration/doctor/testdata/existing-tools.go.txt
    #	integration/doctor/testdata/missing-tools.go.txt
    Pantani committed May 5, 2023
    Configuration menu
    Copy the full SHA
    72d8e12 View commit details
    Browse the repository at this point in the history
  2. update go.mod

    Pantani committed May 5, 2023
    Configuration menu
    Copy the full SHA
    507ed36 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update ignite/pkg/cosmosgen/generate_go.go method name

    Co-authored-by: Jerónimo Albi <[email protected]>
    Pantani and jeronimoalbi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4bd764b View commit details
    Browse the repository at this point in the history
  2. Update ignite/pkg/buf/buf.go remove unused ctx

    Co-authored-by: Jerónimo Albi <[email protected]>
    Pantani and jeronimoalbi committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e603a26 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/buf-build

    # Conflicts:
    #	ignite/templates/app/files/go.mod.plush
    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d6d5be0 View commit details
    Browse the repository at this point in the history
  4. fix wrong method call

    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    12632b0 View commit details
    Browse the repository at this point in the history
  5. fix deep tools

    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e8d1a9a View commit details
    Browse the repository at this point in the history
  6. fix ignite doctor

    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    a7edd4e View commit details
    Browse the repository at this point in the history
  7. fix buf.gen files

    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    a4287f0 View commit details
    Browse the repository at this point in the history
  8. fix proto gen files

    Pantani committed May 8, 2023
    Configuration menu
    Copy the full SHA
    279fed1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. remove 3thrparty mod

    Pantani committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b4a432c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. thr modules openapi

    Pantani committed May 14, 2023
    Configuration menu
    Copy the full SHA
    dc1f53a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. add xos copy commands

    Pantani committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6c9f881 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix wrong proto tmp path

    Pantani committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c70cfb3 View commit details
    Browse the repository at this point in the history
  2. remove unused method

    Pantani committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ce4f415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f966825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e300187 View commit details
    Browse the repository at this point in the history
  5. unhlanded error

    Pantani committed May 19, 2023
    Configuration menu
    Copy the full SHA
    1609b2e View commit details
    Browse the repository at this point in the history
  6. check if the buf files exists

    Pantani committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bd41879 View commit details
    Browse the repository at this point in the history
  7. remove unused ctx

    Pantani committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ba56501 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    c72b9e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808d18f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

    # Conflicts:
    #	ignite/cmd/chain.go
    Pantani committed May 23, 2023
    Configuration menu
    Copy the full SHA
    80d60cb View commit details
    Browse the repository at this point in the history
  3. fix changelog merge

    Pantani committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dce042f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    7a1021b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca27109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da28a09 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. add support for new app.go v2

    Pantani committed May 31, 2023
    Configuration menu
    Copy the full SHA
    8ea0dee View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    c900fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a3509 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    Co-authored-by: İlker G. Öztürk <[email protected]>
    Pantani and ilgooz committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6c10015 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    fc7cb19 View commit details
    Browse the repository at this point in the history
  2. inject custom module

    Pantani committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    776dc7e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into feat/buf-build

    # Conflicts:
    #	ignite/cmd/chain.go
    Pantani committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    8442b5a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    2c34095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63302e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 11, 2023

  1. app.go v2

    Pantani committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    c5fb225 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b64c930 View commit details
    Browse the repository at this point in the history
  3. add changelog

    Pantani committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    68a9222 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    4d366cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c6794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23779aa View commit details
    Browse the repository at this point in the history
  4. add pulsar protobuf support

    Pantani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    24b5722 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf58fb View commit details
    Browse the repository at this point in the history
  6. fix changelog

    Pantani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    3e58e71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e598c9 View commit details
    Browse the repository at this point in the history
  8. fix changelog

    Pantani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    bbb41a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. add msg update params

    Pantani committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ec45860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5987e4a View commit details
    Browse the repository at this point in the history
  3. update change log

    Pantani committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    16be294 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. add custom parameters

    Pantani committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    629dea2 View commit details
    Browse the repository at this point in the history
  2. remove upgrade handlers

    Pantani committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    6b0a34b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1d154 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    2c1d178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb88671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5961aa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. remove unused placeholders

    Pantani committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0f71f0a View commit details
    Browse the repository at this point in the history
  2. remove unused placeholders

    Pantani committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    056edaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f0ca26 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. add ibc to app.go

    Pantani committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    2c96082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    020baea View commit details
    Browse the repository at this point in the history
  3. fix changelog

    Pantani committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    47e0877 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1eed93 View commit details
    Browse the repository at this point in the history
  5. inject ibc keepers

    Pantani committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    706d4e4 View commit details
    Browse the repository at this point in the history
  6. remove warning

    Pantani committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    92a8e0c View commit details
    Browse the repository at this point in the history
  7. ADD IBC TO GOV ROUTE KEEPER

    Pantani committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fe7bf5f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix ibckeeper injection

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    592eb87 View commit details
    Browse the repository at this point in the history
  2. fix testutil for ibc module

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    83f14e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f5af12 View commit details
    Browse the repository at this point in the history
  4. update goversion

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d03469e View commit details
    Browse the repository at this point in the history
  5. update lint version

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9532249 View commit details
    Browse the repository at this point in the history
  6. fix goversion

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c44876a View commit details
    Browse the repository at this point in the history
  7. downgrade lint version

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    1fb2827 View commit details
    Browse the repository at this point in the history
  8. add pulsar to the tools file

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7cc3ddf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc59106 View commit details
    Browse the repository at this point in the history
  10. fix doctor command

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    0d7c8fb View commit details
    Browse the repository at this point in the history
  11. update lint

    Pantani committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b936887 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. use sdkerrors codes

    Pantani committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ee62c05 View commit details
    Browse the repository at this point in the history
  2. use deprecated sdkerrors

    Pantani committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    114a105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d95e9b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. fix pre handler

    Danilo Pantani authored and Danilo Pantani committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    fedfd47 View commit details
    Browse the repository at this point in the history
  2. fix rance condition

    Pantani authored and Pantani committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    3cc098c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge branch 'feat/buf-build' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/cmd/scaffold_mwasm.go
    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1fd5de5 View commit details
    Browse the repository at this point in the history
  2. fix wrong app path for tools migrations

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e7f4627 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/buf-build' into feat/buf-app-wiring

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    679e930 View commit details
    Browse the repository at this point in the history
  4. rollback lint version

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0b0bd42 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    775f417 View commit details
    Browse the repository at this point in the history
  6. rollback draft changes

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f28699d View commit details
    Browse the repository at this point in the history
  7. fix ineffassign lint

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    660cc28 View commit details
    Browse the repository at this point in the history
  8. fix wrong path

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    7722c4e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/buf-build' into feat/buf-app-wiring

    # Conflicts:
    #	.github/workflows/test-lint.yml
    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    cc60830 View commit details
    Browse the repository at this point in the history
  10. fix deprecated rand seed

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    105428f View commit details
    Browse the repository at this point in the history
  11. remove unused code

    Pantani authored and Pantani committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    466022d View commit details
    Browse the repository at this point in the history
  12. assert simulation app name

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

Commits on Jun 27, 2023

  1. decrease the size of the test chain name

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    49e3fb0 View commit details
    Browse the repository at this point in the history
  2. fix setup msg server keeper

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1821fc7 View commit details
    Browse the repository at this point in the history
  3. fix wrong keeper name

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3b24492 View commit details
    Browse the repository at this point in the history
  4. exclude module.proto from go proto generation

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e59427b View commit details
    Browse the repository at this point in the history
  5. fix wrong keeper arg pointer

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    af9876d View commit details
    Browse the repository at this point in the history
  6. fix missing sdk import

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d855ee5 View commit details
    Browse the repository at this point in the history
  7. fix wrong imports

    Pantani authored and Pantani committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    04e7b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    7fe7cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af24382 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    9a9f2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c423fc1 View commit details
    Browse the repository at this point in the history
  3. fix missing import

    Pantani authored and Pantani committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b6e53f3 View commit details
    Browse the repository at this point in the history
  4. move buf pkg to cosmosbuf

    Pantani authored and Pantani committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    383a07c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/buf-build' into feat/buf-app-wiring

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

Commits on Jul 3, 2023

  1. Merge branch 'main' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/cmd/scaffold_mwasm.go
    #	ignite/pkg/cosmosbuf/buf.go
    #	ignite/pkg/cosmosgen/generate_go.go
    #	ignite/pkg/cosmosgen/generate_openapi.go
    #	ignite/pkg/cosmosgen/install.go
    #	ignite/services/chain/proto.go
    #	ignite/templates/app/files/go.mod.plush
    #	ignite/templates/app/files/proto/buf.lock
    #	ignite/templates/app/files/proto/buf.yaml
    #	integration/doctor/testdata/config-ok.txt
    #	integration/doctor/testdata/existing-tools.go.txt
    #	integration/doctor/testdata/missing-tools.go.txt
    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a9bad12 View commit details
    Browse the repository at this point in the history
  2. fix doctor tools test

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0b98cf5 View commit details
    Browse the repository at this point in the history
  3. fix dependencie bank perm

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3776f64 View commit details
    Browse the repository at this point in the history
  4. add default expected keepers

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    658897e View commit details
    Browse the repository at this point in the history
  5. create generate proto-pulsar commands

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8f56bf3 View commit details
    Browse the repository at this point in the history
  6. bump ibc-go

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6b8b0a0 View commit details
    Browse the repository at this point in the history
  7. remove unused module

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d7fd56b View commit details
    Browse the repository at this point in the history
  8. replace cosmossdk.io/simapp/params to github.com/cosmos/cosmos-sdk/ty…

    …pes/module/testutil
    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    380b264 View commit details
    Browse the repository at this point in the history
  9. remove unused workaround

    Pantani authored and Pantani committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3a439a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix relative path for appPath

    Pantani authored and Pantani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ab6ccd6 View commit details
    Browse the repository at this point in the history
  2. use default rand

    Pantani authored and Pantani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    81d4141 View commit details
    Browse the repository at this point in the history
  3. rollback checkBufFiles method

    Pantani authored and Pantani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    38317a5 View commit details
    Browse the repository at this point in the history
  4. set params for testutil

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

Commits on Jul 5, 2023

  1. use short name for integrastion test modules

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1194648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e730f8 View commit details
    Browse the repository at this point in the history
  3. change slashing keep interface to avoid conflict with the staking keeper

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    61a3adb View commit details
    Browse the repository at this point in the history
  4. fix tx module name for intagration tests

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3a6bc92 View commit details
    Browse the repository at this point in the history
  5. remove some typos

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1617728 View commit details
    Browse the repository at this point in the history
  6. update buf version

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    df52d0d View commit details
    Browse the repository at this point in the history
  7. exclude module.proto file to generate ts

    Pantani authored and Pantani committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6819b22 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/templates/app/files/go.mod.plush
    Pantani authored and Pantani committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d22049b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    ae1cbce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b62ade View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 26, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/templates/app/files/app/app.go.plush
    Pantani authored and Pantani committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0243c16 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/templates/app/files/app/app.go.plush
    Pantani authored and Pantani committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aedecd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge remote-tracking branch 'origin/main' into feat/buf-app-wiring

    # Conflicts:
    #	ignite/templates/app/files/app/app.go.plush
    Pantani authored and Pantani committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1cbfc32 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. refactor: validate SDK version and deprecate sdkerrors.Wrap (#3602)

    * feat: change scaffold commands to validate supported SDK version
    
    Validation was added to pre run handler to avoid applying buff or other
    migrations when the app is using an older SDK version.
    
    * refactor: fix deprecated `sdkerrors.Wrap` calls in app templates
    
    * fix: correct app path in scaffold pre run handler
    
    * fix: correct app template imports for SDK errors
    
    * fix: correct `errorsmod.Wrapf` error wrapping argument
    
    * test: increased integration test timeout to 20m
    jeronimoalbi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6700846 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

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

Commits on Aug 10, 2023

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