-
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
Stream fallback: error handler #12061
Stream fallback: error handler #12061
Commits on Feb 15, 2024
-
Stop retry flow for error handling (log trigger) (#12026)
* return timeout for retry interval * identify retryTimeout + placeholder for err handler * err codes * comments * added function and tests for handling err code
Configuration menu - View commit details
-
Copy full SHA for 75c8094 - Browse repository at this point
Copy the full SHA 75c8094View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae5f77 - Browse repository at this point
Copy the full SHA 8ae5f77View commit details
Commits on Feb 16, 2024
-
Stop retry flow for error handling (conditional trigger) (#12032)
* err codes for conditionals * unit tests for conditional
Configuration menu - View commit details
-
Copy full SHA for 30dc562 - Browse repository at this point
Copy the full SHA 30dc562View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed7baf4 - Browse repository at this point
Copy the full SHA ed7baf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa054c1 - Browse repository at this point
Copy the full SHA fa054c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1219a12 - Browse repository at this point
Copy the full SHA 1219a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for edd39eb - Browse repository at this point
Copy the full SHA edd39ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9524f08 - Browse repository at this point
Copy the full SHA 9524f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02774b8 - Browse repository at this point
Copy the full SHA 02774b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7e3fb - Browse repository at this point
Copy the full SHA 8e7e3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496e0e9 - Browse repository at this point
Copy the full SHA 496e0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e97962e - Browse repository at this point
Copy the full SHA e97962eView commit details
Commits on Feb 20, 2024
-
fix debug.go, refactor eth_call on checkCallback and checkErrorHandle…
…r, fix some minor comments (typo and test)
Configuration menu - View commit details
-
Copy full SHA for 566d1c4 - Browse repository at this point
Copy the full SHA 566d1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc46df7 - Browse repository at this point
Copy the full SHA cc46df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783ed9c - Browse repository at this point
Copy the full SHA 783ed9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b660a70 - Browse repository at this point
Copy the full SHA b660a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0336020 - Browse repository at this point
Copy the full SHA 0336020View commit details -
Merge pull request #12088 from smartcontractkit/auto-9006-call-error-…
…handler Call check error handler within mercury
Configuration menu - View commit details
-
Copy full SHA for ceec78a - Browse repository at this point
Copy the full SHA ceec78aView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1e15f3 - Browse repository at this point
Copy the full SHA d1e15f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6998268 - Browse repository at this point
Copy the full SHA 6998268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4969a0a - Browse repository at this point
Copy the full SHA 4969a0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cdc759 - Browse repository at this point
Copy the full SHA 9cdc759View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67d9e2 - Browse repository at this point
Copy the full SHA b67d9e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1975a0d - Browse repository at this point
Copy the full SHA 1975a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c9d31 - Browse repository at this point
Copy the full SHA d1c9d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c6612 - Browse repository at this point
Copy the full SHA d0c6612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d83f7 - Browse repository at this point
Copy the full SHA 40d83f7View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91718a9 - Browse repository at this point
Copy the full SHA 91718a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4aad99 - Browse repository at this point
Copy the full SHA d4aad99View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d26aa - Browse repository at this point
Copy the full SHA b4d26aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e473a5 - Browse repository at this point
Copy the full SHA 2e473a5View commit details -
Merge pull request #12116 from smartcontractkit/unittests
fix unit tests for mercury
Configuration menu - View commit details
-
Copy full SHA for a53eaff - Browse repository at this point
Copy the full SHA a53eaffView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfcb2a4 - Browse repository at this point
Copy the full SHA dfcb2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for addf869 - Browse repository at this point
Copy the full SHA addf869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f67cf - Browse repository at this point
Copy the full SHA 84f67cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b8139 - Browse repository at this point
Copy the full SHA 81b8139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8719f - Browse repository at this point
Copy the full SHA 9e8719fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81775b3 - Browse repository at this point
Copy the full SHA 81775b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cd2a97 - Browse repository at this point
Copy the full SHA 1cd2a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc1fa2 - Browse repository at this point
Copy the full SHA fcc1fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528efd0 - Browse repository at this point
Copy the full SHA 528efd0View commit details -
Merge pull request #12089 from smartcontractkit/AUTO-9012-investigate…
…-http-timeouts-for-mercury-server-calls Fix timeouts for mercury calls
Configuration menu - View commit details
-
Copy full SHA for bad4376 - Browse repository at this point
Copy the full SHA bad4376View commit details -
Finalize stream error codes, polish requests to return consistent nil…
… bytes upon error, use HttpToStreamsErrCode everywhere
Configuration menu - View commit details
-
Copy full SHA for 4540b21 - Browse repository at this point
Copy the full SHA 4540b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9295a - Browse repository at this point
Copy the full SHA bb9295aView commit details
Commits on Feb 23, 2024
-
Merge pull request #12146 from smartcontractkit/AUTO-9078
Add tests for streams.go
Configuration menu - View commit details
-
Copy full SHA for eb3ae85 - Browse repository at this point
Copy the full SHA eb3ae85View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae562a - Browse repository at this point
Copy the full SHA fae562aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3100273 - Browse repository at this point
Copy the full SHA 3100273View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8007e4 - Browse repository at this point
Copy the full SHA d8007e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b9ec5 - Browse repository at this point
Copy the full SHA 46b9ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 777e5aa - Browse repository at this point
Copy the full SHA 777e5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b2dcf - Browse repository at this point
Copy the full SHA 22b2dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8aa142 - Browse repository at this point
Copy the full SHA c8aa142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b04b6c - Browse repository at this point
Copy the full SHA 6b04b6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f7db9 - Browse repository at this point
Copy the full SHA f8f7db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c22402 - Browse repository at this point
Copy the full SHA 9c22402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 051e0ff - Browse repository at this point
Copy the full SHA 051e0ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b18f3b - Browse repository at this point
Copy the full SHA 5b18f3bView commit details -
- server timeout - unauthorized - bad req - internal server err - not found
Configuration menu - View commit details
-
Copy full SHA for 0bcbe19 - Browse repository at this point
Copy the full SHA 0bcbe19View commit details
Commits on Feb 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 360a14b - Browse repository at this point
Copy the full SHA 360a14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee1568 - Browse repository at this point
Copy the full SHA 9ee1568View commit details
Commits on Feb 26, 2024
-
Merge pull request #12100 from smartcontractkit/AUTO-9007-error-handl…
…er-integration-test Error handler integration test
Configuration menu - View commit details
-
Copy full SHA for 5abd373 - Browse repository at this point
Copy the full SHA 5abd373View commit details -
Configuration menu - View commit details
-
Copy full SHA for adeaf70 - Browse repository at this point
Copy the full SHA adeaf70View commit details