-
Notifications
You must be signed in to change notification settings - Fork 72
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 config validation for local Airnode invocation including airnode-client
container
#1105
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently the tests fail.
49d7bc5
to
5f70853
Compare
packages/airnode-node/package.json
Outdated
@@ -28,6 +28,7 @@ | |||
"@api3/airnode-protocol": "^0.6.0", | |||
"@api3/airnode-utilities": "^0.6.0", | |||
"@api3/airnode-validator": "^0.6.0", | |||
"@api3/promise-utils": "^0.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we using it somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I initially was but ended up not using it and forget to remove it. Will do.
5f70853
to
e4c1a22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
AN-595
Doing the config file validation separately (instead of running it as a part of
invoke.ts
) so that if it fails, the container fails as well instead of running and throwing an error every minute.