You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Right now block production from sequencers is slow. It can produce only 1 block in 10-15s interval. In order to change that, when we are submitting blocks to avail, we should wait only for initial block acceptance status. However, that feature is not working correctly in the go substrate library github.com/centrifuge/go-substrate-rpc-client/v4 and needs to be resolved.
Right now block production from sequencers is slow. It can produce only 1 block in 10-15s interval. In order to change that, when we are submitting blocks to avail, we should wait only for initial block acceptance status. However, that feature is not working correctly in the go substrate library
github.com/centrifuge/go-substrate-rpc-client/v4and needs to be resolved.Following line of code would need to be replaced:
https://github.com/availproject/op-evm/blob/main/consensus/avail/sequencer.go#L517