twoeths
twoeths
**Motivation** Release v1.1.0
**Describe the bug** Got this in feat2 md16 node: ``` Sep 14 03:42:42 feat2-md16-ctvpsm beacon_run.sh[1244904]: Sep-14 03:42:42.584[] info: Lodestar network=goerli, version=v1.0.0/5f3509e, commit=5f3509e5537c0b1c336f68f5ba5d2eb95a8295e6 Sep 14 03:42:42 feat2-md16-ctvpsm beacon_run.sh[1244904]: Sep-14 03:42:42.722[DB] info:...
**Is your feature request related to a problem? Please describe.** lodestar wants to specify its own `msgIdToStrFn` function for gossipsub using `Buffer.toString()` **Describe the solution you'd like** - wait for...
**Is your feature request related to a problem? Please describe.** Right now lodestar is always identified as the default agent version of libp2p, for example `js-libp2p/0.36.2`, see https://github.com/libp2p/js-libp2p/blob/1f38ab7ac8380c9501b252d076bb356662978882/src/identify/consts.ts#L5 **Describe the...
**Describe the bug** `notifyNewPayload` seems to be higher than expected and correlated to node's spec - hzax41 - hzcx41 - ctvpsm - ctvpss **Expected behavior** It needs to be small...
**Motivation** - There is memory leak issue in the case of `fastMsgIdFn` hash function data collision, which causes `validUntilMs` to be not in ascending order and `prune` function does not...
**Description** It seems the `control` inside gossipsub has no use from a review. Also metrics show that it's consistently 0
**Description** - Add batch mode to publish() api - No need to consider the cached control messages - Encode length prefixed data and same this same data to all outbound...
**Motivation** There is a missed attestation issue described in https://github.com/ChainSafe/lodestar/issues/4600. When lodestar wants to publish a gossip message, it wants to spread to the network asap **Description** Right now the...
**Motivation** - allocUnsafe() is better in NodeJS environment - there is an external memory spike issue in lodestar **Description** - Use `allocUnsafe` where possible