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

upd: updated to wasmd 0.45 #127

Merged
merged 16 commits into from
Nov 22, 2023
Merged

upd: updated to wasmd 0.45 #127

merged 16 commits into from
Nov 22, 2023

Commits on Oct 11, 2023

  1. Add label validation for non printable chars (CosmWasm#1650) (CosmWas…

    …m#1659)
    
    * Add label validation for non printable chars
    
    * Fix printable chars check
    
    (cherry picked from commit 1a22c29)
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    mergify[bot] and pinosu authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d3d28a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Classic address tests (backport CosmWasm#1666) (CosmWasm#1669)

    * Added tests for classic addresses.
    
    (cherry picked from commit 1445baa)
    
    * Used another prefix.
    
    (cherry picked from commit d8fe3f9)
    
    * Fixes.
    
    (cherry picked from commit f79a694)
    
    * Fixes.
    
    (cherry picked from commit 29d10f3)
    
    * Refactoring.
    
    (cherry picked from commit 99ade09)
    
    * Maybe this will fix the problem.
    
    (cherry picked from commit 9394faf)
    
    * Refactoring.
    
    (cherry picked from commit 3af3036)
    
    * Refactoring.
    
    (cherry picked from commit 76f6f3d)
    
    * Made cleanup function private.
    
    (cherry picked from commit 257cd7e)
    
    ---------
    
    Co-authored-by: Dariusz Depta <dariusz@confio.gmbh>
    mergify[bot] and DariuszDepta authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    981d438 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix test code

    alpe committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8bb5b82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CosmWasm#1670 from CosmWasm/ibctest_fix

    Fix test code
    alpe authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0a278eb View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Bump wasmvm 1.5.0 (backport CosmWasm#1686) (CosmWasm#1687)

    * Bump wasmvm 1.5.0 (CosmWasm#1686)
    
    (cherry picked from commit a2bbd36)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    
    * Fix conflicts
    
    ---------
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    Co-authored-by: Pino' Surace <pino.surace@live.it>
    3 people authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ff574ee View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Update changelog for v0.44.0 release (CosmWasm#1689) (CosmWasm#1695)

    * Update changelog for v0.44.0 release
    
    * Add date
    
    (cherry picked from commit 62d91d9)
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    mergify[bot] and pinosu authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    15bc22a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Prevent empty channel version

    (cherry picked from commit fc549d4)
    alpe authored and mergify[bot] committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b2aa4a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge pull request CosmWasm#1708 from CosmWasm/mergify/bp/releases/v0…

    ….4x/pr-1697
    
    Prevent empty channel version (backport CosmWasm#1697)
    alpe authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    56af873 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Fix gov v1beta1 support for legacy propsals (backport CosmWasm#1715) (C…

    …osmWasm#1716)
    
    * Fix gov v1beta1 support for legacy propsals (CosmWasm#1715)
    
    * Revert "Remove gov v1beta1 dependencies and deprecated proposals (CosmWasm#1646)"
    
    This reverts commit e0da419.
    
    * Rename legacy propsal files
    
    * Ensure gov store support for v1beta1 types
    
    * Linter
    
    * Cleanup alias
    
    (cherry picked from commit 2a82e35)
    
    # Conflicts:
    #	x/wasm/types/tx.pb.go
    
    * Rengenerate from proto; formatting
    
    * Make test compile with v0.4x branch
    
    ---------
    
    Co-authored-by: Alexander Peters <alpe@users.noreply.github.com>
    mergify[bot] and alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2d9c98f View commit details
    Browse the repository at this point in the history
  2. Allow empty attribute values (CosmWasm#1618)

    * remove event value judgment
    
    * remove event value judgment
    
    * fix cosmwasm events test
    
    (cherry picked from commit 4e7316e)
    99Kies authored and mergify[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9ced765 View commit details
    Browse the repository at this point in the history
  3. Merge pull request CosmWasm#1718 from CosmWasm/mergify/bp/releases/v0…

    ….4x/pr-1618
    
    Allow empty attribute values (backport CosmWasm#1618)
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fa83464 View commit details
    Browse the repository at this point in the history
  4. Retract wasmd v0.43.0 and v0.44.0

    (cherry picked from commit 12589b2)
    pinosu authored and mergify[bot] committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9493f3a View commit details
    Browse the repository at this point in the history
  5. Merge pull request CosmWasm#1722 from CosmWasm/mergify/bp/releases/v0…

    ….4x/pr-1720
    
    Retract wasmd v0.43.0 and v0.44.0 (backport CosmWasm#1720)
    alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8f3f0de View commit details
    Browse the repository at this point in the history
  6. Pass empty attribute value through stack (CosmWasm#1723)

    (cherry picked from commit f31351f)
    
    Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
    mergify[bot] and alpe authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    159da1a View commit details
    Browse the repository at this point in the history
  7. Add changelog for 0.45 release (CosmWasm#1721) (CosmWasm#1724)

    (cherry picked from commit 8eaa55b)
    
    Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com>
    mergify[bot] and pinosu authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7165e41 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Merge branch 'cosmwasm-orig-0.45.0' into upd/neutron-upd-0.45

    # Conflicts:
    #	CHANGELOG.md
    swelf19 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e47173b View commit details
    Browse the repository at this point in the history