lambdaclass / starknet_in_rust

A Rust implementation of Starknet execution logic
Apache License 2.0
171 stars 52 forks source link

fix: declare tx validate entrypoint should be non-revertible #1258

Open kariy opened 7 months ago

kariy commented 7 months ago

Description

All the other txs have this value to be false except for Declare tx

Checklist