You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Actual behavior
When
events
endpoint is queried withtopic
,senderAddress
andtransactionID
-senderAddress
replacestransactionID
in the internal database query.Qerying by empty block ID or topic using RPC results in an error.
Expected behavior
https://github.com/LiskHQ/lisk-service/blob/release/0.7.0/tests/integration/api_v3/rpc/events.test.js#L151
https://github.com/LiskHQ/lisk-service/blob/release/0.7.0/tests/integration/api_v3/rpc/events.test.js#L532
Steps to reproduce
Invoke
events
endpoint above three params but provide a wrongtransactionID
Which version(s) does this affect? (Environment, OS, etc...)
Additional information
Currently, lisk service framework do not provide an api to such a query. We may need to update the knex wrapper or do a raw query.
The text was updated successfully, but these errors were encountered: