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

Query contract module #1125

Merged
merged 8 commits into from
Feb 29, 2024
Merged

Query contract module #1125

merged 8 commits into from
Feb 29, 2024

Conversation

td202
Copy link
Contributor

@td202 td202 commented Feb 12, 2024

Purpose

Closes #1124
Depends on Concordium/concordium-base#511

Adds support for smart contracts to query the module reference and contract name of smart contract instances.

Changes

  • Add constructors to the InvokeMethod type for the new queries.
  • Add implementation for the new queries.

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

@td202 td202 requested review from abizjak and limemloh February 21, 2024 14:02
Copy link
Contributor

@limemloh limemloh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Great work!

@td202 td202 merged commit ca442eb into main Feb 29, 2024
3 checks passed
@td202 td202 deleted the query-contract-module branch February 29, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose Module Reference: Node implementation
3 participants