Tomasz Zdybał
Tomasz Zdybał
Ideal flow of "fresh" transactions is from wallet to execution environment, and then to rollkit. The flow we have a problem right now is when we want to sync a...
To simulate based sequencing or forced inclusion, rollkit could submit transactions to reth's mempool directly.
Out of date - we no longer use `DataAvailabilityLayerClient`.
Currently we're appending suffix to chain ID, and pass this as `WithSubscriberNetworkID` option to go-header, https://github.com/rollkit/rollkit/blob/cd056f171fe673d261282da510678cab3aa54a83/block/sync_service.go#L351-L353 https://github.com/rollkit/rollkit/blob/cd056f171fe673d261282da510678cab3aa54a83/block/sync_service.go#L179
Thanks for reporting the issue & finding the solution! You're right, `$GOPATH/bin` was not in `$PATH`. In my opinion this is a part of "go installation" / system configuration and...
UPnP was completely removed in v0.38, see: https://github.com/cometbft/cometbft/issues/1113
Closing this as #1873 is already closed and no more work is planned.
1. blockchain is the first candidate. We hope to improve peering in general, so nodes can join P2P network faster. 2. In one of the issues, also mempool was mentioned,...
Yes, I think this is entire infrastructure needed to use reactor specific peers. We might discover some features while working on something particular.
Replaced by https://github.com/rollkit/rollkit/pull/1969.