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 Oct 17, 2023. It is now read-only.
As the v0.9.0 release deprecates the --experimental-ssa flag (i.e. all Noir smart contract syntaxes would be supported out of the box), it'd be best to document the syntaxes alongside the release.
As the v0.9.0 release deprecates the
--experimental-ssa
flag (i.e. all Noir smart contract syntaxes would be supported out of the box), it'd be best to document the syntaxes alongside the release.Relevant PRs:
contract
Retroactive: Noir contract scope noir#1135
feat: Implement basic contracts noir#944
fix: Prevent calling contract functions from outside the contract noir#980
Retroactive: Add Noir contract function types noir#1168
open
functionsfeat: Implement 'open' and 'unconstrained' keywords noir#1037
internal
functionsfeat: Adding internal keyword noir#1873
pub
valuesfeat: Allow secret functions to use public parameters noir#1051
P.S. The Aztec libraries for smart contract utilities, albeit written in Noir, are probably more suiting to be documented in Aztec's docs.
The text was updated successfully, but these errors were encountered: