foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.

Home Page:https://foundry-rs.github.io/starknet-foundry/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rethink the `map_error_to_string` interface

Arcticae opened this issue · comments

Which components does the task require to be changed? (think hard pls)

snforge

Description

It seems to be not as intuitive and easy to use as we first thought, we should think about introducing a helper function instead, which parses the felt array to bytearray and returns a result (which is a failure if it's unparseable).