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: bump up cosmwasm from v1.1.9 to v1.5.0 #336

Merged
merged 198 commits into from
Jan 18, 2024

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    eda6f86 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    chipshort committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b232b5a View commit details
    Browse the repository at this point in the history
  3. Add tests

    chipshort committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    034ade9 View commit details
    Browse the repository at this point in the history
  4. Add zero abs test

    chipshort committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b57b8ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bab85f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1854 from CosmWasm/signed-ints-abs

    Add `abs` for all signed ints
    chipshort authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a3fa676 View commit details
    Browse the repository at this point in the history
  7. Update clru to 0.6.1

    chipshort committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    706b4cd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1858 from CosmWasm/1856-update-clru

    Update clru to 0.6.1
    chipshort authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    52c2121 View commit details
    Browse the repository at this point in the history
  9. Upgrade assert_cmd

    webmaster128 committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1335f78 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request #1859 from CosmWasm/assert_cmd-2.0.12

    Upgrade assert_cmd
    webmaster128 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b1845e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b086d9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5123d View commit details
    Browse the repository at this point in the history
  4. Add test for grow_be_int

    chipshort committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b99bd92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60efcea View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    chipshort committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5f7df5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    345d561 View commit details
    Browse the repository at this point in the history
  8. Improve docs

    Co-authored-by: Simon Warta <[email protected]>
    chipshort and webmaster128 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a77b0fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d66dcd View commit details
    Browse the repository at this point in the history
  10. Add changelog entry

    chipshort committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    167f48c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge pull request #1861 from CosmWasm/1855-int-conversions

    More Integer conversions
    chipshort authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f20bc85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b11258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d83a60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1860 from CosmWasm/cosmwasm-check-versions

    Require cosmwasm-vm and cosmwasm-std to match cosmwasm-check version
    webmaster128 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    97adda6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1862 from CosmWasm/split-CHANGELOG

    Move pre-1.0.0 CHANGELOG to separate file
    webmaster128 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7c5084f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    dddbcc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f97d43 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    chipshort committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8be72bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1867 from CosmWasm/is-negative

    Add `is_negative` fn to signed ints
    chipshort authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    89c969f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1865 from CosmWasm/fix-shrink-be-int

    Fix shrink_be_int bounds check
    chipshort authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4e5b2bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8dce0c View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    chipshort committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    06fa3d4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1866 from CosmWasm/checked-multiply-ratio

    Add missing checked_multiply_ratio implementations
    chipshort authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7b2e753 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    624f437 View commit details
    Browse the repository at this point in the history
  2. Simplify TryFrom impls

    chipshort committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d170bb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0171af View commit details
    Browse the repository at this point in the history
  4. Fix unused imports

    chipshort committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0249e68 View commit details
    Browse the repository at this point in the history
  5. Fix test

    chipshort committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5688758 View commit details
    Browse the repository at this point in the history
  6. Add static assertions

    chipshort committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4a2cd85 View commit details
    Browse the repository at this point in the history
  7. Fix Cargo.lock files

    chipshort committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    00746b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add TryFrom tests

    chipshort committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    47bb0cb View commit details
    Browse the repository at this point in the history
  2. Fix import

    chipshort committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7694f7f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Add changelog entry

    chipshort committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c1131cc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Merge pull request #1870 from CosmWasm/1863-missing-tryfrom

    Add missing TryFrom impls
    chipshort authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0425abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1a151 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1880 from CosmWasm/link-CHANGELOG

    Add link to CHANGELOG from GitHub release notes
    webmaster128 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1d89751 View commit details
    Browse the repository at this point in the history
  4. Fixed clippy warnings.

    DariuszDepta committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f37be33 View commit details
    Browse the repository at this point in the history
  5. Fixed clippy warnings.

    DariuszDepta committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0794fec View commit details
    Browse the repository at this point in the history
  6. Spellings.

    DariuszDepta committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    10ae953 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d78a99 View commit details
    Browse the repository at this point in the history
  8. Fixed Description.

    DariuszDepta committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ea51d45 View commit details
    Browse the repository at this point in the history
  9. Fixed description.

    DariuszDepta committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4a2d720 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1881 from CosmWasm/fixing-clippy-warnings-and-spe…

    …llings
    
    Fixed clippy warnings and spelling
    DariuszDepta authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6d3f9b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    f84b249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e10cb View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    chipshort committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    87ffedf View commit details
    Browse the repository at this point in the history
  4. Fix to_binary name

    chipshort committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    91bc9af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ae1384 View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    chipshort committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2007e7a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1886 from CosmWasm/1885-more-serialization

    Add `to_json_{vec,binary,string}` and `from_json` and deprecate old ones
    chipshort authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    09555ac View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Implement signed decimal

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ad72e62 View commit details
    Browse the repository at this point in the history
  2. Fix some tests

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    4f4c88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    340ea0d View commit details
    Browse the repository at this point in the history
  4. Fix SignedDecimal::from_str

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5fa9425 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    e71a34f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37ae96d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9cfb6d View commit details
    Browse the repository at this point in the history
  8. Fix SignedDecimal::floor

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    17b906b View commit details
    Browse the repository at this point in the history
  9. Improve SignedDecimal tests

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    40256ae View commit details
    Browse the repository at this point in the history
  10. Improve SignedDecimal docs

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3873339 View commit details
    Browse the repository at this point in the history
  11. Fix SignedDecimal docs

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f86d102 View commit details
    Browse the repository at this point in the history
  12. Add SignedDecimal256

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    eb99c42 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b385419 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0609aff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25f9c35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d82d794 View commit details
    Browse the repository at this point in the history
  17. Fix minor things

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0ad3f13 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    52127d9 View commit details
    Browse the repository at this point in the history
  19. Add must_use messages

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1718a17 View commit details
    Browse the repository at this point in the history
  20. Added test cases.

    DariuszDepta authored and chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9d1be62 View commit details
    Browse the repository at this point in the history
  21. Adjust assert order

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7e6f24e View commit details
    Browse the repository at this point in the history
  22. Added test cases.

    DariuszDepta authored and chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d876842 View commit details
    Browse the repository at this point in the history
  23. Adjust assert order

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    51162f1 View commit details
    Browse the repository at this point in the history
  24. Fix clippy lints

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    68802e0 View commit details
    Browse the repository at this point in the history
  25. Add changelog entry

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    f8d5d8e View commit details
    Browse the repository at this point in the history
  26. Replace deprecated calls

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9989ab9 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #1807 from CosmWasm/1711-signed-decimals

    SignedDecimal implementation
    chipshort authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1e1eb5e View commit details
    Browse the repository at this point in the history
  28. Enable NaN canonicalization

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    39eda67 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1a86646 View commit details
    Browse the repository at this point in the history
  30. Change float tests

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5213aad View commit details
    Browse the repository at this point in the history
  31. Replace floaty contract

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ca8f225 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    77f1e18 View commit details
    Browse the repository at this point in the history
  33. Update floaty schema

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b6d6a47 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a2365da View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    39a682f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3413dd0 View commit details
    Browse the repository at this point in the history
  37. Format readme

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    44c8b82 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    85a6958 View commit details
    Browse the repository at this point in the history
  39. Fix clippy

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ef2222b View commit details
    Browse the repository at this point in the history
  40. Improve floaty readme

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d523baf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4fb3e2d View commit details
    Browse the repository at this point in the history
  42. Refactor

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    7940da9 View commit details
    Browse the repository at this point in the history
  43. Use smaller floaty build

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    dc2737c View commit details
    Browse the repository at this point in the history
  44. Format readme

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a11b4ab View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0a0a088 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    206cdb4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    f42c9b6 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b89c32c View commit details
    Browse the repository at this point in the history
  49. Fixes

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c1e9ca2 View commit details
    Browse the repository at this point in the history
  50. Add changelog entry

    chipshort committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5538397 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    2009587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f432c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df702d2 View commit details
    Browse the repository at this point in the history
  4. Fix grcov in ci

    chipshort committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5a7ed6b View commit details
    Browse the repository at this point in the history
  5. Add cosmwasm-vm to coverage

    chipshort committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    157d051 View commit details
    Browse the repository at this point in the history
  6. Update codecov orb

    chipshort committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    376801c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Remove comment

    chipshort committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    59c89eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1888 from CosmWasm/reenable-coverage

    Replace tarpaulin with grcov
    chipshort authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a79a044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d41ea3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8592efa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7b918 View commit details
    Browse the repository at this point in the history
  6. Add punctuation

    Co-authored-by: Simon Warta <[email protected]>
    chipshort and webmaster128 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7f2eea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Merge pull request #1889 from CosmWasm/1853-better-region-error

    Improve write limit error message
    chipshort authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    638c55a View commit details
    Browse the repository at this point in the history
  2. Remove old floaty tests

    chipshort committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f32c1b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #1891 from CosmWasm/fix-floaty

    Remove old floaty tests
    chipshort authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    04604cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686e7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    347c6cb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1893 from CosmWasm/fix-scripts

    Floaty contract cleanup
    chipshort authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b5ea7b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Fix dead links

    chipshort committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ad42d69 View commit details
    Browse the repository at this point in the history
  2. Update schema

    chipshort committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7cb91fe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1895 from CosmWasm/1894-fix-dead-links

    Fix dead links in docs
    chipshort authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    a34949b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    5adc0e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2aeb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    156c2cb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Merge pull request #1899 from CosmWasm/fix-ecdsa-minimal-dependency

    Set the minimum `ecdsa` version to v0.16.2
    DariuszDepta authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b3650df View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Initial implementation.

    DariuszDepta committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2d20bdf View commit details
    Browse the repository at this point in the history
  2. Rebuild all contracts.

    DariuszDepta committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    92aeea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b9f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bcde82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99a915f View commit details
    Browse the repository at this point in the history
  6. Fixed clippy warnings.

    DariuszDepta committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a19d374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c7b72d View commit details
    Browse the repository at this point in the history
  8. Fixed clippy warnings.

    DariuszDepta committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5a49ca5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef372c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    378b620 View commit details
    Browse the repository at this point in the history
  11. Update lock file

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f4e7eb0 View commit details
    Browse the repository at this point in the history
  12. Update contracts lock file

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5ee7ad3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b9c831d View commit details
    Browse the repository at this point in the history
  14. Update contracts lock file

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a96eb88 View commit details
    Browse the repository at this point in the history
  15. Update MSRV to 1.70

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c3fb9d2 View commit details
    Browse the repository at this point in the history
  16. Add ignore clippy warning

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9d7af0b View commit details
    Browse the repository at this point in the history
  17. Move enumset to dev-dependencies

    Add comment
    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5bbf44c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d96d08f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ae1614 View commit details
    Browse the repository at this point in the history
  20. Update lock files

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7f93981 View commit details
    Browse the repository at this point in the history
  21. Remove enumset hack

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6d27d5d View commit details
    Browse the repository at this point in the history
  22. Update contracts lock file

    maurolacy committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    31c8b9f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Refactoring.

    DariuszDepta committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    568515a View commit details
    Browse the repository at this point in the history
  2. Refactoring.

    DariuszDepta committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dbb2632 View commit details
    Browse the repository at this point in the history
  3. Refactoring.

    DariuszDepta committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ea7cfb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2610ae6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06d1513 View commit details
    Browse the repository at this point in the history
  6. Updated CHANGELOG.

    DariuszDepta committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    32c6ca7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1905 from CosmWasm/1887-add-mockapi-addr-make

    Add `make_addr` function to `MockApi`
    DariuszDepta authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e538daf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    3579e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a440660 View commit details
    Browse the repository at this point in the history
  3. Fix misuse of Module

    Before this fix, the compiling engine was attached to the Module
    instance (indirectly via the artifact). However, the Store used was
    created from a different engine.
    webmaster128 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d9e0592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    949d82b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8520171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c7b93d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b76c1e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e99425b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7774c74 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1907 from CosmWasm/fix-module-usage

    Fix usage of Wasmer Module when recompiling Wasm (regression bug 1.3.x -> 1.4.0)
    webmaster128 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7309960 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Set version: 1.4.1

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dc2eca7 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3f93174 View commit details
    Browse the repository at this point in the history
  3. Fix docs.rs features

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9410fa2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/1.4'

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5065d6c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1906 from CosmWasm/fixed-clippy-warnings

    Fixed clippy warnings.
    DariuszDepta authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    0b1435d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    5d37397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a519f82 View commit details
    Browse the repository at this point in the history
  3. Add .module file extension

    chipshort committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9e362a3 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Co-authored-by: Simon Warta <[email protected]>
    chipshort and webmaster128 committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9b378df View commit details
    Browse the repository at this point in the history
  5. Add changelog entry

    chipshort committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b3bd56c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1913 from CosmWasm/1911-bump-module-version

    Bump module serialization version
    chipshort authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6b2c5c7 View commit details
    Browse the repository at this point in the history
  7. Set version: 1.5.0-rc.0

    chipshort committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3475232 View commit details
    Browse the repository at this point in the history
  8. Update changelog

    chipshort committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d41afdd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 14, 2023

  1. Merge pull request #1916 from CosmWasm/1457-storage-readme

    Add unmaintained warning to storage README
    webmaster128 authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    f3f4efa View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Add migration docs

    chipshort committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    640b6dc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Set version: 1.5.0

    chipshort committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0c596bb View commit details
    Browse the repository at this point in the history
  2. Update changelog

    chipshort committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    89891f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. fix: modify to use to_json_{vec,binary}, from_json

    Because to_{vec,binary}, from_{slice,binary} has been deprecated (CosmWasm/cosmwasm#1886)
    da1suk8 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8e6c1c1 View commit details
    Browse the repository at this point in the history
  2. chore: update lock files

    da1suk8 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7227f27 View commit details
    Browse the repository at this point in the history
  3. fix: cargo clippy

    da1suk8 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0f79df8 View commit details
    Browse the repository at this point in the history
  4. fix: cargo clippy

    da1suk8 committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    be4ca1a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. fix: delete unnecessary file

    Because the CHANGELOG is managed in  Finschia
    da1suk8 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    65c66f3 View commit details
    Browse the repository at this point in the history