Skip to content

Conversation

@alexcambose
Copy link
Contributor

@alexcambose alexcambose commented Aug 27, 2025

Summary

Conformance reports for publishers and feeds.

Rationale

Adding missing conformance reports form the old legacy website.

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Aug 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
api-reference Ready Ready Preview Comment Aug 29, 2025 8:46am
component-library Ready Ready Preview Comment Aug 29, 2025 8:46am
developer-hub Ready Ready Preview Comment Aug 29, 2025 8:46am
entropy-explorer Ready Ready Preview Comment Aug 29, 2025 8:46am
insights Ready Ready Preview Comment Aug 29, 2025 8:46am
proposals Ready Ready Preview Comment Aug 29, 2025 8:46am
staking Ready Ready Preview Comment Aug 29, 2025 8:46am

@alexcambose alexcambose marked this pull request as ready for review August 28, 2025 11:45
@alexcambose alexcambose requested a review from a team as a code owner August 28, 2025 11:45
@alexcambose alexcambose requested review from cprussin and fhqvst August 28, 2025 11:46
Copy link
Collaborator

@cprussin cprussin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks great!

@@ -0,0 +1,37 @@
import { z } from "zod";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I'm not a big fan of organizing files by the type of file, I prefer functional domain based organization; in particular I'd prefer (and expect) to find this scheme with the code that fetches the data that the schema validates.

Copy link
Contributor Author

@alexcambose alexcambose Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to a separate price-feeds-schema.ts file.

what if the schema is used in different places/files?

For example, we use the schema in api routes, pyth functions (eg. getFeeds()), http request functions, etc.

@vercel vercel bot temporarily deployed to Preview – entropy-explorer August 29, 2025 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals August 29, 2025 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – developer-hub August 29, 2025 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – staking August 29, 2025 08:39 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference August 29, 2025 08:39 Inactive
@alexcambose
Copy link
Contributor Author

@cprussin addressed the comments, I'll merge this but happy to go be to this again in case you have more feedback

@alexcambose alexcambose merged commit 554e0f4 into main Aug 29, 2025
10 checks passed
@alexcambose alexcambose deleted the feat/conformance-reports-temp branch August 29, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants