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

Change to StoreCodeUnchecked in Genesis and snapshotter (backport #5167) #5250

Commits on Nov 29, 2023

  1. Change to StoreCodeUnchecked in Genesis and snapshotter (#5167)

    * change to store code unchecked
    
    * separate storeWasmCode and importWasmCode
    
    * add parameter to storeWasmCode to pass the store function
    
    * store code for msg server
    
    * fix: typos in godocs
    
    * Update modules/light-clients/08-wasm/internal/ibcwasm/expected_interfaces.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * linting business
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 10bb80b)
    
    # Conflicts:
    #	modules/light-clients/08-wasm/keeper/keeper.go
    #	modules/light-clients/08-wasm/keeper/snapshotter.go
    GNaD13 authored and mergify[bot] committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8782d4c View commit details
    Browse the repository at this point in the history
  2. fix some conflicts

    crodriguezvega committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    235a88d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge branch '08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x' int…

    …o mergify/bp/08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x/pr-5167
    DimitrisJim authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8ffea47 View commit details
    Browse the repository at this point in the history
  2. Merge branch '08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x' int…

    …o mergify/bp/08-wasm/release/v0.1.x+ibc-go-v8.0.x-wasmvm-v1.5.x/pr-5167
    crodriguezvega authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d7691ff View commit details
    Browse the repository at this point in the history
  3. use storeFn

    crodriguezvega committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f4f9be9 View commit details
    Browse the repository at this point in the history