freespek / solarkraft

Solakraft: a runtime monitoring tool for Soroban, powered by TLA+ and Apalache
Apache License 2.0
10 stars 0 forks source link

Support Map and Vec #74

Closed thpani closed 1 month ago

thpani commented 1 month ago

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