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

Support Map and Vec #74

Merged
merged 1 commit into from
May 22, 2024
Merged

Support Map and Vec #74

merged 1 commit into from
May 22, 2024

Conversation

thpani
Copy link
Collaborator

@thpani thpani commented May 21, 2024

Add support for Soroban Map and Vec in the checker.

As with #72, in addition to the unit tests here, I have an on-chain E2E test based on the setter contract that I'll add in a follow-up PR once all its fields/types are supported.

Closes #46

Support for enum and struct will be a follow-up: #73

@thpani thpani force-pushed the th/primitive-types branch from b3b2c1a to 1e36d59 Compare May 21, 2024 18:56
@thpani thpani force-pushed the th/composite-types branch from 48b4a2d to f0570e1 Compare May 21, 2024 18:57
Copy link
Contributor

@konnov konnov left a comment

Choose a reason for hiding this comment

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

nice!

Base automatically changed from th/primitive-types to main May 22, 2024 07:08
@thpani thpani merged commit b4224b7 into main May 22, 2024
3 checks passed
@thpani thpani deleted the th/composite-types branch May 22, 2024 07:08
@konnov konnov added this to the M2: Monitor executor milestone Jun 19, 2024
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.

Support aggregate types in monitor executor
2 participants