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: Adds ADR 038 - go plugin system #404

Merged
merged 73 commits into from
Feb 1, 2023

Commits on Nov 15, 2022

  1. Revert "Merge pull request #270 from provenance-io/llama/add-fee-deno…

    …m-change-proposal"
    
    This reverts commit 7462a84, reversing
    changes made to 23ba5dc.
    SpicyLemon committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    648ae0c View commit details
    Browse the repository at this point in the history
  2. Bring in v0.46.4 changes. (#362)

    * docs: add ApplicationQueryService release notes (cosmos#13587)
    
    * docs: add ApplicationQueryService release notes
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(cli): add module-account cli cmd and grpc get api (backport cosmos#13612) (cosmos#13616)
    
    * feat(cli): add module-account cli cmd and grpc get api (cosmos#13612)
    
    (cherry picked from commit ddf5cf0)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/auth/v1beta1/query.pulsar.go
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	x/auth/client/testutil/suite.go
    #	x/auth/types/query.pb.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (backport cosmos#12474) (cosmos#13598)
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (cosmos#12474)
    
    (cherry picked from commit 18da0e9)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    * changelog
    
    * fix: flakey test
    
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: app-hash mismatch if upgrade migration commit is interrupted (backport cosmos#13530) (cosmos#13627)
    
    * feat(cli): Add iavl-disable-fastnode cmd flag with proper description (cosmos#13656) (cosmos#13659)
    
    (cherry picked from commit c833190)
    
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    
    * build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (cosmos#13680)
    
    * feat: emit cached context events (backport cosmos#13063) (cosmos#13702)
    
    * chore: prepare 0.46.4 changelog (cosmos#13716)
    
    * chore: prepare 0.46.4 changelog
    
    * wording
    
    * updates
    
    * updates
    
    * Change the default for the iavl-disable-fastnode flag to true (from false) to match the actual config default.
    
    * Add changelog entry for the iavl fastnode flag default.
    
    * Update swagger docs.
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    7 people committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3653851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54ed551 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Nov 21, 2022

  1. Bring in changes from Cosmos-SDK v0.46.6 (#367)

    * docs: add ApplicationQueryService release notes (cosmos#13587)
    
    * docs: add ApplicationQueryService release notes
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(cli): add module-account cli cmd and grpc get api (backport cosmos#13612) (cosmos#13616)
    
    * feat(cli): add module-account cli cmd and grpc get api (cosmos#13612)
    
    (cherry picked from commit ddf5cf0)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/auth/v1beta1/query.pulsar.go
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	x/auth/client/testutil/suite.go
    #	x/auth/types/query.pb.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (backport cosmos#12474) (cosmos#13598)
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (cosmos#12474)
    
    (cherry picked from commit 18da0e9)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    * changelog
    
    * fix: flakey test
    
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: app-hash mismatch if upgrade migration commit is interrupted (backport cosmos#13530) (cosmos#13627)
    
    * feat(cli): Add iavl-disable-fastnode cmd flag with proper description (cosmos#13656) (cosmos#13659)
    
    (cherry picked from commit c833190)
    
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    
    * build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (cosmos#13680)
    
    * feat: emit cached context events (backport cosmos#13063) (cosmos#13702)
    
    * chore: prepare 0.46.4 changelog (cosmos#13716)
    
    * chore: prepare 0.46.4 changelog
    
    * wording
    
    * updates
    
    * updates
    
    * ci: notify for 0.46.x releases (cosmos#13719)
    
    * feat: notify for 0.46.x releases
    
    * updates changelog
    
    * docs: fix algolia on 0.46 (cosmos#13730)
    
    * ci: modifying docs in 0.46 should not redeploy docs (cosmos#13732)
    
    * ci: modifying docs in 0.46 should not redeploy docs
    
    * updates
    
    * fix: propagate msg events correctly in x/gov (backport cosmos#13728) (cosmos#13748)
    
    * refactor: add error log when iavl set failed (backport cosmos#13803) (cosmos#13804)
    
    * refactor: add error log when iavl set failed (cosmos#13803)
    
    * add error log when iavl set failed
    
    Ref: cosmos#12012
    
    * Update CHANGELOG.md
    
    * play safe
    
    (cherry picked from commit 22f3261)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    
    * chore: bump tendermint to `0.34.23` (cosmos#13814)
    
    * fix: propagate events in x/group through sdk.Results (backport cosmos#13808) (cosmos#13809)
    
    * docs: update algolia index (cosmos#13823)
    
    * fix: bank store migration (backport cosmos#13821) (cosmos#13829)
    
    * fix: bank store migration (cosmos#13821)
    
    (cherry picked from commit d314a12)
    
    # Conflicts:
    #	x/bank/migrations/v3/store.go
    #	x/bank/migrations/v3/store_test.go
    
    * updates
    
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(types): set custom GasConfig on Context for GasKVStore (backport cosmos#13826) (cosmos#13833)
    
    * feat(types): set custom GasConfig on Context for GasKVStore (cosmos#13826)
    
    (cherry picked from commit f001b46)
    
    # Conflicts:
    #	CHANGELOG.md
    #	types/context.go
    #	types/context_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * chore: prepare 0.46.5 release (cosmos#13816)
    
    * fix: Allow underscores in EventRegex (backport cosmos#13861) (cosmos#13864)
    
    * fix: Allow underscores in EventRegex (cosmos#13861)
    
    (cherry picked from commit 14c582f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	tests/e2e/tx/service_test.go
    
    * updates
    
    * updates
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(group): add group members weight checks (backport cosmos#13869) (cosmos#13880)
    
    * fix(group): add group members weight checks (cosmos#13869)
    
    (cherry picked from commit 3423442)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/tx/v1beta1/service.pulsar.go
    #	types/tx/service.pb.go
    #	x/group/keeper/keeper.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(group)!: Fix group min execution period (backport cosmos#13876) (cosmos#13885)
    
    * fix(group)!: Fix group min execution period (cosmos#13876)
    
    * fix: don't check MinExecutionPeriod in `Allow`
    
    * Check MinExecutionPeriod on doExecuteMsgs
    
    * Fix TestExec
    
    * Fix TestExec
    
    * test exec pruned
    
    * Fix submitproposal
    
    * Add changelog
    
    * typo
    
    * revert some changes
    
    * add minExecutionPeriod
    
    * Add docs and specs
    
    (cherry picked from commit 7661f62)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/group/README.md
    #	x/group/keeper/keeper_test.go
    
    * fix docs
    
    * fix other conflicts
    
    * fix test
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(bank): Add helper for v0.46 denom migration (cosmos#13891)
    
    * feat(bank): Add helper for v0.46 denom migration
    
    * CL
    
    * Clearer name
    
    * Update x/bank/migrations/v046/store.go
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    
    * rename
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    
    * chore: impove 0.46.5 release notes (cosmos#13898)
    
    * chore: impove 0.46.5 release notes
    
    * update changelog
    
    * refactor: State Streaming Docs + Explicit Config Support (backport cosmos#13894) (cosmos#13909)
    
    * chore: remove typo (cosmos#13914) (cosmos#13917)
    
    (cherry picked from commit 34dcca7)
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: correctly propagate msg errors in gov (backport cosmos#13918) (cosmos#13928)
    
    * fix: correctly propagate msg errors in gov (cosmos#13918)
    
    * fix: correctly propagate msg errors in gov
    
    * chore: update changelog
    
    * fix: correctly check proposal status in tests
    
    * chore: delete unused var
    
    (cherry picked from commit 5581f7f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/gov/abci_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: John Letey <j@letey.de>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(bank): enable 0.46.5 bank migration fix through migrator keeper (cosmos#13929)
    
    * Update changelog for version bump.
    
    * Bring in Cosmos-SDK PR 13651 that overhauls/cleans up the GetConfig function to not require manual addition of stuff in order for it to be read.
    
    * Fix the pruning command to use the existing viper instance (that has everything loaded into it) instead of creating a new one.
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    Co-authored-by: John Letey <j@letey.de>
    14 people committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    7cd3d08 View commit details
    Browse the repository at this point in the history
  2. Backport to v0.46.x: feat: Add x/authz SendAuthorization AllowList co…

    …smos#12648 (#368)
    
    * feat: Add x/authz SendAuthorization AllowList (cosmos#12648)
    
    Closes: cosmos#12609
    
    ---
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [ ] provided a link to the relevant issue or specification
    - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    * Fix a unit test that for whatever reason didn't get updated in the merge.
    
    Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
    SpicyLemon and likhita-809 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ac8a6b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e3f814 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. use hashicorp go-plugin

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3b53797 View commit details
    Browse the repository at this point in the history
  2. python example

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9264d78 View commit details
    Browse the repository at this point in the history
  3. implement streaming to baseapp

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    295cefb View commit details
    Browse the repository at this point in the history
  4. abci listener wiring

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5eda8e0 View commit details
    Browse the repository at this point in the history
  5. update test files

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4786f05 View commit details
    Browse the repository at this point in the history
  6. update test files

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9843416 View commit details
    Browse the repository at this point in the history
  7. kafka plugin python example

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2fa745b View commit details
    Browse the repository at this point in the history
  8. update package name

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2f6d851 View commit details
    Browse the repository at this point in the history
  9. update proto and services

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8c4c9bc View commit details
    Browse the repository at this point in the history
  10. tx and kvpair indexing

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    cc93f14 View commit details
    Browse the repository at this point in the history
  11. tidy up

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b147f19 View commit details
    Browse the repository at this point in the history
  12. add readme

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    85f8fe8 View commit details
    Browse the repository at this point in the history
  13. update readme

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9f14886 View commit details
    Browse the repository at this point in the history
  14. add testing section

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e4cfc03 View commit details
    Browse the repository at this point in the history
  15. listeners need to be async

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    73ba2e3 View commit details
    Browse the repository at this point in the history
  16. remove goroutine on blocking call

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    07a6e87 View commit details
    Browse the repository at this point in the history
  17. terminate with os.Exit on stopNodeOnErr

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    e94c0e7 View commit details
    Browse the repository at this point in the history
  18. dumb pipe bridge

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    86599a2 View commit details
    Browse the repository at this point in the history
  19. fix: listen state writes on rootmulti store only

    and refactoring file streamer to output single file for each block
    
    update spec
    
    sort storeKey once at first
    
    move MemoryListener store package
    yihuang authored and Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3e8f2c1 View commit details
    Browse the repository at this point in the history
  20. introduce memory listener and OnCommit listener

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a40f5da View commit details
    Browse the repository at this point in the history
  21. remove WriteListener and use MemoryListener

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5e02a1e View commit details
    Browse the repository at this point in the history
  22. internalize listener init to cache layer

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3d0dfcd View commit details
    Browse the repository at this point in the history
  23. determenistic PopStateCache, grpc service

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ad0aa3e View commit details
    Browse the repository at this point in the history
  24. add Go file plugin

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    57baef1 View commit details
    Browse the repository at this point in the history
  25. multiple service support

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a0b7a9b View commit details
    Browse the repository at this point in the history
  26. add \n

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c25cd30 View commit details
    Browse the repository at this point in the history
  27. add proto dir

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    39c2d26 View commit details
    Browse the repository at this point in the history
  28. append to file

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a9bcbbe View commit details
    Browse the repository at this point in the history
  29. support in-process listeners

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3f48c06 View commit details
    Browse the repository at this point in the history
  30. use setStreamingService

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    9f9472a View commit details
    Browse the repository at this point in the history
  31. enable plugins as managed clients

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    00e8ccb View commit details
    Browse the repository at this point in the history
  32. fix after cherry pick

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    be60cbc View commit details
    Browse the repository at this point in the history
  33. add default to toml config

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    22c294c View commit details
    Browse the repository at this point in the history
  34. format toml config

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0882a0a View commit details
    Browse the repository at this point in the history
  35. update template

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    d38e28f View commit details
    Browse the repository at this point in the history
  36. update template

    Ergels Gaxhaj committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ee27139 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. update documentation

    Ergels Gaxhaj committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4f20a3b View commit details
    Browse the repository at this point in the history
  2. fix test

    Ergels Gaxhaj committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b8e65ef View commit details
    Browse the repository at this point in the history
  3. write request to single topics

    Ergels Gaxhaj committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e16eaba View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. fix lint errors

    Ergels Gaxhaj committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5eb8736 View commit details
    Browse the repository at this point in the history
  2. remove python examples, CI cannot verify

    Ergels Gaxhaj committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8e8ebb0 View commit details
    Browse the repository at this point in the history
  3. fix gosec findings

    Ergels Gaxhaj committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c3d2ee1 View commit details
    Browse the repository at this point in the history
  4. move plugin proto with sdk proto files, regen plugin code

    Ergels Gaxhaj committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1a12f20 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. update readme

    Ergels Gaxhaj committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5c1fd54 View commit details
    Browse the repository at this point in the history
  2. update deps

    remove unused dep
    Ergels Gaxhaj committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    b9b519e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Bring in v0.46.7 updates. (#402)

    * docs: add ApplicationQueryService release notes (cosmos#13587)
    
    * docs: add ApplicationQueryService release notes
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(cli): add module-account cli cmd and grpc get api (backport cosmos#13612) (cosmos#13616)
    
    * feat(cli): add module-account cli cmd and grpc get api (cosmos#13612)
    
    (cherry picked from commit ddf5cf0)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/auth/v1beta1/query.pulsar.go
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	x/auth/client/testutil/suite.go
    #	x/auth/types/query.pb.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (backport cosmos#12474) (cosmos#13598)
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (cosmos#12474)
    
    (cherry picked from commit 18da0e9)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    * changelog
    
    * fix: flakey test
    
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: app-hash mismatch if upgrade migration commit is interrupted (backport cosmos#13530) (cosmos#13627)
    
    * feat(cli): Add iavl-disable-fastnode cmd flag with proper description (cosmos#13656) (cosmos#13659)
    
    (cherry picked from commit c833190)
    
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    
    * build(deps): Bump github.com/cosmos/iavl from 0.19.3 to 0.19.4 (cosmos#13680)
    
    * feat: emit cached context events (backport cosmos#13063) (cosmos#13702)
    
    * chore: prepare 0.46.4 changelog (cosmos#13716)
    
    * chore: prepare 0.46.4 changelog
    
    * wording
    
    * updates
    
    * updates
    
    * ci: notify for 0.46.x releases (cosmos#13719)
    
    * feat: notify for 0.46.x releases
    
    * updates changelog
    
    * docs: fix algolia on 0.46 (cosmos#13730)
    
    * ci: modifying docs in 0.46 should not redeploy docs (cosmos#13732)
    
    * ci: modifying docs in 0.46 should not redeploy docs
    
    * updates
    
    * fix: propagate msg events correctly in x/gov (backport cosmos#13728) (cosmos#13748)
    
    * refactor: add error log when iavl set failed (backport cosmos#13803) (cosmos#13804)
    
    * refactor: add error log when iavl set failed (cosmos#13803)
    
    * add error log when iavl set failed
    
    Ref: cosmos#12012
    
    * Update CHANGELOG.md
    
    * play safe
    
    (cherry picked from commit 22f3261)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    
    * chore: bump tendermint to `0.34.23` (cosmos#13814)
    
    * fix: propagate events in x/group through sdk.Results (backport cosmos#13808) (cosmos#13809)
    
    * docs: update algolia index (cosmos#13823)
    
    * fix: bank store migration (backport cosmos#13821) (cosmos#13829)
    
    * fix: bank store migration (cosmos#13821)
    
    (cherry picked from commit d314a12)
    
    # Conflicts:
    #	x/bank/migrations/v3/store.go
    #	x/bank/migrations/v3/store_test.go
    
    * updates
    
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(types): set custom GasConfig on Context for GasKVStore (backport cosmos#13826) (cosmos#13833)
    
    * feat(types): set custom GasConfig on Context for GasKVStore (cosmos#13826)
    
    (cherry picked from commit f001b46)
    
    # Conflicts:
    #	CHANGELOG.md
    #	types/context.go
    #	types/context_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * chore: prepare 0.46.5 release (cosmos#13816)
    
    * fix: Allow underscores in EventRegex (backport cosmos#13861) (cosmos#13864)
    
    * fix: Allow underscores in EventRegex (cosmos#13861)
    
    (cherry picked from commit 14c582f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	tests/e2e/tx/service_test.go
    
    * updates
    
    * updates
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(group): add group members weight checks (backport cosmos#13869) (cosmos#13880)
    
    * fix(group): add group members weight checks (cosmos#13869)
    
    (cherry picked from commit 3423442)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/tx/v1beta1/service.pulsar.go
    #	types/tx/service.pb.go
    #	x/group/keeper/keeper.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(group)!: Fix group min execution period (backport cosmos#13876) (cosmos#13885)
    
    * fix(group)!: Fix group min execution period (cosmos#13876)
    
    * fix: don't check MinExecutionPeriod in `Allow`
    
    * Check MinExecutionPeriod on doExecuteMsgs
    
    * Fix TestExec
    
    * Fix TestExec
    
    * test exec pruned
    
    * Fix submitproposal
    
    * Add changelog
    
    * typo
    
    * revert some changes
    
    * add minExecutionPeriod
    
    * Add docs and specs
    
    (cherry picked from commit 7661f62)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/group/README.md
    #	x/group/keeper/keeper_test.go
    
    * fix docs
    
    * fix other conflicts
    
    * fix test
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(bank): Add helper for v0.46 denom migration (cosmos#13891)
    
    * feat(bank): Add helper for v0.46 denom migration
    
    * CL
    
    * Clearer name
    
    * Update x/bank/migrations/v046/store.go
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    
    * rename
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    
    * chore: impove 0.46.5 release notes (cosmos#13898)
    
    * chore: impove 0.46.5 release notes
    
    * update changelog
    
    * refactor: State Streaming Docs + Explicit Config Support (backport cosmos#13894) (cosmos#13909)
    
    * chore: remove typo (cosmos#13914) (cosmos#13917)
    
    (cherry picked from commit 34dcca7)
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: correctly propagate msg errors in gov (backport cosmos#13918) (cosmos#13928)
    
    * fix: correctly propagate msg errors in gov (cosmos#13918)
    
    * fix: correctly propagate msg errors in gov
    
    * chore: update changelog
    
    * fix: correctly check proposal status in tests
    
    * chore: delete unused var
    
    (cherry picked from commit 5581f7f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/gov/abci_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: John Letey <j@letey.de>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat(bank): enable 0.46.5 bank migration fix through migrator keeper (cosmos#13929)
    
    * chore: bump tendermint to 0.34.24 (cosmos#13972)
    
    * chore: add group and gov/v1 in swagger (backport cosmos#13984) (cosmos#13996)
    
    * chore: add group and gov/v1 in swagger (cosmos#13984)
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit cfa224c)
    
    # Conflicts:
    #	client/docs/config.json
    #	client/docs/swagger-ui/swagger.yaml
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix(baseapp): fix snapshot interval bug (backport cosmos#14049) (cosmos#14053)
    
    * refactor: use viper unmarshal in `config.GetConfig` function (backport cosmos#13651) (cosmos#14082)
    
    * fix(group)!: Don't re-tally proposals after VP end (backport cosmos#14071) (cosmos#14091)
    
    * fix(group)!: Don't re-tally proposals after VP end (cosmos#14071)
    
    (cherry picked from commit 4ebe3aa)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog and test
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: do not shadow clientCtx in start.go (backport cosmos#14086) (cosmos#14101)
    
    * fix: do not shadow clientCtx in start.go (cosmos#14086)
    
    (cherry picked from commit f96072d)
    
    # Conflicts:
    #	server/start.go
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * chore: Test for Server Config Read cosmos#14125 (cosmos#14127)
    
    (cherry picked from commit 9f46665)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * fix: remove duplicate ante events (backport cosmos#13983) (cosmos#14142)
    
    * fix: remove duplicate ante events (cosmos#13983)
    
    ## Description
    
    After enabling the post-handler on our chain, we realised something odd with our transaction events. The ordering was `[ANTE, MSGS, ANTE, POST]`. After doing some digging, we realised that the context used inside the post-handler still contains the events from the ante-handler.
    
    This should be backported to v0.46.x and v0.47.x 😄
    Happy to make it compatible with cosmos#13940 when that gets merged!
    
    cc @mbreithecker
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [ ] provided a link to the relevant issue or specification
    - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    (cherry picked from commit 25449b5)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    Co-authored-by: John Letey <john@kyve.network>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * feat: support alternative query multistore (backport cosmos#13529) (cosmos#14169)
    
    * feat: support alternative query multistore (cosmos#13529)
    
    * support customize query multistore
    
    * Update CHANGELOG.md
    
    * fix test
    
    * Update baseapp/abci.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update baseapp/baseapp.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update baseapp/options.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    (cherry picked from commit 15accd7)
    
    # Conflicts:
    #	CHANGELOG.md
    #	baseapp/baseapp.go
    #	baseapp/options.go
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    
    * fix: state listener observe writes at wrong time (backport cosmos#13516) (cosmos#14138)
    
    * fix: state listener observe writes at wrong time (cosmos#13516)
    
    * fix: state listener observe writes at wrong time
    
    Closes: cosmos#13457
    
    Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
    The solution (as discussed in the issue) is to listen state writes on rootmulti store only.
    
    It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.
    
    It adds new config items for file streamer:
    - streamers.file.output-metadata
    - streamers.file.stop-node-on-error
    - streamers.file.fsync
    
    * synchronous abci call, and format doc
    
    * fix comment
    
    * update file streamer readme and fix typos
    
    * typo
    
    * fix: state listener observe writes at wrong time
    
    Closes: cosmos#13457
    
    Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
    The solution (as discussed in the issue) is to listen state writes on rootmulti store only.
    
    It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.
    
    It adds new config items for file streamer:
    - streamers.file.output-metadata
    - streamers.file.stop-node-on-error
    - streamers.file.fsync
    
    synchronous abci call, and format doc
    
    fix comment
    
    update file streamer readme and fix typos
    
    typo
    
    * improve UX of file streamer, make it immediately usable after enabled
    
    - set default value to write_dir.
    - make write_dir based on home directory by default.
    - auto-create the directory if not exists.
    
    * get homePage from opts
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit 1f91ee2)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/base/store/v1beta1/listening.pulsar.go
    #	baseapp/streaming.go
    #	docs/architecture/adr-038-state-listening.md
    #	server/config/toml.go
    #	simapp/app_v2.go
    #	store/cachemulti/store.go
    #	store/iavl/store.go
    #	store/mem/store.go
    #	store/streaming/constructor.go
    #	store/streaming/file/service.go
    #	store/streaming/file/service_test.go
    #	store/types/listening.pb.go
    #	store/types/store.go
    
    * `make proto-gen`, update changelog, delete uncessary files
    
    * fix conflicts
    
    * fix conflicts
    
    * revert api breaking change
    
    * fix build
    
    * fix unit test
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    
    * refactor: provide a helper for baseapp options (backport cosmos#14175) (cosmos#14178)
    
    * refactor: provide a helper for baseapp options (cosmos#14175)
    
    * provide a helper for baseapp options
    
    * rename
    
    * changelog entry
    
    * fix spelling
    
    (cherry picked from commit 1b6192f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	server/mock/app_test.go
    #	simapp/simd/cmd/root.go
    
    * conflicts
    
    * lint
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    
    * feat: add --grpc client option (backport cosmos#14051) (cosmos#14192)
    
    Co-authored-by: Aaron Craelius <aaron@regen.network>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * refactor: cleanup store/streaming/constructor.go (backport cosmos#14044) (cosmos#14236)
    
    * chore: audit store/streaming/file/service.go (backport cosmos#14234) (cosmos#14241)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * fix: fix grpc flag conflict (backport cosmos#14244) (cosmos#14248)
    
    * chore: prepare 0.46.7 release (cosmos#14103)
    
    * fix(gov): Fix v3 votes migrations (backport cosmos#14214) (cosmos#14277)
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * Add changelog entry for bringing in v0.46.7 changes.
    
    * Fix the changelog. The merge duplicated several SDK sections.
    
    * Fix the TestFileStreamingService.
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    Co-authored-by: John Letey <j@letey.de>
    Co-authored-by: John Letey <john@kyve.network>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Aaron Craelius <aaron@regen.network>
    17 people committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b493b8c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-pio/v0.46.x' into prov/egaxhaj/v0.46.6-pio-1-ad…

    …d-adr038
    Ergels Gaxhaj committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e9e0342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18b455c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

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

Commits on Jan 12, 2023

  1. cherry-pick cosmos-sdk authz validatebasic fix (#429)

    * cherry-pick cosmos-sdk authz validatebasic fix
    
    * Add change log entry
    
    Co-authored-by: bruce-wayne2 <97930236+bruce-wayne2@users.noreply.github.com>
    2 people authored and SpicyLemon committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    982ad88 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. set res for delivertx

    Ergels Gaxhaj committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    dedfc7f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Revert "Revert "Merge pull request #270 from provenance-io/llama/add-…

    …fee-denom-change-proposal""
    
    This reverts commit 648ae0c.
    SpicyLemon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b387319 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main-pio' into release-pio/v0.46.x

    # Conflicts:
    #	CHANGELOG.md
    #	RELEASE_NOTES.md
    #	go.mod
    #	go.sum
    #	server/config/toml.go
    #	store/cachekv/store.go
    SpicyLemon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5064250 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    0b88c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2ea8a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Merge branch 'release-pio/v0.46.x' into prov/egaxhaj/v0.46.6-pio-1-ad…

    …d-adr038
    Ergels Gaxhaj committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a7f217e View commit details
    Browse the repository at this point in the history
  2. improvements from upstream feedback

    Ergels Gaxhaj committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    3f523d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix tests

    Ergels Gaxhaj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    65af340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23cc47b View commit details
    Browse the repository at this point in the history
  3. remove release notes

    Ergels Gaxhaj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    db0557a View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    Ergels Gaxhaj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    9777eb9 View commit details
    Browse the repository at this point in the history
  5. changes based on feedback

    Ergels Gaxhaj committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e303240 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. fix tests

    Ergels Gaxhaj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7d4435f View commit details
    Browse the repository at this point in the history
  2. default to empty keys

    Ergels Gaxhaj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e247e29 View commit details
    Browse the repository at this point in the history
  3. feadback fixes

    Ergels Gaxhaj committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d1047bf View commit details
    Browse the repository at this point in the history