Alyosha Karamazov

Results 5 comments of Alyosha Karamazov

Just wanted to point out that the Refactor deals with null values being added by passing over them and not adding them to the map both when a key has...

Thinking about this further, the fix does fulfil the IMap.loadAll() contract that an NPE should be thrown if any key or value returned by MapLoader.loadAll() is null. However, this might...

Taking a look at this, but not sure I can see the issue. In the places where SeedNodes are pulled from SeedNodeRepository and used in some way where the order...

This looks like it was taken care of by this https://github.com/bisq-network/bisq2/blob/3378755ca6280847d5d8ca190405086de7c34cb3/network/network/src/main/java/bisq/network/p2p/node/handshake/ConnectionHandshake.java#L271-L272 Todo at the top BanList asking for this needs removing if this satisfies it also.

I've taken a look at this, I'm not a networking or security specialist, but it looks like it would require implementing some kind of Intrusion Detection System, the scope of...