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 Sep 27, 2023. It is now read-only.
This is problematic, because it blocks the entire package from being used with idempotent runs.
What we need to do: replace the in-Starlark time.now() generation (which is an interpretation-time value) with a runtime value by generating the current time via run_sh or run_python. Hopefully, this should be the only change needed.
The text was updated successfully, but these errors were encountered:
There is a
time.now()
call here:eth-network-package/src/participant_network.star
Line 67 in 30d2ccf
This is problematic, because it blocks the entire package from being used with idempotent runs.
What we need to do: replace the in-Starlark
time.now()
generation (which is an interpretation-time value) with a runtime value by generating the current time viarun_sh
orrun_python
. Hopefully, this should be the only change needed.The text was updated successfully, but these errors were encountered: