nimbus-eth2/vendor
Etan Kissling 634408ff2c
use `nim-websock` instead of `news` (#4061)
`news` has a few open issues that are not present in `nim-websock`:
1. There is a 1 second delay between each MB of sent data.
2. Cancelling an ongoing `send` makes the entire WebSocket unusable.
3. Control packets do not have priority over ongoing message frames.

Using `news`, there are quite a few of these messages in Geth:
```
Previously seen beacon client is offline. Please ensure it is
operational to follow the chain!
```
It may take quite some time to reconnect when this happens.

Using `nim-websock`, this message still occurs because `eth1_monitor`
reconnects the EL connection when no new blocks occurred for 5 minutes,
but reconnecting is quick and the message is rarer.
2022-09-06 23:41:33 +02:00
..
NimYAML@27642432ca bumps (#3567) 2022-04-04 16:53:16 +00:00
asynctools@c478bb7426 Revert "bump submodules (#3366)" (#3406) 2022-02-17 12:50:37 +01:00
eth2-networks@674f7a1d01 Bellatrix metadata for Mainnet (#3980) 2022-08-17 14:40:58 +00:00
jswebsockets@ff0ceecc4c Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00
karax@32de202845 Revert "bump submodules (#3366)" (#3406) 2022-02-17 12:50:37 +01:00
merge-testnets@8661ed6fb2 TTD value for Sepolia 2022-06-28 19:25:11 +03:00
nim-bearssl@f4c4233de4 bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-blscurve@aed3a57fed bumps (#3892) 2022-07-20 20:20:34 +02:00
nim-chronicles@527b2bd3f4 enable `styleCheck:usages` (#3573) 2022-04-08 16:22:49 +00:00
nim-chronicles-tail@2139c6c3d6 bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-chronos@746832384a bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-confutils@5d0d864510 Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
nim-eth@2186d67163 bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-eth2-scenarios@db31a67bac retry EF spec test vector downloads (#4059) 2022-09-01 19:51:19 +00:00
nim-faststreams@c80701f7d2 bump faststreams to avoid triggering Nim checks (#3552) 2022-03-28 22:04:43 +00:00
nim-http-utils@e88e231dfc Address #3624 (#3934) 2022-08-06 11:55:40 +00:00
nim-json-rpc@c8cbe08de7 use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
nim-json-serialization@e5b18fb710 Bump nim-json-serialization (#3878) 2022-07-15 14:36:03 +00:00
nim-libbacktrace@b29c22ba0e Bump libbacktrace (#3794) 2022-06-24 07:04:29 +02:00
nim-libp2p@1de7508b64 Bump libp2p (#4066) 2022-09-05 20:05:36 +02:00
nim-metrics@9070af9c83 bump nim-metrics for styleCheck compatibility (#3889) 2022-07-20 10:13:32 +02:00
nim-nat-traversal@11df74552d Windows: latest Mingw can't handle '\' as path sep (#3553) 2022-03-29 08:39:24 +02:00
nim-normalize@30948551be bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-presto@3984431dc0 bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-secp256k1@e092373a5c bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-serialization@493d18b829 Re-enabled requireAllFields after a fix in nim-json-serialization (#3871) 2022-07-15 03:19:19 +03:00
nim-snappy@7cb2e57a58 Snappy revamp (#3564) 2022-04-15 09:44:06 +02:00
nim-sqlite3-abi@fda455cfea sqlite: bump (#3783) 2022-06-21 15:56:48 +02:00
nim-ssz-serialization@639758dbd9 bump ssz-serialization (#4017) 2022-08-23 18:32:34 +00:00
nim-stew@142a408ca7 bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-stint@27a7608f33 bump nim-stint for styleCheck compatibility (#3908) 2022-07-26 12:19:55 +03:00
nim-taskpools@17e8479a74 bumps (#3892) 2022-07-20 20:20:34 +02:00
nim-testutils@b6867213f2 bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-toml-serialization@875b562aa3 Fix #3650 (participation format in BeaconState result is out of spec) (#3776) 2022-06-20 08:38:56 +03:00
nim-unicodedb@7c6ee4bfc1 Revert "bump submodules (#3366)" (#3406) 2022-02-17 12:50:37 +01:00
nim-unittest2@24eb5e829e bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-web3@5e20893ef9 bumps (#4069) 2022-09-06 13:54:30 +00:00
nim-websock@7b2ed397d6 use `nim-websock` instead of `news` (#4061) 2022-09-06 23:41:33 +02:00
nim-zlib@74cdeb54b2 bumps (#3567) 2022-04-04 16:53:16 +00:00
nim-zxcvbn@b6ce43a79e bump nim-zxcvbn for styleCheck compatibility (#3919) 2022-07-27 14:25:09 +03:00
nimbus-benchmarking@dff3634b5d /bin/bash -> /usr/bin/env bash (needed on NixOS) 2021-11-15 15:45:01 +02:00
nimbus-build-system@c0c15c4e45 Switch back to Nim 1.2 2022-07-29 11:26:36 +03:00
nimbus-security-resources@ce9945b1b1 Add Nimble lock file (#3560) 2022-03-30 22:00:03 +00:00
nimcrypto@24e006df85 bump nimcrypto for styleCheck compatibility (#3885) 2022-07-18 17:13:25 +00:00
websocket.nim@28cc44c8de Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00