Skip to content

feedback:FinancialAPI#677

Merged
Dominikkq merged 14 commits intofeat-financial-summaryfrom
feedback-financial-summary
Apr 11, 2025
Merged

feedback:FinancialAPI#677
Dominikkq merged 14 commits intofeat-financial-summaryfrom
feedback-financial-summary

Conversation

@Dominikkq
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

@Dominikkq Dominikkq requested a review from Copilot April 11, 2025 10:37
@Dominikkq Dominikkq changed the title feedback:SummaryData types feedback:FinancialAPI Apr 11, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 16 out of 17 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • OpenApi.yml: Language not supported
Comments suppressed due to low confidence (2)

internal/adapters/dataproviders/database/mongo/pegout.go:357

  • The previous implementation fetched additional quotes using the additional quote hashes, but this logic has been removed. Ensure that this behavior change is intentional.
if len(quoteHashes) > 0 { ... }

internal/adapters/dataproviders/database/mongo/pegin.go:219

  • Similar to pegout, converting the Unix timestamp to uint32 in the Pegin adapter may truncate dates beyond 2038. Consider using int64 to preserve the full timestamp range.
startTimestamp := uint32(startDate.Unix())

Comment thread internal/usecases/liquidity_provider/summaries_test.go
Comment thread internal/adapters/dataproviders/database/mongo/pegout.go Outdated
@Dominikkq Dominikkq marked this pull request as ready for review April 11, 2025 11:00
@Dominikkq Dominikkq merged commit 457666c into feat-financial-summary Apr 11, 2025
5 checks passed
@Dominikkq Dominikkq deleted the feedback-financial-summary branch April 11, 2025 11:00
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.

2 participants