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
… return all action states for each block (#71)
## Description
:link: Laying the groundwork for o1-labs/o1js#802
In this PR, we introduce an enhancement that enables users to filter
actions based on their action hash within each block. By specifying
fromActionHash or endActionHash, users can now filter actions according
to the action hash. This improvement allows SnarkyJS users to simply
provide the desired action hashes, eliminating the need to derive them
from the entire actions history. As a result, SnarkyJS experiences a
performance boost, since it no longer needs to compute a large number of
hashes.
Additionally, we return all action states for each block. SnarkyJS can
use `actionStateTwo` to recalculate the new actions hash.
No description provided.
The text was updated successfully, but these errors were encountered: