You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see there is a contract parameter on /api/v2/address/<address>[?contract=<contract address>] which works now just for tokens. It should work for any contract address interaction.
We need to expand it to accept an array of contract addresses so that we can filter pooling and accounting Everstake contracts at once.
In the staking tab of Trezor Suite, we need to filter staking related contracts interactions on the client.
https://github.com/trezor/blockbook/blob/master/docs/api.md#get-address
We see there is a contract parameter on
/api/v2/address/<address>[?contract=<contract address>]
which works now just for tokens. It should work for any contract address interaction.We need to expand it to accept an array of contract addresses so that we can filter pooling and accounting Everstake contracts at once.
Related to #12827
The text was updated successfully, but these errors were encountered: