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

CosmWasm smart contract hooks #51

Merged
merged 15 commits into from
Nov 10, 2022
Merged

Commits on Nov 7, 2022

  1. instantiate smart contract hook implementation

    Burnt authored and Burnt committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2f92851 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. implement execute contract hook

    Burnt authored and Burnt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2e67ad0 View commit details
    Browse the repository at this point in the history
  2. implemented smart and raw query

    Burnt authored and Burnt committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    511ef64 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. added query options default handling

    Burnt authored and Burnt committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    00a6f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ddc6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6bedc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9406856 View commit details
    Browse the repository at this point in the history
  5. fixed documentation typo

    Burnt Val authored and Burnt Val committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    eeb757f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. fixed name in error logging

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    46d6dcc View commit details
    Browse the repository at this point in the history
  2. added accountAddress as dep in query key for instantiate and execute

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    5b1a038 View commit details
    Browse the repository at this point in the history
  3. changed names for onSuccess responses

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    075e1ae View commit details
    Browse the repository at this point in the history
  4. removed exposed options param and made query params optional

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    fd43050 View commit details
    Browse the repository at this point in the history
  5. made senderAddress in instantiate and execute action functions required

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    017a010 View commit details
    Browse the repository at this point in the history
  6. fixed documentation error

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    45c649e View commit details
    Browse the repository at this point in the history
  7. removed unnecessary documentation and error handling

    Burnt Val authored and Burnt Val committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d826d05 View commit details
    Browse the repository at this point in the history