Blazej Kolad

Results 14 comments of Blazej Kolad

@tomusdrw it is `web3::transports::Http`

I confirm it works with `Ws`, thx.

For sure we can add the event. Here is also another way of getting the the address for tests: We can use the `create_token_address::(&token_name, sender_address.as_ref(), salt)` method directly in tests...

Hello, @sudipghimire533, thank you for bringing up the issue. Have you had a chance to review the documentation at the following links? 1. https://github.com/Sovereign-Labs/sovereign-sdk/tree/nightly/examples/demo-rollup 2. https://github.com/Sovereign-Labs/sov-rollup-starter Please inform us if...

@LiveDuo, thank you for providing us with the feedback. We will take it into account in our planning. The #585 will be available in the next few days, so the...

@raulk > Of course thrashing sessions will penalise performance – and a 3x slowdown when compared to UDP is not even bad in that circumstance. This and the default quic...

@marten-seemann, I think we will stick to UDP as we don't need transport reliability anyway. Thanks for the hints, I will apply your suggestions.

@raulk I will give it a shot tmr.

I run the stress tests one more time (with suggested changes): 500 t2.nano instances UDP ~ 0.4s QUIC with AcceptCookie:nil: ~ 1.6s QUIC with AcceptCookie -> true 1.3s I would...