-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: api3dao/signed-api
base: 0.2.0
head repository: api3dao/signed-api
compare: main
Commits on Dec 31, 2023
-
Update dependency is-wsl to v3 (#181)
* Update dependency is-wsl to v3 * Ignore is-wsl dependency, increase renovate PR frequency --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd8c9c3 - Browse repository at this point
Copy the full SHA cd8c9c3View commit details
Commits on Jan 1, 2024
-
Update non-major-devDependencies (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5e29dc - Browse repository at this point
Copy the full SHA e5e29dcView commit details
Commits on Jan 8, 2024
-
Update non-major-devDependencies (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0587de5 - Browse repository at this point
Copy the full SHA 0587de5View commit details -
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a61f815 - Browse repository at this point
Copy the full SHA a61f815View commit details -
Update non-major-dependencies (#183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16169a4 - Browse repository at this point
Copy the full SHA 16169a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b644303 - Browse repository at this point
Copy the full SHA b644303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ea35d - Browse repository at this point
Copy the full SHA 61ea35dView commit details -
Add airnode address to POST endpoint as a path parameter (#189)
* Add airnode address to POST endpoint as a path parameter * Check authentication first * Update package name in READMEs * Fix typo
Configuration menu - View commit details
-
Copy full SHA for d3aa269 - Browse repository at this point
Copy the full SHA d3aa269View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c6d03 - Browse repository at this point
Copy the full SHA d6c6d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce9357 - Browse repository at this point
Copy the full SHA 0ce9357View commit details
Commits on Jan 10, 2024
-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cf36f2 - Browse repository at this point
Copy the full SHA 7cf36f2View commit details
Commits on Jan 17, 2024
-
Update non-major-dependencies (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 752b2d4 - Browse repository at this point
Copy the full SHA 752b2d4View commit details
Commits on Jan 18, 2024
-
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1210485 - Browse repository at this point
Copy the full SHA 1210485View commit details -
Update non-major-devDependencies (#197)
* Update non-major-devDependencies * Disable broken ESLint rule, fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7cb4f29 - Browse repository at this point
Copy the full SHA 7cb4f29View commit details -
Implement secrets interpolation, update CF template (#199)
* Allow Signed API to interpolate secrets * Update docs regarding secrets interpolation * Update CloudFormation file * Fix e2e test
Configuration menu - View commit details
-
Copy full SHA for 19e0482 - Browse repository at this point
Copy the full SHA 19e0482View commit details -
Support caching on AWS CloudFront (#200)
* Update cache * Update docs regarding cache * Fix test
Configuration menu - View commit details
-
Copy full SHA for 0e93ebf - Browse repository at this point
Copy the full SHA 0e93ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcfa993 - Browse repository at this point
Copy the full SHA dcfa993View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1fa053 - Browse repository at this point
Copy the full SHA c1fa053View commit details
Commits on Jan 19, 2024
-
* Update CloudFormation template * Use airnode label instead of airnodeAddress
Configuration menu - View commit details
-
Copy full SHA for 6b2cf90 - Browse repository at this point
Copy the full SHA 6b2cf90View commit details
Commits on Jan 23, 2024
-
Update dependency @aws-sdk/client-s3 to ^3.490.0 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92936e8 - Browse repository at this point
Copy the full SHA 92936e8View commit details
Commits on Jan 29, 2024
-
Update non-major-devDependencies (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8e3ba4 - Browse repository at this point
Copy the full SHA d8e3ba4View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aa11fa - Browse repository at this point
Copy the full SHA 9aa11faView commit details
Commits on Feb 2, 2024
-
Update dependency husky to v9 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66084c6 - Browse repository at this point
Copy the full SHA 66084c6View commit details -
Update non-major-dependencies (#204)
* Update non-major-dependencies * Fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f6e03d4 - Browse repository at this point
Copy the full SHA f6e03d4View commit details
Commits on Feb 7, 2024
-
Implement async signed data validation (#215)
* Implement signature verification in a Worker * Move worker pool to separate module * Fix is batch unique check * Resolve remaining TODOs * Fix loading service worker * Specify min workers * Move ts-node to dev-deps * Fix tests, initialize pool just once * Increase test timeout
Configuration menu - View commit details
-
Copy full SHA for 905ec21 - Browse repository at this point
Copy the full SHA 905ec21View commit details -
Handle configuration errors, minor code cleanup (#217)
* Set LOG_LEVEL to INFO * Lint also performance test workspace * Rename DEV_SERVER_PORT to SERVER_PORT * Using single entrypoint for dev-server and prod * Handle configuration errors in Signed API * Handle configuration error in Airnode feed * Self review, fix tests
Configuration menu - View commit details
-
Copy full SHA for b29a56a - Browse repository at this point
Copy the full SHA b29a56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e8124 - Browse repository at this point
Copy the full SHA 81e8124View commit details
Commits on Feb 8, 2024
-
Update non-major-devDependencies (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89f83af - Browse repository at this point
Copy the full SHA 89f83afView commit details -
Update dependency @aws-sdk/client-s3 to ^3.504.0 (#220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0299186 - Browse repository at this point
Copy the full SHA 0299186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4245010 - Browse repository at this point
Copy the full SHA 4245010View commit details -
Improve uncaught error handling, include configuration errors in logs (…
…#227) * Improve uncaught error handling * Exit on uncaught error to avoid logging to stderr * Make sure the configuration issues are logged
Configuration menu - View commit details
-
Copy full SHA for b1991e0 - Browse repository at this point
Copy the full SHA b1991e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5590378 - Browse repository at this point
Copy the full SHA 5590378View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4376116 - Browse repository at this point
Copy the full SHA 4376116View commit details
Commits on Feb 19, 2024
-
Fix timestamps not used when signing payload (#229)
* Use timestamps from post-processing * Lint README * PR comments * Minor fix to e2e README
Configuration menu - View commit details
-
Copy full SHA for 2eed67e - Browse repository at this point
Copy the full SHA 2eed67eView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01eb235 - Browse repository at this point
Copy the full SHA 01eb235View commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44232f8 - Browse repository at this point
Copy the full SHA 44232f8View commit details
Commits on Feb 26, 2024
-
Update non-major-dependencies (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fab51f8 - Browse repository at this point
Copy the full SHA fab51f8View commit details -
Update Node.js to >=18.19.1 (#236)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4073b22 - Browse repository at this point
Copy the full SHA 4073b22View commit details -
Update typescript-eslint monorepo to v7 (#235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b499557 - Browse repository at this point
Copy the full SHA b499557View commit details -
Update non-major-devDependencies (#231)
* Update non-major-devDependencies * Fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e03d017 - Browse repository at this point
Copy the full SHA e03d017View commit details -
Log received signed data (#241)
* Log received signed data * Update spelling to be `LOG_API_DATA` * Add option to enable/disable heartbeat log
Configuration menu - View commit details
-
Copy full SHA for 2129d8f - Browse repository at this point
Copy the full SHA 2129d8fView commit details
Commits on Feb 29, 2024
-
* Update commons * Use the released commons version
Configuration menu - View commit details
-
Copy full SHA for 7cda2c4 - Browse repository at this point
Copy the full SHA 7cda2c4View commit details -
* Initial Node 20 bump * Extra references * Revert Node bump in package.json
1Configuration menu - View commit details
-
Copy full SHA for 6cc350b - Browse repository at this point
Copy the full SHA 6cc350bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a8438 - Browse repository at this point
Copy the full SHA 01a8438View commit details -
Support skipping API calls (#245)
* Allow skipping API calls * Fix leaky test * Simplify test * Update packages/airnode-feed/src/api-requests/data-provider.ts Co-authored-by: Bedirhan <bedirhan@api3.org> * Add debug output and pass through endpoint parameters * PR Comment * Add resetMocks to jest config file --------- Co-authored-by: Bedirhan <bedirhan@api3.org>
Configuration menu - View commit details
-
Copy full SHA for 4b7e752 - Browse repository at this point
Copy the full SHA 4b7e752View commit details
Commits on Mar 3, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 7f4c62a - Browse repository at this point
Copy the full SHA 7f4c62aView commit details
Commits on Mar 6, 2024
-
Update non-major-dependencies (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5bc055 - Browse repository at this point
Copy the full SHA d5bc055View commit details
Commits on Mar 7, 2024
-
Update non-major-devDependencies (#250)
* Update non-major-devDependencies * Disable @typescript-eslint/consistent-return rule, handle preProcessing validation error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuel Tesař <e.tesarr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2af1a3 - Browse repository at this point
Copy the full SHA d2af1a3View commit details -
Ignore casing when comparing address (#253)
* Support lower/mixed case addresses * Make e2e test be .feature.ts instead of .test.ts * Fix test
Configuration menu - View commit details
-
Copy full SHA for a70162b - Browse repository at this point
Copy the full SHA a70162bView commit details
Commits on Mar 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74340ef - Browse repository at this point
Copy the full SHA 74340efView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.