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
Test that npm packages admin, deployer, and validator, which have a --help CLI argument, are compiled correctly using npx
admin
generate-mnemonic
deployer (tested more below)
validator
Succeeds with --config "packages/airnode-validator/test/fixtures/config.valid.json" --secrets "packages/airnode-validator/test/fixtures/secrets.valid.env"
The following use the coingecko-http-gateways integration in airnode-examples on Ethereum sepolia (I initially began on goerli but the gas was a mess). I also modified the config to use two providers to see if #1718 happened to be reproduced, but I didn't encounter it.
Run Airnode client Docker image:
Testnet request
HTTP gateway request
Signed HTTP gateway request
Withdrawal request
Test AWS deployment with deployer Docker image:
Requests
Testnet request
HTTP gateway request
Signed HTTP gateway request
Withdrawal request
Deployer commands (with Docker image)
list
info
remove
Test GCP deployment with deployer Docker image:
Requests
Testnet request
HTTP gateway request
Signed HTTP gateway request
Withdrawal request
Deployer commands (with Docker image)
list
info
remove-with-receipt (differs from AWS to achieve additional command coverage)
Prior to the v0.11.0 release, the snapshot packages and corresponding Docker images need to be tested.
NPM packages:
Docker images:
The text was updated successfully, but these errors were encountered: