Antoine Riard

Results 140 comments of Antoine Riard

> I also second the potential concerns re: DoS attacks. We should be confident that we're not potentially causing problems for miners. That's easy to do with OP_Return, as those...

> I think it'd be more useful to carefully analyze whether or not the stack element sizes pose a DoS attack risk I think stack element sizes poses a DoS...

Pushed an update, addressing the 2 concerns. > The MAX_DATACARRIER_OUTPUTS = 100 limit is much too low for the spirit of libre relay. The default limit should be > sufficiently...

> What person would want to relay/mine more than 1, but less than ∞? Simply commenting out that check is much simpler, and less work to maintain. Any person wishing...

> My top priority currently is getting this PR into a state more appropriate for a thorough review. I'm currently working through the test suite which will likely surface some...

> If you want to make a rust equivalent to libmultiprocess, I'm sure that's possible, but it would probably look a lot different just because of the different ways the...

Thanks for the answers! Yes i'm currently experimenting with `capnproto-rust` and the other rust wrappers on top of capnproto. I'm able to successfully compile my `altnet.capnp` by including `proxy.capnp` and...

Eager to help on this issue, to get started what's the fundamental abstraction/types exposed by `libmultiprocess` ? We have : * Connection * EventLoop * ProxyClient * ProxyServer * Proxy...

What is your thinking on #29454 ? I would still favor to make the 1000 vb limit dynamic and applying on the whole package, not only the child. Doing with...

> What is your thinking on https://github.com/bitcoin/bitcoin/issues/29454 ? Same as said that for sibling evictions - I’ll go to hack a tx-relay jamming / pinning toolkit, that way we’ll have...