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
According to https://mainnet.telos.net/v2/history/get_actions?filter=dapp.bennyfi%3A*, dapp.bennyfi should have many historical transactions. The client debugger reports a successful connection to the mainnet endpoint. However, the client only picks up ~20 historical actions starting on 2021-08-25T19:41:49.500 and then stops. It then proceeds to pick up more history at very irregular intervals every couple hours and has not yet picked up any live events. If I shift the start time, it will pick up another ~20 actions starting at the new start time and then halts. I do not see any console prints suggesting the socket has disconnected. Adding accounts and actions to the stream actions call does not seem to make any difference. I see similar behavior with https://testnet.telos.net and bennyfitestm. Is this kind of behavior expected? Am I using the stream incorrectly?
Description
My goal is to use this stream to pick up historical and live actions for specific accounts on mainnet and testnet.
My socket setup is below:
According to
https://mainnet.telos.net/v2/history/get_actions?filter=dapp.bennyfi%3A*
,dapp.bennyfi
should have many historical transactions. The client debugger reports a successful connection to the mainnet endpoint. However, the client only picks up ~20 historical actions starting on2021-08-25T19:41:49.500
and then stops. It then proceeds to pick up more history at very irregular intervals every couple hours and has not yet picked up any live events. If I shift the start time, it will pick up another ~20 actions starting at the new start time and then halts. I do not see any console prints suggesting the socket has disconnected. Adding accounts and actions to the stream actions call does not seem to make any difference. I see similar behavior withhttps://testnet.telos.net
andbennyfitestm
. Is this kind of behavior expected? Am I using the stream incorrectly?Environment
node version: 16.14.2
hyperion-stream-client version: 1.0.3
The text was updated successfully, but these errors were encountered: