-
Notifications
You must be signed in to change notification settings - Fork 3
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
Filter transactions table by date #615
Comments
This is currently not available on the mdw as it's currently possible to filter transactions by keyblock and txi. |
Can you link me to the mdw issue referring to this task? If it's the /v3/txs endpoint that you're using you may filter by scope: https://mainnet.aeternity.io/mdw/v3/transactions?contract=ct_9L9u3v4wWED8Zn7wGRRGv1dNy8g2F2fH9PUegDzSLS85Tu564&scope=gen:100-1000000 |
This is for the main listing of transactions. There is the option to filter by scope. The idea behind this is to provide user the date range picker. In that case, we would need to do the block height-to-date calculation. So our requirement to you is that you could extend the endpoint to accept the timestamp in the same fashion as statistics endpoints |
Set up an issue for you |
Implemented by MDW, ready to grab |
Please describe the problem that your request should resolve.
Describe the solution you'd like
The user should be able to filter transactions using a date range picker.
MDW tracking aeternity/ae_mdw#1756
Is it already possible to achieve the same outcome in any other way? If so, how?
Additional context
The text was updated successfully, but these errors were encountered: