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

cw orch core 2.0 changes #470

Merged
merged 26 commits into from
Aug 19, 2024
Merged

Commits on May 13, 2024

  1. Started cosmwasm-std2 change

    Kayanski committed May 13, 2024
    Configuration menu
    Copy the full SHA
    704876e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Updated and merged

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b4ba09f View commit details
    Browse the repository at this point in the history
  2. Nit

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    65e5f3d View commit details
    Browse the repository at this point in the history
  3. Update

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    acfaac9 View commit details
    Browse the repository at this point in the history
  4. Check all features work

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3b24dd1 View commit details
    Browse the repository at this point in the history
  5. Update

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    441be3a View commit details
    Browse the repository at this point in the history
  6. formatting

    Kayanski committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7ee0f35 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    af5e0e5 View commit details
    Browse the repository at this point in the history
  2. Make bumps and compilable

    Buckram123 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f74fff8 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Buckram123 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    98b04d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. test fixes

    Buckram123 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2f7d17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889eae6 View commit details
    Browse the repository at this point in the history
  3. move compatibility test

    Buckram123 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    08bf4e6 View commit details
    Browse the repository at this point in the history
  4. clippy

    Buckram123 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9cea8d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Cosmwasm2 accept addr (#467)

    * accept addr instead of Into<String> where bech32 address expected
    
    * doctests
    Buckram123 authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fce3133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98039d1 View commit details
    Browse the repository at this point in the history
  3. Update coins usage

    Buckram123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9c773be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231af5e View commit details
    Browse the repository at this point in the history
  5. Traits refactor

    Buckram123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    82e281f View commit details
    Browse the repository at this point in the history
  6. rename cosmwasm_environment.rs to tx_handler.rs and move CwEnv, MutEn…

    …v and trait Environment to envs.rs
    Buckram123 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4a390d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e9e2be5 View commit details
    Browse the repository at this point in the history
  2. remove unused

    Buckram123 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1de62b6 View commit details
    Browse the repository at this point in the history
  3. apply suggestions

    Co-authored-by: CyberHoward <[email protected]>
    Buckram123 and CyberHoward committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6ff13f6 View commit details
    Browse the repository at this point in the history
  4. bump msrv

    Buckram123 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    252215f View commit details
    Browse the repository at this point in the history
  5. nits

    Buckram123 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    706e92f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df8064e View commit details
    Browse the repository at this point in the history