-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
ext/getaddress api with array of last txs #392
Comments
Where have you seen that? This isn't currently in the original fork. If you can link it we will replicate it. |
It may have been part of the change from So before, only responded with the address dcoument rather than the AddressTX document |
Ahhh, right got you. I remember stripping that out thinking it was redundant. I think that still existed in 1.6.1 though which is odd... Will look into bringing this back |
Thanks for your replies. I have seen it on the following live explorer sites (all powered by Iquidus Explorer). So I assumed if this can be found on several instances it cannot be a custom implementation). http://explorer.omegablockchain.net/ext/getaddress/oSVLhptBjB7jv8F4nuwfDBYoaRhmRQug3g Would be great if you can bring it back. Thanks a lot! |
I have just opened the following issue: #408 I am running the latest v of the explorer and also need the above functionality to get the last txs for a specific address |
I'll take a look at this later we don't need to change much to get this back in |
Amazing - that would be great. Thanks! |
@FrediDealCash @GamSui Please try out this PR: |
Just tried it and have left my comment on the PR: #410 (review) All works perfectly, thank you very much for taking the time to do this. |
In some installations I can see that the ".../ext/getaddress" api returns a list of last txs. I'm using quite an old version 1.6.1. In my installation I only get address, sent, received and balance. I don't get the last txs array. Is this a restriction of my current version, or can I active this feature? If yes how?
The text was updated successfully, but these errors were encountered: