Paweł Pierścionek

Results 21 comments of Paweł Pierścionek

My interest is just deltas for entire block - that is minimal requirement for conduit. Others are interested in TX deltas but that would probably blow up the storage requirements...

IMHO this might be the same as #6054

Allo'CTRL node web management could really use such an endpoint. ATM we are asking the user to execute terminal commands to generate the keys :( ![image](https://github.com/algorand/go-algorand/assets/176747/ef894688-1db8-4225-90a2-7ab0835445ff)

Wow, impressive. Incorrect but still impressive. - auth field is actually named `spend` in the DB. - Postgres might not consider the partial index unless the exact filter expression is...

Hi, yes Algorand has lower threshold and stales if more than 20% of stake does not vote properly. I removed the post because of a bug - I removed the...

Upcoming reporting component of https://allo.info will be the new source . Until that happens feel free to use Allo's analytics API: Current participation stats: https://analytics-api.allo.info/v1/api-docs/#get-/v1/stats/participation Top 1000 accounts: https://analytics-api.allo.info/v1/api-docs/#get-/v1/stats/account/topalgo The...

https://tps.nodely.io under Accounts charts show top 10 from this API.

IncomingConnectionsLimit is set as an Accept socket limit on gossip port - so TCP stack rejects any requests when gossip is already at IncomingConnectionsLimit - including catchup/block/health There are separate...

I do not care about the REST API /v2/ endpoints. Only solving a relay issue here. IncomingConnectionsLimit is supposed to limit long lived connections and this websocket connections limit (up...

Latest patch adds visibility of all libp2p peers , including pubsub only connections, where algorand-ws protocol is not used. LibP2P connections can have both WS and P2P tag as they...