Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CosmWasm/cosmwasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: CosmWasm/cosmwasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.1
Choose a head ref
  • 6 commits
  • 26 files changed
  • 3 contributors

Commits on Nov 20, 2023

  1. Add CacheOptions::new

    webmaster128 committed Nov 20, 2023
    Copy the full SHA
    dcb1e45 View commit details
  2. Merge pull request #1961 from CosmWasm/cacheoptions-new-1.5

    Add CacheOptions::new (backport 1.5)
    webmaster128 authored Nov 20, 2023
    Copy the full SHA
    795cdf1 View commit details

Commits on Jan 8, 2024

  1. Copy the full SHA
    14ef098 View commit details
  2. Add function number checks

    chipshort committed Jan 8, 2024
    Copy the full SHA
    0003ca4 View commit details
  3. Catch panic

    chipshort committed Jan 8, 2024
    Copy the full SHA
    5b76fc4 View commit details

Commits on Jan 9, 2024

  1. Set version: 1.5.1

    chipshort committed Jan 9, 2024
    Copy the full SHA
    e2ad213 View commit details
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,16 @@ and this project adheres to

## [Unreleased]

## [1.5.1] - 2024-01-10

### Fixed

- cosmwasm-vm: Fix CWA-2023-004.

### Added

- cosmwasm-vm: Add constructor `CacheOptions::new`

## [1.5.0] - 2023-10-31

### Added
@@ -593,7 +603,8 @@ and this project adheres to
The CHANGELOG for versions before 1.0.0 was moved to
[CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md).

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.5.0
[1.4.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions contracts/crypto-verify/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions contracts/cyberpunk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions contracts/floaty/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions contracts/hackatom/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading