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
All txs will now start from a private entrypoint. Remove the ability to directly call a public function. This means removing the PublicTx type in a tx, as well as the flow in the PublicProcessor that uses the public kernel circuit with no previous kernel (remove that circuit as well).
Also, since txs will always have a private component, the tx hash will always be available as a first nullifier, so we can simplify the getTxHash method.
The text was updated successfully, but these errors were encountered:
All txs will now start from a private entrypoint. Remove the ability to directly call a public function. This means removing the PublicTx type in a tx, as well as the flow in the PublicProcessor that uses the public kernel circuit with no previous kernel (remove that circuit as well).
Also, since txs will always have a private component, the tx hash will always be available as a first nullifier, so we can simplify the getTxHash method.
The text was updated successfully, but these errors were encountered: