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

(WIP)feat: sdk-47 #174

Open
wants to merge 79 commits into
base: main
Choose a base branch
from
Open

(WIP)feat: sdk-47 #174

wants to merge 79 commits into from

Commits on May 20, 2024

  1. feat: clean v1beta3

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a60e149 View commit details
    Browse the repository at this point in the history
  2. feat: sdk-47

    refs akash-network/support#212
    
    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 20, 2024
    Configuration menu
    Copy the full SHA
    29696a3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat: set go package name to pkg.akt.dev/go

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 23, 2024
    Configuration menu
    Copy the full SHA
    594933f View commit details
    Browse the repository at this point in the history
  2. feat: add sdl parser

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 23, 2024
    Configuration menu
    Copy the full SHA
    307d4c0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. fix(go): set up tests for go modules

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fd6d7d0 View commit details
    Browse the repository at this point in the history
  2. fix: match replace modules with upstream version of cosmos-sdk

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 26, 2024
    Configuration menu
    Copy the full SHA
    22a65d2 View commit details
    Browse the repository at this point in the history
  3. fix: unify register of proto fixes for grpc reflection

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4794505 View commit details
    Browse the repository at this point in the history
  4. chore: bump dependencies

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6f127f0 View commit details
    Browse the repository at this point in the history
  5. chore: .gitignore go.work.sum

    Signed-off-by: Artur Troian <[email protected]>
    troian committed May 26, 2024
    Configuration menu
    Copy the full SHA
    717e7e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. refactor: add cli rip off

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e1ae271 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. refactor(market): remove legacy events

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    197aeda View commit details
    Browse the repository at this point in the history
  2. fix(market): use filter from v1beta5 api

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    01d2268 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: use gogoproto tag for old regen fork

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3d9d1c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. feat: migrate params to dedicated stores

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d4521fc View commit details
    Browse the repository at this point in the history
  2. fix(go/cli): split deposit detection

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    46650f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: allocate cli flags to own package

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1c1756b View commit details
    Browse the repository at this point in the history
  2. feat(proto): put enums into messages

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    33adf70 View commit details
    Browse the repository at this point in the history
  3. fix(go/client): ensure key name is set to tx factory after loaing fro…

    …m keyring
    
    backport BroadcastBlock mode
    
    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1cd13de View commit details
    Browse the repository at this point in the history
  4. fix(go/cli): use flags from new flags module

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    32ebe3a View commit details
    Browse the repository at this point in the history
  5. fix(go): bump cometbft and cosmos-sdk

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    daf2b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. refactor: use flags wrapper for test cli helpers

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    424a9a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. feat(cli): add trace flag

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    699c4b3 View commit details
    Browse the repository at this point in the history
  2. fix(sdk): move grpc reflection server to v1

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5311f5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08bcffa View commit details
    Browse the repository at this point in the history
  4. fix(sdk): add provider store prefix

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    244993d View commit details
    Browse the repository at this point in the history
  5. docs(sdk): add deprecation notice to params table

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2151f9a View commit details
    Browse the repository at this point in the history
  6. fix(sdk): make params keys public for take module

    deprecate params table
    
    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ed1112b View commit details
    Browse the repository at this point in the history
  7. fix(sdk): add agov params table for sdk 0.47 migration

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d33da45 View commit details
    Browse the repository at this point in the history
  8. fix(sdk): remove testutil network

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    1477532 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. refactor: fix lint issues for go and proto

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3697080 View commit details
    Browse the repository at this point in the history
  2. fix(sdk): set mod readonly for go tests

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2867d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. refactor(go): make cli package part of pkg.akt.dev/go

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    18e6e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix: bump legacy akash-api version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9ba85f0 View commit details
    Browse the repository at this point in the history
  2. refactor: run lint on go/cli

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cdc8630 View commit details
    Browse the repository at this point in the history
  3. fix: pin gogoproto version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    943e1a3 View commit details
    Browse the repository at this point in the history
  4. refactor: put go/cli into dedicated module

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    24b6f67 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. feat: move migrations into dedicated module

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    25b4a3e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: remove legacy event parser

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5a55693 View commit details
    Browse the repository at this point in the history
  2. fix: make separate message for audit store

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    50bb74a View commit details
    Browse the repository at this point in the history
  3. fix: bump go package version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    40f1706 View commit details
    Browse the repository at this point in the history
  4. fix(go/sdl): bump go package version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    19fa682 View commit details
    Browse the repository at this point in the history
  5. fix(go/cli): bump go and sdl versions

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    304e61e View commit details
    Browse the repository at this point in the history
  6. fix(go/migrate): bump go version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c53d252 View commit details
    Browse the repository at this point in the history
  7. fix: deployment tests with updated audit types

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f0925c5 View commit details
    Browse the repository at this point in the history
  8. fix(go/node/migrate): add exp replace

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b0665cf View commit details
    Browse the repository at this point in the history
  9. fix(script): print test module name

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    081f106 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: add make command to bump module version

    use template: BUMP_MOD=<mod name> bump-<semver part>
    use example: BUMP_MOD=go bump-prerel
    
    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7f85866 View commit details
    Browse the repository at this point in the history
  2. fix(go/sdl): bump go lib version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7d3e39c View commit details
    Browse the repository at this point in the history
  3. fix(go/cli): bump go and sdl versions

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    833578b View commit details
    Browse the repository at this point in the history
  4. fix(go/migrate): bump go lib version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d37a995 View commit details
    Browse the repository at this point in the history
  5. fix(script): shellscrip lint

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f69d397 View commit details
    Browse the repository at this point in the history
  6. fix: protogen split args check

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f9f2644 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. feat: update ts codegen

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c25abe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix(scripts): add legacy semver parser

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5a0e572 View commit details
    Browse the repository at this point in the history
  2. chore: bump tools versions

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    48941fa View commit details
    Browse the repository at this point in the history
  3. fix(scripts): arg check count for protocgen

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    74cedf1 View commit details
    Browse the repository at this point in the history
  4. fix(proto): doc generation

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b1bdbb4 View commit details
    Browse the repository at this point in the history
  5. fix: golang lint

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fdde415 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. fix: go modules lint

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c8b48a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. feat: add client query utils

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    dcf9143 View commit details
    Browse the repository at this point in the history
  2. fix(go/client): add legacy gov

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cadfb6d View commit details
    Browse the repository at this point in the history
  3. fix(go/sdkutil): pin uakt as default token

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7df231a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. fix(client/go): add generate only case

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ca833df View commit details
    Browse the repository at this point in the history
  2. feat(go/cli): pull all cosmos-sdk commands into repo

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    13f27c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. refactor: run golintci

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a9ab9d7 View commit details
    Browse the repository at this point in the history
  2. refactor(go): imports

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2b33a46 View commit details
    Browse the repository at this point in the history
  3. chore: bump api package for sdl

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    310d99f View commit details
    Browse the repository at this point in the history
  4. chore: bump min go version to v1.23.0

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    edcffe1 View commit details
    Browse the repository at this point in the history
  5. chore(go/cli): bump api version

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    20a2fb6 View commit details
    Browse the repository at this point in the history
  6. chore: run golangci-lint

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a6a363e View commit details
    Browse the repository at this point in the history
  7. chore: increase timeout for golangci-lint

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a0f1570 View commit details
    Browse the repository at this point in the history
  8. chore: list direct-aux in help message

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    79de572 View commit details
    Browse the repository at this point in the history
  9. feat(go/cli): add crisis tests

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    47faeed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d823349 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. feat: add cli tests

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    82869fd View commit details
    Browse the repository at this point in the history
  2. fix(go/cli): dist tests

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bcb2271 View commit details
    Browse the repository at this point in the history
  3. chore: refactor gowork detection

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9d45efc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. feat: port canonical pubsub

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d5ca789 View commit details
    Browse the repository at this point in the history
  2. feat: port canonical runner

    Signed-off-by: Artur Troian <[email protected]>
    troian committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    000b748 View commit details
    Browse the repository at this point in the history