Etan Kissling ebfb624557
bump news to fix concurrency bug with >1MB frames (#4028)
When calling `newPayload` on a >1MB payload (can happen post-merge),
`news` splits up that payload into 1MB chunks. The chunks are each sent
individually, though, with `await` in-between. This means that when we
send concurrent `forkChoiceUpdated` calls, that those may end up getting
in-between the `newPayload` chunks, leading to invalid data being sent.
The EL then returns an error message with a `null` `id` entry (as it
could not read the request `id` due to the mangling) and disconnects.
A PR has been submitted to fix this in `news`, and merged into `status`
branch early as this fix is critical for reliable post-merge operation:
https://github.com/Tormund/news/pull/22
2022-08-25 21:14:40 +00:00
..
2022-06-28 19:25:11 +03:00
2022-07-20 20:20:34 +02:00
2022-07-20 20:20:34 +02:00
2022-04-04 16:53:16 +00:00
2022-08-06 11:55:40 +00:00
2022-08-06 11:55:40 +00:00
2022-04-04 16:53:16 +00:00
2022-08-06 11:55:40 +00:00
2022-04-04 16:53:16 +00:00
2022-04-15 09:44:06 +02:00
2022-06-21 15:56:48 +02:00
2022-07-20 20:20:34 +02:00
2022-04-04 16:53:16 +00:00
2022-04-04 16:53:16 +00:00
2022-04-04 16:53:16 +00:00
2022-04-04 16:53:16 +00:00