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(wasm): add contract access control #151

Merged
merged 12 commits into from
May 3, 2021

Commits on Apr 27, 2021

  1. add permission param ContractStatusAccess

    Yongwoo Lee committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b620034 View commit details
    Browse the repository at this point in the history
  2. add ContractStatus type and field

    - add an enum `ContractStatus`
    - add a field `status` into ContractInfo
    Yongwoo Lee committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    90863fe View commit details
    Browse the repository at this point in the history
  3. add msg MsgUpdateContractStatus

    - add a msg `MsgUpdateContractStatus`
    - add handler for it
    Yongwoo Lee committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d766bfd View commit details
    Browse the repository at this point in the history
  4. reject inactive smart contract call

    Yongwoo Lee committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    1eca526 View commit details
    Browse the repository at this point in the history
  5. add changlog entry to CHANGELOG_PENDING.md

    Yongwoo Lee committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c6c6868 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. use spaces rather than tabs for json tamplate

    - in function `TestImportContractWithCodeHistoryReset` of `genesis_test.go`
    Yongwoo Lee committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7206053 View commit details
    Browse the repository at this point in the history
  2. Add comments for GovAuthorizationPolicy

    Yongwoo Lee committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    bb367d3 View commit details
    Browse the repository at this point in the history
  3. Add gov proposal for update contract status

    Yongwoo Lee committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b115e2c View commit details
    Browse the repository at this point in the history
  4. Add proposal handler for updating contract status

    Yongwoo Lee committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    397865b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d284fb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

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

Commits on May 3, 2021

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