Skip to content
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

Header data structure passed to Zenroom on execution #121

Open
jaromil opened this issue Mar 2, 2022 · 0 comments
Open

Header data structure passed to Zenroom on execution #121

jaromil opened this issue Mar 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jaromil
Copy link
Member

jaromil commented Mar 2, 2022

In order to allow advanced Zencode logics that take into account OS states, time and caller addresses, we need to have a header { ... } dictionary passed as additional data inside KEYS and generated by restroom on execution. Such a dictionary should contain:

header = { epoch = "string",
                 client_ipv4 = "string",
                 url_path = "string"
                 machine_id = "string",
                 random_seed = "string",
                 exec_sequence = integer
                }

I can further explain, lets meet over this

@jaromil jaromil added the enhancement New feature or request label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants