-
Notifications
You must be signed in to change notification settings - Fork 252
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
chore!: cleanup wallet activity code #6168
base: develop
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (221)
|
00a5c59
to
7b80b62
Compare
8bfbc5e
to
7f145f0
Compare
8837789
to
b684c7d
Compare
0ca933f
to
357d0fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6168 +/- ##
============================================
+ Coverage 23.92% 60.71% +36.79%
============================================
Files 801 840 +39
Lines 104713 106940 +2227
============================================
+ Hits 25051 64928 +39877
+ Misses 76193 34439 -41754
- Partials 3469 7573 +4104
Flags with carried forward coverage won't be shown. Click here to find out more.
|
f746203
to
0251a94
Compare
Looks like you have BREAKING CHANGES in your PR. Check-list
|
2b85744
to
e75dc4c
Compare
e75dc4c
to
b1e8bae
Compare
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.
I checked and I didn't find any usage of the removed endpoints in status-mobile
. Would be great if @smohamedjavid could double check as he worked on activity integration.
Removed unused wallet API endpoints and associated code
Removed API endpoints:
CheckRecentHistory
CheckRecentHistoryForChainIDs
Used to be called manually after sending a transaction, this is now triggered automatically in status-go
LoadTransferByHash
CreateMultiTransaction
Used for old wallet and community transactions
GetTransfersByAddress
GetTransfersByAddressAndChainID
GetTransfersForIdentities
GetPendingTransactionsForIdentities
FilterActivityAsync
CancelActivityFilterTask
Used for the pre-session activity screen
StartActivityFilterSession
GetMultiTxDetails
Used for sessionV1 activity