Alexander Popiak

Results 33 comments of Alexander Popiak

I agree that this opens the nodes to risk of DoS if the checks are too heavy. What you don't consider, IMO, is that the nodes will have to perform...

As a polemic example: You won't propagate a transaction whose encoding is wrong or which is not signed correctly. So, there will always be transactions that are rejected by the...

> > If the transaction were rejected _before_ going into the pool, the network would spend fewer resources on it. > > This is sensible from an engineering pov, but...

I wonder whether we should just overflow into overweight messages?

Another option would be to implement deferring of messages into the Substrate `message_queue` pallet (that only supports `yield`ing now, which AFAICT stops progress on that particular page of messages).

Well I was just trying to bring this branch to an equivalent state to master so that people would be able to compile it again and work from it. I'm...

I don't think that Qt parses Strings as ARGB and then only offers rgba() getter functions and that was what I was getting at. The 2 functions on the bottom...

Might make sense to account for PoV size: ``` suspend_threshold: 32, // 64KiB * 32 = 2MiB drop_threshold: 48, // 64KiB * 48 = 3MiB resume_threshold: 8, // 64KiB *...

Meta: It would be nice if we could track another state like "in progress" so it's easier to find truly open issues