-
Notifications
You must be signed in to change notification settings - Fork 10
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
Struggling to add date where filter to AccountTransactions query #57
Comments
yep will take a look! |
I've spent a bit more time researching this.
|
* commented out non-working code for GetAccountTransactions with date range - does not seem to be supported right now, see fudgebucket27#57 * disabled start/stop Date edits from export dialog
|
Thanks for confirming my suspicions. I went ahead and opened an issue in the original subgraph repository (deliberately not linking it). If everything else fails, I need to search for the range of block numbers and then use the block id for filtering. |
PR #61 works around the limitation by getting the first and last block id within the timespan and then uses Transaction_filter blockgte/lte to achieve the same effect. Unfortunately that means an additional request but at least it is working! |
Hey there
I'm struggling to optionally limit the GetAccountTransactions query to a date range and have pushed my current state to feature/TransactionCSVExport on my fork - where I added you as a contributor too (It's probably way to early to open a PR for this).
Could you possibly help me out with that one? Just running/debugging the GetAccountTransactions test should be sufficient to see the problem in action.
Thanks and cheers
The text was updated successfully, but these errors were encountered: