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: add inactive contract management in wasm #655

Merged
merged 18 commits into from
Sep 5, 2022

Commits on Aug 18, 2022

  1. feat: add inactive contract management in wasm.

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a0e2c6b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. chore: add unittest in the x/wasm/lbm/keeper

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    cd97bc4 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint warning

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6fb6914 View commit details
    Browse the repository at this point in the history
  3. chore: fix lint warning

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a00df2f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. feat: add proposal cli and unittest of lbm wasm

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ed5a489 View commit details
    Browse the repository at this point in the history
  2. fix: lint warning

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c8086b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. feat: add contract blacklist function

     - add inactive_contract_addresses in genesisStatus
     - modify Params of wasm
     - add custom tx and queries
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    be7728e View commit details
    Browse the repository at this point in the history
  2. chore: add wasm genesis for TestProposalActivateContractCmd

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    b1c5d14 View commit details
    Browse the repository at this point in the history
  3. chore: change private setParams to public SetParams function of w…

    …asm.Keeper.
    
    And change to proper gas data in unittest.
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fd55d7c View commit details
    Browse the repository at this point in the history
  4. chore: change CHANGELOG

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    bd2ed16 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. chore: apply review feedback

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    61dd312 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. chore: apply review feedback(2)

     - response error if there isn't contract address in chain
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a233d47 View commit details
    Browse the repository at this point in the history
  2. chore: apply review feedback(3)

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    fac0f92 View commit details
    Browse the repository at this point in the history
  3. chore: apply review feedback(4)

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2f72ab7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix: remove unsupported flags

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    04d394d View commit details
    Browse the repository at this point in the history
  2. fix: fix lint warning.

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    70e0d09 View commit details
    Browse the repository at this point in the history
  3. chore: unify the period point of the comment.

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    6177327 View commit details
    Browse the repository at this point in the history
  4. chore: unify comment period point

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    bc715dd View commit details
    Browse the repository at this point in the history