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
It looks like it happens because everytime a transaction is received in the channel a collation is proposed. One solution is to make the channel buffered and have a condition
This should be batching transactions into a transaction pool.
https://github.com/prysmaticlabs/geth-sharding/blob/b883562e12344c7eeab25b5fb24133fc820b6f05/sharding/proposer/service.go#L80-L101
Please wait for #222 to be merged as there will be some changes to the p2p message types.
The text was updated successfully, but these errors were encountered: