Changelog
Merged pull requests:
- Update mainnet-shadow-fork-2 configs (#3939) (@philknows)
- Goerli shadowfork 4 config update (#3928) (@philknows)
- Submit unaggregated attestations in one go (#3923) (@tuyennhv)
- HttpClient: log request and response (#3913) (@tuyennhv)
- Increase committee size in sim tests (#3921) (@tuyennhv)
- Update ssz (#3924) (@g11tech)
- Bump async from 3.2.0 to 3.2.3 (#3920) (@dependabot[bot])
- Ignore attestations voting for the wrong finalized checkpoint (#3916) (@tuyennhv)
- Fix broken peerstore migration (#3915) (@wemeetagain)
- Add validator client metrics (#3914) (@dapplion)
- Fix property merging in publishAttestations attestationNoCommittee (#3919) (@dapplion)
- Split Gossipsub rows into its own dashboard (#3918) (@dapplion)
- Do single call to produce attestation (#3917) (@dapplion)
- Log attestation's journey published by local validators (#3534) (@tuyennhv)
- Handle sleep function with negative value (#3908) (@tuyennhv)
- Add more API REST metrics (#3899) (@dapplion)
- Update CODEOWNERS (#3910) (@philknows)
- Implement standard keymanager API - review (#3880) (@dapplion)
- Re-org dashboards into common folder (#3905) (@dapplion)
- Add Gossipsub debug charts (#3904) (@dapplion)
- Remove requirement to prefix interface with I (#3900) (@dapplion)
- Remove gossip validation result log (#3893) (@tuyennhv)
- Remove unstable performance test processParticipationFlagUpdates (#3894) (@dapplion)
- Config update for mainnet-shadow-fork1 merge devnet (#3892) (@g11tech)
- Rename
eth2.0-deposit-cli
tostaking-deposit-cli
, fixed typo (#3891) (@chrishobcroft) - Handle unknown metrics in gossipsub onScrapeMetrics (#3889) (@tuyennhv)
- Track gossipValidationError metrics by specific error code (#3888) (@dapplion)
- Remove duplicated gossip score weights metrics (#3887) (@dapplion)
- Raise peer limit (#3823) (@dapplion)
- Bump to new gossipsub (#3858) (@dapplion)
- Handle unknown topic without try catch (#3881) (@dapplion)
- Bump minimist from 1.2.5 to 1.2.6 (#3871) (@dependabot[bot])
- Bump SSZ to v0.9.0 (#3760) (@dapplion)
- Support running metrics via (grafana/prometheus) on macos (#3868) (@dadepo)
- Goerli shadowfork 2 config update and some cleanup (#3878) (@g11tech)
- Handle unknown topics in gosispsub metrics (#3877) (@tuyennhv)
- Implement standard keymanager API (#3522) (@dapplion)
- Bump gossipsub to 0.13.2 (#3873) (@wemeetagain)
- New metrics for peers (#3837) (@tuyennhv)
- Cache AgentVersion and PeerData in network globals (#3841) (@dapplion)
- Return peer count (#3860) (@dadepo)
- Goerli shadow fork 1 (#3870) (@g11tech)
- Update EL images and build targets (#3869) (@g11tech)
- Update kiln network data for light client networks (#3867) (@g11tech)
- Follow beacon HTTP API spec (#3864) (@dadepo)
- Bump libp2p-noise to 5.0.3 (#3843) (@wemeetagain)
- Optimistic payload import condition update (#3855) (@g11tech)
- Bump libp2p-noise to 5.0.3 (#3843) (@wemeetagain)
- bumping blst to v0.2.4 (#3842) (@dadepo)
- Removing eth2 mentions in documentation and fix links (#3848) (@philknows)
- Ethereumjs script integration for kiln testnet (#3850) (@g11tech)
- Add spinning up validator from mnemonic on the devnet script (#3849) (@g11tech)
- Migrate to libp2p > 0.35.8 and gossipsub 0.12.2 (#3661) (@tuyennhv)
- Kiln testnet config (#3844) (@g11tech)
- Assert tag == local package.json version (#3840) (@dapplion)
- Cache uncompressed data in Eth2InMessage (#3839) (@tuyennhv)
- Use in-memory peer store for ephemeral data (#3838) (@dapplion)
- Cache message id right inside the message object (#3834) (@tuyennhv)
- Revert "Apply peer action when there are gossip validation errors (#3781)" (#3830) (@tuyennhv)
- Configuring nethermind with jwtAuth in CI (#3827) (@g11tech)
- Make block proposing flow resilient to errors (#3737) (@dapplion)
- Devnet-5 update for setup script (#3821) (@g11tech)
- Bump spec tests to v1.1.10 (#3819) (@dapplion)
- Verify signatures on both main thread and worker threads (#3793) (@tuyennhv)
- Add node exporter metrics section (#3816) (@dapplion)
- Reject yarn lock changes from external contributors (#3814) (@dapplion)
- Reduce histogram bucket count on busy metrics (#3813) (@dapplion)
- Don't track unstable LinkedList benchmark (#3809) (@dapplion)
- Add detailed score metrics (#3808) (@dapplion)
- Minor range sync tweaks (#3806) (@dapplion)
- Revert "Call deliverMessage before gossip queue (#3812)" (#3815) (@dapplion)
- Start v0.36.0 nightly releases (#3810) (@dapplion)
- Make it possible to run devnet setup script on macOS (#3791) (@dadepo)
- Call deliverMessage before gossip queue (#3812) (@dapplion)
- Process recent attestations in head sync (#3805) (@dapplion)
- Add more range sync metrics (#3803) (@dapplion)
- rename random to prevRandao as per the kiln v2 specs (#3787) (@g11tech)
- Add jwt based token auth to the engine api calls (#3777) (@g11tech)
- JobItemQueue: only run job on push if there're free slots (#3800) (@tuyennhv)
- Don't error on LightClientServer finalizedHeader not available (#3771) (@dapplion)
- BackfillSync boundary condition fixes (#3774) (@g11tech)
- Use network.reportPeer (#3798) (@dapplion)
- Update Grafana dashboard (#3795) (@dapplion)
- Apply peer action when there are gossip validation errors (#3781) (@tuyennhv)
- backfill: Use batchable mode when verifying signature sets (#3786) (@tuyennhv)
- Do not lookahead for altair duties as the api currently errors pre-altair (#3773) (@g11tech)
- Merge devnet4 config (#3769) (@g11tech)
- spec-1.1.9 - Rename syncCommitteeAggregate to syncAggregate (#3766) (@g11tech)
- Deduplicate invalidSszObject files (#3768) (@tuyennhv)
- Remove peer penalization even on INVALID execution status (#3756) (@g11tech)
- Update spec to 1.1.9 (#3759) (@g11tech)
- Group and refactor the wss options (#3750) (@g11tech)
- Fix index off by one in effectiveBalanceIncrementsSet (#3767) (@dapplion)
- Safer logger of arbitrary data (#3595) (@dapplion)
- Provision to enable and specify batchsize for backfill sync (disabled by default) (#3763) (@g11tech)
- DIsable libp2p nat (#3761) (@dapplion)
- Fix getCanonicalBlockSummaryAtSlot at future slot (#3757) (@wemeetagain)
- adding support for passing a passphrase file to account validator import (#3753) (@dadepo)
- Use LinkedList for JobItemQueue (#3738) (@tuyennhv)
- Implement --safe-slots-to-import-optimistically cli config option for optimistic sync (#3744) (@g11tech)
- Revert "Lodestar gossip queues to wrap processRpcMessage() (#3554)" (#3745) (@tuyennhv)
- Re-org state transition caches (#3743) (@dapplion)
- Cleanup discontinued pyrmont network (#3740) (@g11tech)
- Show github branch in grafana dashboard if using ansible with lodestar_github_tag (#3739) (@tuyennhv)
- Make block proposing flow resilient to errors (#3737) (@dapplion)
- Implement Kiln spec (v1) execution apis 1.0.0-alpha.6 (#3736) (@g11tech)
- Cleanup amphora merge testnet scripts/configs (#3741) (@g11tech)
- Mask out wss url credentials for the log (#3733) (@g11tech)
- Switch to Proxy-less SyncCommitteeCached (#3729) (@dapplion)
- Disable arm64 docker build (#3734) (@wemeetagain)
- Update CODEOWNERS (#3735) (@wemeetagain)
- Add multiarch docker build to CI (#3698) (@wemeetagain)
- Cache syncCommittee contribution participant count (#3726) (@dapplion)
- Use number flags in MutableVector particiption (#3722) (@dapplion)
- Review - Cache effectiveBalanceIncrements as Uint8Array (#3730) (@dapplion)
- Declare locally non-spec'ed type Eth1Block (#3727) (@dapplion)
- Cache effectiveBalanceIncrements as Uint8Array (#3718) (@dapplion)
- Simplify bit manipulation in att opPools (#3725) (@dapplion)
- Move pubkey cache to its own file (#3728) (@dapplion)
- Add SYNC_COMMITTEE_SUBNET_SIZE constant (#3723) (@dapplion)
- Fix capitalization of Subcommittee variable (#3724) (@dapplion)
- Check, validate and skip if we got any deposit events already present in DB (#3716) (@g11tech)
- Optimize becomesNewEth1Data (#3721) (@dapplion)
- Review pickEth1Vote (#3713) (@dapplion)
- Enforce usage of node:* protocol with eslint (#3714) (@dapplion)
- Don't manipualte spec tests casing (#3715) (@dapplion)
- Run prettier on entire repo (#3720) (@dapplion)
- Add guide on how to debug tests (#3719) (@dapplion)
- Dedupe transition spec runner and refac fork runner (#3712) (@g11tech)
- Move shufflings code together into seed util (#3710) (@dapplion)
- Add processRewardsAndPenaltiesAllForks (#3709) (@dapplion)
- De-duplicate StringType (#3708) (@dapplion)
- Use Uint8Array in all db types (#3707) (@dapplion)
- Disable mocha parallel mode locally (#3706) (@dapplion)
- Add pending
bellatrix/fork
andbellatrix/transition
spec test scenarios runner (#3701) (@g11tech) - Update the weakSubjectivityServerUrl help description (#3704) (@g11tech)
- Use correct fork type to create state proof (#3697) (@wemeetagain)
- Fix release workflow (#3686) (@dapplion)
- Start v0.35.0 version (#3685) (@dapplion)
- Increase default timeout of api instances except for validator duties (#3684) (@g11tech)
- Update brand assets (#3610) (@sweetpea22)
- Update the yearn on the chainsafe cli notice (#3681) (@g11tech)
- Publish exact dependencies for nighly release (#3679) (@g11tech)
- Fix LightClientUpdate headers (#3656) (@tuyennhv)
- Use node:* import protocol for safer module resolution (#3667) (@chainoperator)
- Remove out of date architecture.md (#3675) (@philknows)
- Use debug level when passing gossip attestations to forkchoice error (#3671) (@tuyennhv)
- Add configuration for kintsugi network (#3666) (@g11tech)
- Checkout full history during release (#3539) (@wemeetagain)