Pouya Eghbali

Results 12 issues of Pouya Eghbali

My `after.update` hooks return the old document because of replication lag (meteor writes the update to primary, collection hooks reads the document from secondary before it gets a chance to...

We should use `INC` on `voted` instead of `SET`.

We are vulnerable to a variation of __dust attacks__ with our current configuration, where a malicious actor can create hundreds of thousands of random identities and send data to our...

Using RPC calls and 24-hour persistent data caching, we can add a simple yet efficient police protocol for slashing bad actors. We should add this feature before a mainnet release.

enhancement

Currently, the workers can only connect with one broker. This is sufficient to guarantee data availability; a reverse proxy with multiple brokers and a round-robin algorithm can prevent a broker...

The Sworn project will launch with this service. We need to have test coverage for the critical sections of this service.

I'm not happy with the terminology of this service. We need a more semantic term for it. I will finalize the specs of this service and rename it.

We will launch our mainnet with only one service: the UniSwap service. This service should be tested properly before the mainnet.

The communication layer (RPC & WebSocket connections) should be heavily tested before the mainnet.