SubscribeAddresses method does not work on wss avax
Hi!
We encountered the following issue:
When we subscribe to AVAX node addresses, we do not receive any responses, only
{ "id": "1", "data": { "subscribed": true } }
The node is working properly, blockbook is also at the current height, APIs are working properly.
The request itself looks like this (random addresses in avax explorer were used as examples):
{ "id":"1", "method":"subscribeAddresses", "params":{ "addresses":["0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7", "0x4b81c32A849CEebf086118916001956DbF2A66C6", "0x1e905644B6A42Ab3f93f6BdCDd181bE7dEf9daD1", "0xEf25A11423a37D17785F69047eE951A9f90716fB", "0xefdc8FC1145ea88e3f5698eE7b7b432F083B4246", "0x9f8c163cBA728e99993ABe7495F06c0A3c8Ac8b9", "0x5C0401e81Bc07Ca70fAD469b451682c0d747Ef1c"] } }
Blockbook configuration:
./blockbook -sync -blockchaincfg ./coin.json -internal 0.0.0.0:${BLOCKBOOK_IPORT} -public 0.0.0.0:${BLOCKBOOK_EPORT} -logtostderr -enablesubnewtx -dbmaxopenfiles 80000 $@
Node and blockbook are running in a Docker container.
Please help to understand why there might be such problems with the method's operation.
The exact same issue on BSC blockbook
With Arbitrum also