Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate all types of addresses when fuzzing. (#1122)
### What Generate both ScAddress::Contract and ScAddress::Account when fuzzing. ### Why Currently only ScAddress::Contract is generated. Closes #1096 ### Known limitations I don't really understand the consequences for fuzz testers of making this change. Maybe there aren't any. I have tested that the fuzzer in soroban-examples continues to work.
- Loading branch information