-
Notifications
You must be signed in to change notification settings - Fork 63
feat: migrate activities to plattform #2087
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
base: feature/plattform-assets
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: src/core/resources/transactions/consolidatedTransactions.ts
|
d56c3b6
to
b35cbe2
Compare
63915d0
to
5a4f950
Compare
b35cbe2
to
c0f357c
Compare
5a4f950
to
78ca69b
Compare
@@ -0,0 +1,619 @@ | |||
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. |
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.
directory mismatch
0f386d3
to
cf6a6f8
Compare
15be28a
to
80942ad
Compare
cf6a6f8
to
867257a
Compare
867257a
to
e5c0258
Compare
80942ad
to
086b40e
Compare
Migrate activities to plattform
Fixes BX-2028
Fixes BX-2029
Fixes BX-2030
What changed (plus any additional context for devs)
This PR migrates transaction-related API calls from the Addys service to the Platform service. The changes include:
consolidatedTransactions.ts
to use the Platform API endpoint for listing transactionstransaction.ts
to fetch transaction details using the Platform APItransactions.ts
to use the Platform API for transaction listingsrc/core/types/gen/plattform/transaction/transaction.ts
What to test
PR-Codex overview
This PR focuses on refactoring the transaction handling logic to use a new platform API, replacing the previous
addysHttp
withplatformHttp
. It enhances transaction fetching and processing, ensuring compatibility with the new data structure.Detailed summary
addysHttp
withplatformHttp
in multiple files.tx.changes
to handle undefined cases.