-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add EnvHash to instance and calculate the hash based on it #1452
Conversation
Speaking of which, could you add a check in e2e test about the env hash calculation? |
I've added a transaction error log
Now the cli outputs:
I know it's not prefect error, but gives you context. Previously was:
And there was clue what's might going on. ======== Now envs are stable sort. ======== I've updated the validation error for env (thanks e2e tests ❤️ ) ======== Add e2e test for env hash. |
close #1279
It was so easy to test that with e2e!