stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
62 stars 43 forks source link

Add more error tests #1263

Closed sisuresh closed 11 months ago

sisuresh commented 11 months ago

What

Resolves https://github.com/stellar/rs-soroban-env/issues/1161

  1. These tests test recoverable guest and host functions errors.
  2. https://github.com/stellar/rs-soroban-env/pull/1259 tested unrecoverable errors with try_call.