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 was archived by the owner on Jul 22, 2024. It is now read-only.
* Store Sierra class hash in Declare v2 transaction
We'll need this value when we're adding the declared class to storage
so this change moves the computation from the transaction hash calculation
function into DeclareV2::new().
* Fix Declare V2 execution
The code used the _transaction hash_ instead of the Sierra class hash
to add the declared class to storage. This change fixes that to
use the class hash instead.
0 commit comments