You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
In madara we added a set of common getters for all our tx types.
You should do that for the one defined in blockifier too.
It would avoid lib users having to write this type of bad boilerplate code all the time:
https://github.com/keep-starknet-strange/madara/blob/main/crates/primitives/transactions/src/getters.rs#L51
In madara we added a set of common getters for all our tx types.
You should do that for the one defined in blockifier too.
It would avoid lib users having to write this type of bad boilerplate code all the time:
This should be a trait.
The text was updated successfully, but these errors were encountered: