-
Notifications
You must be signed in to change notification settings - Fork 763
Remove GetAddressTxs #3872
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
Remove GetAddressTxs #3872
Conversation
Signed-off-by: Joshua Kim <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Could you add the release notes shell to |
Signed-off-by: Joshua Kim <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Added 5e55d87 |
Signed-off-by: Joshua Kim <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]> Signed-off-by: Joshua Kim <[email protected]>
165b03d
to
cf09730
Compare
Signed-off-by: Joshua Kim <[email protected]>
cf09730
to
a49bf75
Compare
Signed-off-by: Joshua Kim <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
fb4eb39
to
70407c5
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.
Last nit then lgtm
Signed-off-by: Joshua Kim <[email protected]>
since we are getting rid of the AddressTxsIndexer, does it make sense to also delete the data? |
It makes sense. I considered doing it as part of this PR but this feature/its apis have been deprecated for 2 years now + we're not aware of anyone using it (we confirmed with Binance/our internal teams, and the indexer defaults to being disabled). IMO it's not worth the effort. |
Why this should be merged
Removes deprecated api to minimize amount of state required for #3732. We have confirmed that there are no downstream users of this api.
How this works
Removes GetAddressTxs + avm tx indexer code.
How this was tested
CI
Need to be documented in RELEASES.md?
Yes