Skip to content

Tags: dyne/Zenroom

Tags

v5.31.1

Toggle v5.31.1's commit message
fix: runtime context type support in zencode-exec

v5.31.0

Toggle v5.31.0's commit message
feat: use context arg to sideload lua with keyword

context comes handy for debugging and testing to pass lua sideload without
changing the external api, now parses first line about its function and then
executes. In future will close this functionality on RELEASE builds.

v5.30.4

Toggle v5.30.4's commit message
fix: use [email protected] in js release job

v5.30.3

Toggle v5.30.3's commit message
fix(golang): stream zenroom stdin payload

v5.30.2

Toggle v5.30.2's commit message
docs: update native maintenance notes

v5.30.1

Toggle v5.30.1's commit message
test(js): relax unknown-variable line assertion

v5.30.0

Toggle v5.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1172 from dyne/feat/longfellow_info

feat(zkcc): add method to get circuit metadata

v5.29.3

Toggle v5.29.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1171 from dyne/fix/zencode-parser-security

Fix/zencode parser security

v5.29.2

Toggle v5.29.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1170 from dyne/fix/json-decode

fix: json decoder fixes for utf-16 corner cases

v5.29.1

Toggle v5.29.1's commit message
fix(go): start the process before filling the stdin pipe