lisk-desktop icon indicating copy to clipboard operation
lisk-desktop copied to clipboard

Transaction API does not support publickey filter parameter

Open reyraa opened this issue 4 years ago • 1 comments

Description

The transaction API does not support public key filter parameter. Once called by this filter, it throws the following error which is anticipated:

getTransactions: Dropped recipientAddress parameter, it’s invalid. 0792fecbbecf6e7370f7a7b217a9d159f380d3ecd0f2760d7a55dd3e27e97184

Motivation

Enable filtering transactions by sender or recipient public key.

Acceptance criteria

  • The publicKey must be added to the API valid parameters list.
  • Values must be validated before sent to Service.
  • The Transactions monitor page should accept public keys to filter transactions.

Nice to have:

  • The send page should accept public keys in the recipient field.

reyraa avatar Oct 26 '21 06:10 reyraa

now its working with address it may invalid issues we will test it later

soroushm avatar Sep 06 '22 08:09 soroushm

Lisk Service transaction endpoint no longer supports filtering by publickey hence closing this issue.

ManuGowda avatar Dec 07 '22 07:12 ManuGowda