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
Originally, Airnode feed implemented a logic to create a config hash that is sent as heartbeat to verify the deployment used the correct config. This feature is nice also for Airseeker, so this feature should be implemented in commons and used in both places.
Note, that similarly to the heartbeat, the CloudFormation entrypoint uses a similar script to verify the config, but uses md5 instead of keccak256. Ideally, both would use the same hashing function.
The text was updated successfully, but these errors were encountered:
Related to api3dao/signed-api#240
Originally, Airnode feed implemented a logic to create a config hash that is sent as heartbeat to verify the deployment used the correct config. This feature is nice also for Airseeker, so this feature should be implemented in commons and used in both places.
Note, that similarly to the heartbeat, the CloudFormation entrypoint uses a similar script to verify the config, but uses
md5
instead ofkeccak256
. Ideally, both would use the same hashing function.The text was updated successfully, but these errors were encountered: