-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNENCRYPTEDLOG #4838
Comments
fcarreiro
added a commit
that referenced
this issue
Mar 5, 2024
* Implements `EMITUNENCRYPTEDLOG` opcode in the simulator (including `event_selector` which was previously missing) * Adds `emit_unencrypted_log<T>` to `avm.nr` (the new public context). * Observe that this function takes any type `T` that noir is happy to autoconvert to `[Field; N]` * Observe that it does NOT take an `address`. Instead the simulator uses `context.environment.address`. See [this thread](https://aztecprotocol.slack.com/archives/C03P17YHVK8/p1709326971482429). * This function is tested with fields and raw strings. I think it would also probably work with `CompressedString` and other serializable types, but I can't test it now due to Brillig problems. * Updated spec. Closes #4838.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: