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

47 with token factory #1327

Closed
wants to merge 140 commits into from
Closed

Commits on Jan 11, 2023

  1. Start cosmos-sdk v0.47 integration (CosmWasm#1136)

    * Upgrade to sdk v0.47 branch
    
    * More integration work
    
    * SDK version upgrade; fixes
    
    * More fixes
    
    * Fixes
    
    * Deactivate failing tests
    
    * SDK + ibc-go version upgrades
    
    * limix gas fix
    
    (cherry picked from commit f7f8417)
    
    * with valset in bench
    
    (cherry picked from commit 35b2a8f)
    
    * Revert staking query handler; fix tests
    
    * Minor cleanup
    
    * Rebased
    
    * Address linter issues
    
    * Set legacy router proper
    
    * Deactivate failing test. Race condition needs to handled in SDK
    
    * Address some code smells
    
    * Bump sdk version
    
    * Use gov v1 internally for votes
    
    * Activate test after sdk fix
    
    * Add group test
    
    * Add config template for wasm fields
    
    * Add Rust backtrace flag for more debug output on simulations
    
    * Set unique node folder for tests
    
    * Revert "Add Rust backtrace flag for more debug output on simulations"
    
    This reverts commit 218c3c6.
    
    * Simulations
    
    * Run also im/export + deterministic sims
    
    * Add package prefix to interfaces
    
    * Add signer annotation (cosmos/cosmos-sdk#10933), minor cleanup
    
    * Bump sdk version
    
    * Review comments
    
    Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
    alpe and vuong177 authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    76dd72d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.11.0...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit f490595)
    dependabot[bot] authored and mergify[bot] committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    1e6a886 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1152 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1151
    
    Bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (backport CosmWasm#1151)
    alpe authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e9a80cf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Remove intertx for vanilla ICA

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

Commits on Jan 23, 2023

  1. fix msg format in EVENTS.md

    (cherry picked from commit 38d466a)
    dev8723 authored and mergify[bot] committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    50bda42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1159 from CosmWasm/ica_noauth

    Remove intertx for vanilla ICA
    alpe authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    42dc194 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1168 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1167
    
    Fix msg format in EVENTS.md (backport CosmWasm#1167)
    alpe authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    22880a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Better to sdk coin convertion (CosmWasm#1164)

    * Better to sdk coin convertion
    
    * Review feedback
    
    (cherry picked from commit a925a9e)
    alpe authored and mergify[bot] committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    cc28399 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1170 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1164
    
    Better to sdk coin convertion (backport CosmWasm#1164)
    alpe authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    650af69 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Disallow only address permission (CosmWasm#1163)

    * Remove AccessTypeOnlyAddress for store msg
    
    * Remove AccessTypeOnlyAddress for update config msg
    
    * Review feedback
    
    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    
    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    (cherry picked from commit 8991633)
    alpe authored and mergify[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6b9d1c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Integrate wasmvm v1.2.0 (backport CosmWasm#1161) (CosmWasm#1175)

    * Integrate wasmvm v1.2.0 (CosmWasm#1161)
    
    * Bump wasmvm version
    
    * Bump wasm test contracts
    
    * Encode weighted votes
    
    * Encode instantiate2
    
    * Handle code info query; better wasmvm errors
    
    * Fix readme
    
    * Make linter happy
    
    * add non cgo build
    
    * Review comments
    
    * Bump wasmvm to release version
    
    Co-authored-by: jhernandezb <contact@jhernandez.me>
    (cherry picked from commit 957b38e)
    
    # Conflicts:
    #	x/wasm/keeper/handler_plugin_encoders.go
    #	x/wasm/keeper/handler_plugin_encoders_test.go
    #	x/wasm/keeper/keeper.go
    #	x/wasm/keeper/keeper_test.go
    
    * Adress merge conflicts
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    mergify[bot] and alpe authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a851656 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1176 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1163
    
    Disallow only address permission (backport CosmWasm#1163)
    alpe authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fe57635 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.12.0 to 1.13.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.12.0...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit ffa0e5e)
    dependabot[bot] authored and mergify[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    dff6528 View commit details
    Browse the repository at this point in the history
  2. Emit events for setContractAdmin + setAccessConfig (CosmWasm#1179)

    (cherry picked from commit c9e7830)
    alpe authored and mergify[bot] committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    db503d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1186 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1181
    
    Bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0 (backport CosmWasm#1181)
    alpe authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    83142ba View commit details
    Browse the repository at this point in the history
  4. Dependency upgrades (CosmWasm#1172)

    * Bump sdk version to lastest
    
    * Bump ibc-go  version to lastest
    
    * Remove channel hack
    alpe authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    aa8db78 View commit details
    Browse the repository at this point in the history
  5. Merge pull request CosmWasm#1187 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1179
    
    Emit events for setContractAdmin + setAccessConfig (backport CosmWasm#1179)
    alpe authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9df3f60 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

  1. Merge pull request CosmWasm#1190 from gjermundgaraba/develop_sdk47

    Update to ibc-go v7 beta2 + protoVer=0.11.5
    alpe authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    6a49301 View commit details
    Browse the repository at this point in the history
  2. Bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.13.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit de27e7f)
    dependabot[bot] authored and mergify[bot] committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    287aec8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1193 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1191
    
    Bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1 (backport CosmWasm#1191)
    alpe authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a6fcba2 View commit details
    Browse the repository at this point in the history
  4. Fix typos (backport CosmWasm#1185) (CosmWasm#1194)

    * Fix typos
    
    (cherry picked from commit c88b819)
    
    # Conflicts:
    #	proto/cosmwasm/wasm/v1/tx.proto
    
    * Fix merge conflict
    
    ---------
    
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    mergify[bot] and alpe authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    388b175 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. rename lastIDKey

    expertdicer committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    87ece70 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    92d01c3 View commit details
    Browse the repository at this point in the history
  2. ibc-go v7.0.0

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    dd101bd View commit details
    Browse the repository at this point in the history
  3. github actions

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    a951fc6 View commit details
    Browse the repository at this point in the history
  4. golangci config

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    fefa067 View commit details
    Browse the repository at this point in the history
  5. all tests pass

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    493792e View commit details
    Browse the repository at this point in the history
  6. 47 fully linted

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    111c98f View commit details
    Browse the repository at this point in the history
  7. use go 20

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    85c3b43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbfbb95 View commit details
    Browse the repository at this point in the history
  9. fix bad lint

    ThanhNhann authored and faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0bb74b7 View commit details
    Browse the repository at this point in the history
  10. check fuzz

    ThanhNhann authored and faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    b684a38 View commit details
    Browse the repository at this point in the history
  11. use thanh's fuzz test

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    41eddc1 View commit details
    Browse the repository at this point in the history
  12. make proto-gen

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    2f01f8d View commit details
    Browse the repository at this point in the history
  13. tidy

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5beb360 View commit details
    Browse the repository at this point in the history
  14. tm-db notes

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    6ab6475 View commit details
    Browse the repository at this point in the history
  15. bump circleci in go

    faddat committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8418635 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. add the tf module

    faddat committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    107299b View commit details
    Browse the repository at this point in the history
  2. add token factory protos

    faddat committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9867792 View commit details
    Browse the repository at this point in the history
  3. make proto-gen

    faddat committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a4a160d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. bumps

    faddat committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5b8d05d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. add token factory test suite

    faddat committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5f09480 View commit details
    Browse the repository at this point in the history
  2. add token factory test suite

    faddat committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a90d6b5 View commit details
    Browse the repository at this point in the history
  3. golangci

    faddat committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    572a13e View commit details
    Browse the repository at this point in the history
  4. update app

    ThanhNhann committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f1fccae View commit details
    Browse the repository at this point in the history
  5. fix last test

    ThanhNhann committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7570f28 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Merge pull request #93 from notional-labs/nhan/fix_bump_v47

    fix bump v47 with token factory
    faddat authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d9367b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44dedbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8b5569 View commit details
    Browse the repository at this point in the history
  4. use cometbft

    faddat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    73ccdea View commit details
    Browse the repository at this point in the history
  5. use cometbft

    faddat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    6ee9901 View commit details
    Browse the repository at this point in the history
  6. use latest comet

    faddat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    ce8a95e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db5a52e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af026ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d96c66d View commit details
    Browse the repository at this point in the history
  10. icad with comet

    faddat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    6c882b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7294359 View commit details
    Browse the repository at this point in the history
  12. tidy

    faddat committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    56f91e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. indent-error-flow

    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    120b7b1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'dadamu/paul/fix-stargate-querier' into …

    …47-with-token-factory
    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1969af4 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'notional/nguyen/rename-lastIdKey' into …

    …47-with-token-factory
    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    d293877 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'wormhole/list-contract-code-bugfix' int…

    …o 47-with-token-factory
    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1bab40b View commit details
    Browse the repository at this point in the history
  5. Update codeql-analizer.yml

    faddat authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    e734108 View commit details
    Browse the repository at this point in the history
  6. normalize go

    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f07f94e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afae3e8 View commit details
    Browse the repository at this point in the history
  8. comments

    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    04bf69d View commit details
    Browse the repository at this point in the history
  9. ledger

    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    b022583 View commit details
    Browse the repository at this point in the history
  10. Revert "ledger"

    This reverts commit b022583.
    faddat committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    011e8b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. cometbft

    faddat committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b4ffc7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28ef5b View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (CosmWasm#1200)

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.1 to 1.14.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.13.1...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit f3fc31c)
    dependabot[bot] authored and mergify[bot] committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    524f773 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1219 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1200
    
    Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (backport CosmWasm#1200)
    alpe authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fc4bbe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. list-contract-by-code bugfix

    (cherry picked from commit 2ccffed)
    nik-suri authored and mergify[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    466f206 View commit details
    Browse the repository at this point in the history
  2. fix: stargate querier does not reset the state

    (cherry picked from commit fd03235)
    dadamu authored and mergify[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3eca999 View commit details
    Browse the repository at this point in the history
  3. test: add unit test

    (cherry picked from commit 6d8018a)
    dadamu authored and mergify[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    92fde7a View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1223 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1201
    
    list-contract-by-code bugfix (backport CosmWasm#1201)
    alpe authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    498b98e View commit details
    Browse the repository at this point in the history
  5. Merge pull request CosmWasm#1224 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1208
    
    fix: stargate querier does not reset the structure state (backport CosmWasm#1208)
    alpe authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    05be122 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Add Windows client support (CosmWasm#1197)

    * Add Windows client support
    
    * Separate server and windows client
    
    ---------
    
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    (cherry picked from commit 8a20779)
    pinosu authored and mergify[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b9d2771 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1227 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1197
    
    Add Windows client support (backport CosmWasm#1197)
    alpe authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e3f36b2 View commit details
    Browse the repository at this point in the history
  3. Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.14.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit e5fab3d)
    dependabot[bot] authored and mergify[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    00edea6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1228 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1222
    
    Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0 (backport CosmWasm#1222)
    alpe authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    ddedb03 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

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

Commits on Mar 6, 2023

  1. Rename windows client binary

    (cherry picked from commit de09c7f)
    alpe authored and mergify[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    918d952 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1235 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1231
    
    Rename windows client binary (backport CosmWasm#1231)
    alpe authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    221cf02 View commit details
    Browse the repository at this point in the history
  3. Return IBC packet sequence number (backport CosmWasm#1225) (CosmWasm#…

    …1233)
    
    * Return IBC packet sequence number (CosmWasm#1225)
    
    * Return IBC packet sequence number
    
    * Fix review feedbacks
    
    * Remove names to return values in DispatchMsg method
    
    * Fix comments
    
    (cherry picked from commit 4f1c57f)
    
    # Conflicts:
    #	x/wasm/keeper/handler_plugin.go
    
    * Fix merge conflict
    
    ---------
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    3 people authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f4f2fe8 View commit details
    Browse the repository at this point in the history
  4. Test rust panic for regression

    (cherry picked from commit a52e604)
    alpe authored and mergify[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    29225df View commit details
    Browse the repository at this point in the history
  5. Fix client checksum verification (CosmWasm#1234)

    * Fix client checksum verification
    
    * Review comments
    
    (cherry picked from commit 1a8019b)
    
    # Conflicts:
    #	x/wasm/client/cli/gov_tx.go
    alpe authored and mergify[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e962674 View commit details
    Browse the repository at this point in the history
  6. Merge pull request CosmWasm#1238 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1234
    
    Fix client checksum verification (backport CosmWasm#1234)
    alpe authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0b8af25 View commit details
    Browse the repository at this point in the history
  7. Fix merge conflict

    alpe committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    7969723 View commit details
    Browse the repository at this point in the history
  8. Fix linters

    alpe committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ccf3a88 View commit details
    Browse the repository at this point in the history
  9. Merge pull request CosmWasm#1237 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1236
    
    Test rust panic for regression (backport CosmWasm#1236)
    alpe authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    30884e7 View commit details
    Browse the repository at this point in the history
  10. Configure sonarcloud analysis

    (cherry picked from commit 85cf161)
    alpe authored and mergify[bot] committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    b1a6f11 View commit details
    Browse the repository at this point in the history
  11. Merge pull request CosmWasm#1241 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1105
    
    Configure sonarcloud analysis (backport CosmWasm#1105)
    alpe authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    651ca9c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Merge pull request CosmWasm#1240 from CosmWasm/fix_linters

    Fix linters
    alpe authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    52d6b1f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1

    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.15.0 to 1.15.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.15.0...v1.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 730ea5a)
    dependabot[bot] authored and mergify[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    a435474 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1252 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1251
    
    Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1 (backport CosmWasm#1251)
    alpe authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c7fb329 View commit details
    Browse the repository at this point in the history
  3. Make CaptureIbcEvents in ibctesting public.

    Before this change, it wasn't possible to implement the
    `chain.SendMsgs` method without
    [copying](https://github.com/public-awesome/ics721/blob/main/e2e/suite_helpers.go#L81-L98)
    them over.
    
    (cherry picked from commit b64fa07)
    0xekez authored and mergify[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c160867 View commit details
    Browse the repository at this point in the history
  4. Merge pull request CosmWasm#1253 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1248
    
    Make `CaptureIbcEvents` in ibctesting public (backport CosmWasm#1248)
    alpe authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c48879b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Upgrade to wasmvm 1.2.1 (backport CosmWasm#1245) (CosmWasm#1254)

    * Upgrade to wasmvm 1.2.1 (CosmWasm#1245)
    
    * Use wasmvm store adapter
    
    * Bump wasmvm to v1.2.1
    
    (cherry picked from commit 850f901)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    #	x/wasm/keeper/keeper.go
    
    * Resolve conflicts
    
    ---------
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    mergify[bot] and alpe authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4289001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d6684 View commit details
    Browse the repository at this point in the history
  3. tidy and protobuf

    faddat committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    998c455 View commit details
    Browse the repository at this point in the history
  4. remove unused variable

    faddat committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    fe6ac0b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. WIP All cometbft (CosmWasm#1244)

    * Dep upgrade; use CometBft
    
    * Remove duplicte message events
    alpe authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    12dabd6 View commit details
    Browse the repository at this point in the history
  2. Add changelog for v0.31.0 (CosmWasm#1188)

    * Start changelog for v0.31.0
    
    * Add ICA upgrade
    
    * Add proto version link to buf.build
    
    * Update changelog (CosmWasm#1239)
    
    * Update changelog
    
    * Update changelog with latest changes
    
    * Set release date
    
    ---------
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    (cherry picked from commit bc0e817)
    alpe authored and mergify[bot] committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    bae90d3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1257 from CosmWasm/mergify/bp/develop_sdk…

    …47/pr-1188
    
    Add changelog for v0.31.0 (backport CosmWasm#1188)
    alpe authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    539c783 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Merge branch 'main' into develop_sdk47_to_main

    * main: (36 commits)
      Add changelog for v0.31.0 (CosmWasm#1188)
      Upgrade to wasmvm 1.2.1 (CosmWasm#1245)
      Bump bufbuild/buf-setup-action from 1.15.0 to 1.15.1
      Make `CaptureIbcEvents` in ibctesting public.
      Fix client checksum verification (CosmWasm#1234)
      Test rust panic for regression
      Return IBC packet sequence number (CosmWasm#1225)
      Rename windows client binary
      Configure sonarcloud analysis
      Bump github.com/cosmos/gogoproto from 1.4.3 to 1.4.6
      Add Windows client support (CosmWasm#1197)
      Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.1 to 1.0.0-beta.2
      Bump bufbuild/buf-setup-action from 1.14.0 to 1.15.0
      Bump SDK version to v0.45.14
      Bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (CosmWasm#1200)
      Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (CosmWasm#1211)
      test: add unit test
      fix: stargate querier does not reset the state
      list-contract-by-code bugfix
      update interface proto annotations (CosmWasm#1156)
      ...
    alpe committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    280dc4e View commit details
    Browse the repository at this point in the history
  2. Remove new message type event

    alpe committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9ba407c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    7d6a4c1 View commit details
    Browse the repository at this point in the history
  2. Support msg update params gov proposal (CosmWasm#1247)

    * Add MsgUpdateParams support
    
    * Implement UpdateParams msg
    
    * Fix test UpdateParams
    
    * Add migration test
    
    * Fix
    
    * Fix lint issues
    
    * Revert changes according to review feedback
    
    * Remove more x/params dependencies
    
    * Remove x/params from genesis test
    
    * Formatting
    
    * Restore old changes
    
    * fix lint
    
    * Fix tests and restructure migrations
    
    * Rename alias for convention
    
    ---------
    
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    pinosu and alpe authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d648261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eaa893 View commit details
    Browse the repository at this point in the history
  4. linting 47 pr (CosmWasm#1261)

    * lint cosmwasm for sdk 47
    
    * fix
    
    * remove setGenesis
    
    * remove additional unused functions
    
    * pass tests
    
    * use SDK's errors module
    
    * unecessary conversions
    
    * unnecessary conversions
    
    * remove unneeded event manager
    
    * complete linting of tests for 47
    
    * add test for reimportation
    
    * check errors
    
    * Update x/wasm/keeper/proposal_integration_test.go
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    
    * apply suggestion
    
    * suggestions
    
    * lints
    
    * don't return error in when making new transactions
    
    * no todo's in the code
    
    * Fix test data generator
    
    * Update x/wasm/types/genesis_test.go
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    
    * use the full string invalid address (2 words) always
    
    ---------
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    faddat and alpe authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    bb13192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    299f792 View commit details
    Browse the repository at this point in the history
  6. merge develop_sdk47

    faddat committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    daca2c0 View commit details
    Browse the repository at this point in the history
  7. cleanup merge of develop_sdk47

    faddat committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7b53d93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f41a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Merge pull request CosmWasm#1265 from CosmWasm/chore_dev

    Minor chore
    alpe authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c245f7d View commit details
    Browse the repository at this point in the history
  2. Set SDK version to v0.47x.0 (CosmWasm#1262)

    * Set SDK version to v0.47x.0
    
    * Set chainID
    
    * Minor updates
    
    * Set chainID for simulations
    
    * Buf mod update
    
    * Use sdk tag instead of hash in buf
    alpe authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6ad6739 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 19, 2023

  1. tidy

    faddat committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    0cf3a43 View commit details
    Browse the repository at this point in the history
  2. Bump ibc-go to v7.0.0

    gjermundgaraba authored and faddat committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    716ce97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa3e1b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. fix import paths

    faddat committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    12e2242 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. merge main

    faddat committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    13606e7 View commit details
    Browse the repository at this point in the history
  2. lint

    faddat committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6e15194 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    567a4b3 View commit details
    Browse the repository at this point in the history
  2. fix tf cli

    faddat committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b89f583 View commit details
    Browse the repository at this point in the history
  3. use thelper

    faddat committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ff2fc7b View commit details
    Browse the repository at this point in the history
  4. spacing

    faddat committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ed4ad06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcfc094 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    5219136 View commit details
    Browse the repository at this point in the history
  2. eliminate changes to .github

    faddat committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7cbfdf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc0bb82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    524db80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc39727 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13d9ec8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c1d7ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25d0e64 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    81c9c99 View commit details
    Browse the repository at this point in the history
  2. rebuild .proto files

    faddat committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    c69a2fe View commit details
    Browse the repository at this point in the history