-
-
Notifications
You must be signed in to change notification settings - Fork 114
Optional query parameters work like required #18
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
Labels
bug
Something isn't working
Comments
Thanks for reporting this issue, we are on it :) |
Probably aware but I am seeing this as well |
?
…On Sat, Sep 4, 2021 at 11:57 PM William Ferrell ***@***.***> wrote:
Probably aware but I am seeing this as well
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARZK7UAM26A4KR7PWWFWG2TUAL2DDANCNFSM44XIZPHA>
.
|
Sorry. Was attempting to be helpful in saying that I can reproduce this issue with etherscan-python==2.1.0 If I get around to it over the next couple of weeks, I may make a fix and submit a PR. |
Wait you so you can get my hex back!?
…On Sun, Sep 5, 2021 at 9:42 AM William Ferrell ***@***.***> wrote:
Sorry. Was attempting to be helpful in saying that I can reproduce this
issue with etherscan-python==2.1.0
If I get around to it over the next couple of weeks, I may make a fix and
submit a PR.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARZK7UEDQI6ZDCIUE2PTCHLUAN6VBANCNFSM44XIZPHA>
.
|
I’ll pay you
…On Sun, Sep 5, 2021 at 9:42 AM William Ferrell ***@***.***> wrote:
Sorry. Was attempting to be helpful in saying that I can reproduce this
issue with etherscan-python==2.1.0
If I get around to it over the next couple of weeks, I may make a fix and
submit a PR.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARZK7UEDQI6ZDCIUE2PTCHLUAN6VBANCNFSM44XIZPHA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I am using the rest api, i can send request without using endblock parameter:
https://api.etherscan.io/api?module=account&action=tokentx&address=0x4e83362442b8d1bec281594cea3050c8eb01311c&startblock=12328953&sort=asc&apikey=YourApiKeyToken
But the library doesn't allow to do this:
The text was updated successfully, but these errors were encountered: