Tarek Elsayed
Tarek Elsayed
- Changing the function to take the matrix as input instead of the filename - Updated the tests to be compatible with python
# Rationale for this change This PR adds support for `FixedSizeBinary` > This PR is not meant to close #229 but serves as initial support. We should use this as...
Tracing this back, I think this issue was introduced in #1673
This PR adds support for user-defined constructors in Soroban, specifically for constructors with no arguments. Note that constructors with arguments are not yet supported (see comments for details). Part of...