raulk

Results 363 comments of raulk

I don't have the bandwidth for this right now, so feel free to submit a PR. What I would do is: * add a global `var ReleaseFn func() = runtime.GC`...

@Jorropo Wow! Looks like Xmas came early for the libp2p project. Thanks for the phenomenal draft contribution ❤️

@aarshkshah1992 I am good with merging this as-is and addressing the remaining design issues next, as long as someone focuses on them straight after. We amassed good momentum in discussions,...

Chiming in with a birds' eye view, hoping to provide some perspective from recent battles on the field. I think it's helpful to break down the access patterns and query...

Thanks for the extra context! > If we execute on the "final" parent state tree, we need to execute at epoch+1. Otherwise, we'll execute at an epoch where cron has...

> Are you _sure_ because my research indicates otherwise (although I haven't actually tested it). Yep. Here's a reference: https://github.com/ethereum/go-ethereum/blob/1a2135044cd498039be46e1b611627665ff6c4bc/internal/ethapi/api.go#L1109. This loads the state with the root specified in the...

Hey @aarshkshah1992 -- this is definitely a rough edge, and it's currently coming back to haunt us at IPC 👻 (cc @aakoshh @snissn @cryptoatwill). We're not necessarily concerned about the...

Hey @mhchia, evolving and maturing the connection manager in libp2p is on my personal roadmap for the next weeks/months, so I would love to chat to you about this. Currently...

@NIC619 Answers: 1. When trimming, connections are first sorted based on score. Then, [only N connections are trimmed](https://github.com/libp2p/go-libp2p-connmgr/blob/master/connmgr.go#L108-L109), where N is the number of connections to make the final count...

Quick note just to bring provider records into consideration. With go-libp2p-kad-dht, you can declare yourself as a [provider of a CID (content ID)](https://github.com/libp2p/go-libp2p-kad-dht/blob/master/routing.go#L398). Other nodes can look up providers for...