Andrei Guzga
Andrei Guzga
**Describe the bug** When checking a transaction with a memo added to it, the memo is empty in the app. See the attached screenshot below. The payment in question does...
As the accounts/:address/activity is deprecated and will be removed in the future, can we have an endpoint which will list payment_v1 and payment_v2 transactions? We have different scripts in place...
The only method not implemented was Elections for Account as that is returning empty data no matter what params I pass. Maybe that endpoint was not updated to use the...
Added blocks::stats, blocks::block_at_height, blocks::block_at_hash
I was trying to move from the activity endpoint and use the new rewards endpoint but this was missing the type of the reward. I've noticed that the type of...
I tried fetching info regarding validators using this.heliumClient.validators.fromAddress(:address) this.heliumClient.validator(:address) Both methods return the structure of the validator info but with no values to it. Example: `{versionHeartbeat: undefined, status: { height:...
Is there a discussion regarding implementing the Validators endpoint in this library?