-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 authenticated ping endpoint #1491
Conversation
74eab10
to
8187fab
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.
I won't be using this solely to check the health of a node as it's authenticated & requires db lock, but in the context of the deviator this works for me.
To add more context, this serves as the backend ping endpoint for |
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check
…1491) (#14734) * Make gas fee staleness threshold configurable per chain (#1491) On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee Make stalenessThreshold per dest chain and have 0 mean no staleness check * add changeset * fix offchain code * update structs in integration-tests * update core changeset * [Bot] Update changeset file with jira issues * update snapshot & wrapper --------- Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
## Motivation On some chains, it is possible the gas price will just always be zero or will be fixed at some constant fee ## Solution Make stalenessThreshold per dest chain and have 0 mean no staleness check
https://www.pivotaltracker.com/story/show/167377145
GET
/v2/ping
with either cookie or external initiator credentials.