-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated consolidation rules for devnet5 #8876
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- updated fuzzUtil to use prettyJson to report diffs for the tests that broke... - currently the fuzz utils need some changes, will just raise a draft until we're ready... fixes Consensys#8875 Signed-off-by: Paul Harris <[email protected]>
2 tasks
Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
change from Consensys#8908 Signed-off-by: Paul Harris <[email protected]>
Signed-off-by: Paul Harris <[email protected]>
lucassaldanha
approved these changes
Dec 17, 2024
zilm13
added a commit
to Nashatyrev/teku
that referenced
this pull request
Jan 17, 2025
* Upgrade acceptance tests flakiness fix (Consensys#8635) * start EL and CL pair together to avoid delay * give and extra 30 secs to genesis Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * removed consolidations signing domain for electra (Consensys#8638) This is no longer required, cleaning up. fixes Consensys#8636 Signed-off-by: Paul Harris <[email protected]> * Update network file (Consensys#8631) Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]> * Add deposit chainId to network file on start (Consensys#8639) * Update CHANGELOG.md to mention new p2p flood publish param (Consensys#8633) Co-authored-by: Gabriel Fukushima <[email protected]> * Introduces `SchemaRegistry` and related classes (Consensys#8614) * Implement a DatabaseArchiveWriter and add to pruneOldestBlobSidecars (Consensys#8640) * Implement a DatabaseArchiveWriter and add to pruneOldestBlobSidecars. Currently not configurable and only implements a NoopWriter. * Moving requests out of ExecutionPayload (Consensys#8600) * Update Electra penalty computation. EIP7125 (Consensys#8612) Update Electra penalty computation. * Add fix for CVE-2024-7254 (Consensys#8647) * FIx codespell check (Consensys#8652) * Upgrade jc-kzg-4844 to latest version (Consensys#8651) * Add schema registry in schema definitions (Consensys#8615) * feat: LUKSO Mainnet Dencun Hardfork (Consensys#8650) * Add LUKSO Deneb activation to CHANGELOG (Consensys#8654) * Fix blockImportCompleted (Consensys#8653) * Add get-earliest-available-block-slot to debug tool (Consensys#8649) * add get-earliest-available-block-slot to debug tool Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * Gossip_V_1_2 (IDONTWANT) (Consensys#8648) * Gossip_V_1_2 * changelog --------- Co-authored-by: Stefan Bratanov <[email protected]> * Enable enr field in GetPeers and GetPeerById (Consensys#8641) * Expose discovery NodeId to DiscoveryPeer and LibP2PPeer (#38) * Add DiscoveryPeer.getNodeId() * Add Eth2Peer.getDiscoveryNodeId() method. * Refactoring, discovery updated to 24.9.1 --------- Co-authored-by: Anton Nashatyrev <[email protected]> * Disable flood publish by default and hide flood param (Consensys#8661) * Added executionRequestsHash to EngineNewPayloadV4 (Consensys#8666) * Removing ExecutionPayloadV4 (Consensys#8667) * add engine get blobs (Consensys#8662) * add engine get blobs * Adopt `engineGetBlobs` (Consensys#8663) * initial implementation * improve * better debug logging * improve tests * better error handling * better error msg * add changelog line * missed toString change * Remove redundant method from the Database interface (Consensys#8657) Signed-off-by: Gabriel Fukushima <[email protected]> * Mark local-el retrieved blobs as seen WRT gossip equivocation cache (Consensys#8675) * Creating PendingDeposit container (Consensys#8678) * Updated presets for EIP-6110 (Consensys#8679) * add rpc method return type checks in unit tests (Consensys#8677) * add rpc method return type checks in unit tests * tmp * EIP-6110: Queue deposit requests and apply them during epoch processing (Consensys#8681) * spotless fixes * Switch to compounding when consolidating with source==target (Consensys#8646) * Refactored externalSigner to use Typedefs (Consensys#8541) - created a new suite of tests to show a number of different signing bodies. - had to do manual testing for external signer becuase no AT i think - I was able to get from phase0 -> bellatrix so this should cover most scenarios. - I believe most of the wrappers should be available in the api partially addresses Consensys#8527 Signed-off-by: Paul Harris <[email protected]> * Cleaning up (Consensys#8683) * Check network on start and reset db (Consensys#8642) Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]> * Implemented decoding and hash rules for execution requests (Consensys#8668) * reset changelog (Consensys#8685) * fix proposer config loader (Consensys#8687) * fix proposer config loader * Fix: Partial withdrawals count (Consensys#8684) * changing max pending partial withdrawals per sweep according to spec for minimal and swift * fix partial pending withdrawals count * bump reference test to alpha.8 Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * clear changelog (Consensys#8690) * middle of fixes * Migrate Attestation and AttnetsENR schemas to registry (Consensys#8692) * migrate Attestation and AttnetsENR schemas to registry * allow `addMilestoneMapping` with same `milestone` and `untilMilestone` * Cleanup JsonProvider and unused serializers (Consensys#8689) Signed-off-by: Paul Harris <[email protected]> * move deserializers that we use from api schema (Consensys#8699) Signed-off-by: Paul Harris <[email protected]> * Updated GetPayloadV4 with executionRequests decoding (Consensys#8698) * Add executionRequestHash to NewPayloadRequest as part of block validation flow (Consensys#8700) * Refactor ExecutionPayloadResult (Consensys#8702) * Check that ExecutionRequests is not null in block body (Consensys#8697) Co-authored-by: Lucas Saldanha <[email protected]> * Exclude old incompatible jc-kzg-4844 artefact (Consensys#8704) * in the middle of finals everywhere * Updated NewPayloadV4 to send requests instead of hash (Consensys#8710) * Organize Electra schemas more logically (Consensys#8708) * Remove old execution requests from execution payload (Consensys#8707) * Add functions for execution requests to block body (Consensys#8706) * Reduce wait period to avoid flakiness (Consensys#8701) * reduce wait period to avoid flakiness Signed-off-by: Gabriel Fukushima <[email protected]> * Reduce parallelism for ATs Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * Another finals session * more finals * Fix two small nits dealing with deposits (Consensys#8713) * Fix isFullExitRequest return (Consensys#8709) Co-authored-by: Paul Harris <[email protected]> * Remove unused methods on ExecutionPayloadBuilder (Consensys#8718) * Updated BlockOperationSelectorFactory to include execution requests post-Electra (Consensys#8717) * [Builder API] Update for Electra spec (Consensys#8721) * Fix engine_newPayloadV4 executionRequests serialization (Consensys#8723) * middle of spotlessApply fixes * Schema registry interface improvement (Consensys#8696) Co-authored-by: Enrico Del Fante <[email protected]> * Add `forceLowercase` in `enumOf` (Consensys#8724) * More finals and fixes * Move processWithdrawalRequests to BlockProcessorElectra (Consensys#8711) * remove test fixed from the list of ignored tests * move processWithdrawalRequests to BlockProcessorElectra * expose supplier so it can be accessed from ElectraBLockProcessor --------- Signed-off-by: Gabriel Fukushima <[email protected]> * Add debug command to retrieve peerId from a node key file (Consensys#8727) * Add debug command to retrieve peerId from a node key file Signed-off-by: Gabriel Fukushima <[email protected]> * spotless Signed-off-by: Gabriel Fukushima <[email protected]> * add default flags to command Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * More finals * migrate all schemas in AbstractSchemaDefinitions (Consensys#8726) * Create file system based BlobSidecar data archive (Consensys#8674) Add the option --Xdata-storage-blobs-archive-path to allow pruned BlobSidecars to be written to disk. Each block/slot has all associated BlobSidecars written to disk in a filename of the block root hash and written out in JSON format. * 8525 beacon states cleanup (Consensys#8725) * set up state pruner when switching from archive to minimal or prune mode * update EL get blobs logs wording (Consensys#8729) * update EL get blobs logs * Fix missing Gossip subnet subscription on startup (Consensys#8730) * update to latest release of tuweni. Switch from org.apache to io.tmio (Consensys#8712) Co-authored-by: Enrico Del Fante <[email protected]> * Next batch of finals + GossipForkSubscriptions for EIP7594 (a bit hacky with TODO) * make state pruner faster (Consensys#8734) * make state pruner faster * Update build.gradle to support nightly reference tests (Consensys#8732) Co-authored-by: Lucas Saldanha <[email protected]> * Standardise the Engine JSON-RPC error codes (Consensys#8695) Co-authored-by: Lucas Saldanha <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * little more * final build fixes * fix some tests * More test fixes * Checking correctness merging of master (from beginning to infrastructure module) * In WithdrawalRequest, rename validatorPublicKey to validatorPubkey (Consensys#8744) * Move getMaxEffectiveBalance to MiscHelpers (Consensys#8714) * Implemented engine_forkchoiceUpdatedV4 (Consensys#8748) * Migrate attester slashing and indexed attestation to schema registry (Consensys#8736) * migrate-attester-slashing-and-indexed-att * fix tests * remove SchemaDefinitionCache from rest builder client (Consensys#8693) * Eth-Consensus-version header now passed for json block production from VC (Consensys#8754) When producing a block, JSON payloads require the Eth-Consensus-version header. Generally using SSZ this was correct, but there was no test case for JSON block production, and it wasn't providing the header correctly. Because probably 99% of our block production is via SSZ, this was not really visible. This would not be a problem for local BN+VC, but if the teku VC ever falls back to json (or is instructed to produce JSON), block production could potentially fail if the BN is following spec. Changed an AT to check both SSZ and JSON block production. fixes Consensys#8753 Signed-off-by: Paul Harris <[email protected]> * Expanded VC API tests (Consensys#8757) fixes Consensys#8756 Added test cases for VC block requests, and added a validation to the Attestation request test. These were the 2 VC cases where we now require that header to be specified or we will fail. There was another case in DSL for AT, but we'll see those quickly if we use it. Signed-off-by: Paul Harris <[email protected]> * master merge final verification * made post block header work with available information (Consensys#8758) In the case of JSON specifically, we do have the slot number, and we don't actually need the header with a slot present. Signed-off-by: Paul Harris <[email protected]> * apis tests (Consensys#8760) * add http client unit tests * fix fixture (as order of block generation was changed) * Change order of electra presets to match spec (Consensys#8762) Co-authored-by: Lucas Saldanha <[email protected]> * Add electra types to schema interfaces (Consensys#8761) Co-authored-by: Lucas Saldanha <[email protected]> * Enable more errorprone experimental checks (Consensys#8763) * Save earliest slot block in a DB variable (Consensys#8722) Adding a variable in the database to store the earliest available block slot which is used when peers request blocks by range. This is a query that can vary in some case and I've seen it causing disconnection in some cases due to multiple requests getting timed out. Changing it to be stored in a variable brings the query to 1 - 2 ms response time. It does add a bit of logic to handle the sync of historical batches and prune which are currently the workflow in the code base that affect that column family. Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * Update a two tests files that contain deprecated methods. (Consensys#8765) * fix test with DebugDataDumper * Aggregate and proof in schema registry (Consensys#8770) * Change the builderResultCache of ExecutionLayerBlockProductionManagerImpl (Consensys#8766) Change the builderResultCache of ExecutionLayerBlockProductionManagerImpl keys from slot to SlotAndBlockRoot. This allows the cache to return proposals based on slot and block root, which is required if there's multiple operators requesting different beacon block proposals. fixes Consensys#8625 * add post block integration tests (Consensys#8771) * refactor post block integration tests * refactored logging for inclusion on gossip channels. (Consensys#8733) --------- Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * Produce block only once for a slot (Consensys#8773) * cleanup EphemeryNetwork and add max slot constant (Consensys#8778) fixes Consensys#8777 Signed-off-by: Paul Harris <[email protected]> * Add BlobSidecar inclusion proof verification in req/resp (Consensys#8775) * Upgrade `jvm-libp2p` to 1.2.1 (Consensys#8783) * Add explicit tie-breaker in pending balance deposits sort (Consensys#8772) Co-authored-by: Enrico Del Fante <[email protected]> * Tiny `getTopic` optimization (Consensys#8776) * Fixed early peerDAS actions in deneb * Expose gossip future (Consensys#8735) * Rename some variables associated with AttestationElectra (Consensys#8788) * Rename validateable to validatable (Consensys#8784) Co-authored-by: Enrico Del Fante <[email protected]> * Various cleanups (Consensys#8791) * Update FuzzUtil to Electra (Consensys#8792) * Refactor BeaconStateSchema.getUniqueFields() methods (Consensys#8789) Co-authored-by: Enrico Del Fante <[email protected]> * Cleanup 24.10.3 (Consensys#8794) * create EphemerySlotValidationService and test (Consensys#8759) Signed-off-by: gconnect <[email protected]> Co-authored-by: Paul Harris <[email protected]> * add start scripts to correctly detect jemalloc presence (Consensys#8751) * add start scripts to detect jemalloc presence Signed-off-by: Gabriel Fukushima <[email protected]> --------- Signed-off-by: Gabriel Fukushima <[email protected]> * pass asyncRunner to builder (Consensys#8798) Signed-off-by: Gabriel Fukushima <[email protected]> * use the correct schema definitions (Consensys#8797) * use the correct schema definitions * update deposit snapshot november 2024 (Consensys#8809) Signed-off-by: Gabriel Fukushima <[email protected]> * Fix parameter name for forkchoiceUpdatedV4 (Consensys#8811) * Change blindedBlockCreatorCache keys from slot to slotAndBlockRoot. (Consensys#8780) Co-authored-by: Stefan Bratanov <[email protected]> * Decouple block and blobs publishing\import (Consensys#8728) * use correct schema definitions when creation full beacon block (Consensys#8806) * use correct schema definitions when creation full beacon block * Electra devnet 5 (Consensys#8817) use forkChoiceUpdatedV4 with PayloadAttributesV4 Co-authored-by: Mehdi AOUADI <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * Update dependencies (Consensys#8818) * add new Electra config parameters (Consensys#8819) * Ephemery startup network determination (Consensys#8781) fixes Consensys#8777 Signed-off-by: Paul Harris <[email protected]> * update mischelpers with new parameters (Consensys#8821) * run `Forkchoice::onBlock` async in block importer (Consensys#8820) * 8767 update blobs gossip (Consensys#8822) * update blob sidecars gossip topics * use misc helpers to get blob sidecars subnet count * remove unused method in gossip filter test * 8767 update blobs rpc methods (Consensys#8823) * update blobs rpc methods * migrate capella schemas (Consensys#8825) * Improve error on local EL blobs lookup (Consensys#8826) * Migrate some deneb schemas to registry (Consensys#8828) * Simplify schema provider definition (Consensys#8829) * In `SpecVersion`, make `SpecConfig` instance consistent with milestone (Consensys#8830) * Fix missed subscriptions * 8767 update payload attributes (Consensys#8824) Co-authored-by: Enrico Del Fante <[email protected]> * More schema registry migration (Consensys#8832) * Migrate beacon state (Consensys#8833) * migrate beacon state * fix historical summary schema * fix ref test compilation * fix ref tests * schemaName provided to creator (Consensys#8834) * update netty (Consensys#8838) * Migrate builder bids to schema registry (Consensys#8836) * Migrate block content schemas (Consensys#8843) * migrate-block-content-schemas * deleted too much * lookup cache first * migrate other electra schemas (Consensys#8845) * Add Fulu * Fix incorrect variable syntax Update fetch-blocks.sh (Consensys#8842) Fix incorrect variable syntax in state download request Co-authored-by: Paul Harris <[email protected]> * Fix EIP7594 activation bugs and delegating SpecConfig * tiny blobs pruner fix (Consensys#8854) * Refactor BlockProcessor and EpochProcessor (Consensys#8856) * Fix Fulu bugs * Track produced block when builder doesn't reveal the payload (Consensys#8855) * [Engine-API] Exclude empty requests in requests list (Consensys#8859) * Fix wrong activation for EIP7594 * Performance tracker (Consensys#8851) * use attestation bits aggregator in performance tracker * add electra tests * fix spotless * fix unit test * always clear objects * refactor bits aggregator or operation * revert bits aggregator or operation return type * Reduce blobs lookup min wait time to 0 (Consensys#8864) * alter ActiveP2pNetwork concept of close to in sync (Consensys#8853) - moved the isCloseToInSync into recentChaindata Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * Provide `SingleAttestation` datastructure (Consensys#8867) * Enable publish blobs after block by default (Consensys#8868) * Fix block publishing * Logic to handle new validators during epoch processing (Consensys#8874) * move MAX_BLOBS_PER_BLOCK from preset to config params (Consensys#8879) * move MAX_BLOBS_PER_BLOCK from preset to config params * Don't subscribe in AttestationTopicSubscriber if subscription is outdated (Consensys#8837) * Don't subscribe in AttestationTopicSubscriber if subscription is outdated (Consensys#8837) * Fix ExecutionRequestsDataCodec handling of missing request data (Consensys#8880) * Added SingleAttestation to ref-test ssz executor (Consensys#8881) * Added SingleAttestationEvent (Consensys#8873) - if the attestation arriving is a singleAttestation, will fire a single_attestation event, otherwise will trigger an attestation event. - at the moment we only see attestations, but added unit test and can re-verify once we have single attestations being produced... - can essentially listen to both by : `curl -H "Accept:text/event-stream" -N http://localhost:5051/eth/v1/events\?topics\=attestation,single_attestation` Signed-off-by: Paul Harris <[email protected]> * Temp fix for EL * Bump max subscribed topics limit, it's more than 150 on any PeerDAS 1 fork * fix event types message (Consensys#8885) Signed-off-by: Paul Harris <[email protected]> * Implements SingleAttestation handling (Consensys#8884) * Electra ref-test alpha.9 update (Consensys#8882) Co-authored by @StefanBratanov Co-authored by @gfukushima * Missing synchronized method (Consensys#8894) * Fix `is_syncing` API reporting when head is synced optimistically (Consensys#8889) * Dependency updates December (Consensys#8898) * fix gossip subscriptions (Consensys#8896) * update post attestation interface for electra (Consensys#8893) * Fix `SingleAttestation` in `PerformanceTracker` bug (Consensys#8902) * add missing electra attestation processing committee check (Consensys#8901) * add missing electra attestation processing committee check * update libp2p (Consensys#8906) * update withdrawal request contract address (Consensys#8904) Co-authored-by: Lucas Saldanha <[email protected]> * Passing GOSSIP_MAX_SIZE to snappy uncompressor (Consensys#8899) * Passing GOSSIP_MAX_SIZE to snappy uncompressor * Using GOSSIP_MAX_SIZE from network spec on LibP2PGossipNetworkBuilder --------- Co-authored-by: Enrico Del Fante <[email protected]> * Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (Consensys#8839) * Revert "Reduce blobs lookup min wait time to 0 (Consensys#8864)" and "Deprecate TTFB, RESP_TIMEOUT, ... (Consensys#8839)" (Consensys#8911) * clear changelog (Consensys#8913) * Deprecate TTFB, RESP_TIMEOUT, introduce MAX_CONCURRENT_REQUESTS (Consensys#8912) (cherry picked from commit d633566) * Fix config provider to fix spec config api (Consensys#8919) * Implemented expectedGasLimit from spec (Consensys#8909) Made a more complete test suite on the FN to show boundaries. Signed-off-by: Paul Harris <[email protected]> * Increase max gossip compressed size (Consensys#8924) fixes Consensys#8921 Signed-off-by: Paul Harris <[email protected]> * tmp * added test case for comparing mainnet config output (Consensys#8917) --------- Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * Simplify blob sidecar availability checker (Consensys#8840) * few fixes * Updated PendingPartialWithdrawal field (validator_index) (Consensys#8923) --------- Co-authored-by: Enrico Del Fante <[email protected]> * fix datacolumnSidecars were not published * Remove engine_forkChoiceUpdateV4 (Consensys#8925) * remove engine_forkChoiceUpdateV4 * Remove BlobSidecar traces after FULU * Change consolidated balance calculation + small refactor (Consensys#8908) * Updated consolidation rules for devnet5 (Consensys#8876) - updated fuzzUtil to use prettyJson to report diffs for the tests that broke... - currently the fuzz utils need some changes, will just raise a draft until we're ready... fixes Consensys#8875 Signed-off-by: Paul Harris <[email protected]> * Add blobs increase params (Consensys#8883) * add blobs increase params Co-authored-by: Lucas Saldanha <[email protected]> * fix wrong processor * fix sync check * Use 16-bit random value in validator filter (Consensys#8916) --------- Signed-off-by: Paul Harris <[email protected]> Co-authored-by: Paul Harris <[email protected]> Co-authored-by: Mehdi AOUADI <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> * Fix single attestation publication (Consensys#8929) * 24-12-1-clear-changelog (Consensys#8932) * fix (Consensys#8907) * No delay when fetching blobs with known block and no attempt to recover blobs for unknown block (Consensys#8927) * Remove unused classes/modules (Consensys#8959) * Fix log4j config deprecated option (Consensys#8966) * Reduce response chunk arrival timeout (Consensys#8962) * reduce AI generated PRs (Consensys#8971) * Make `engine_getBlobsV1` not fork specific (Consensys#8961) * tiny cleanups on BlockBlobSidecarsTrackersPoolImpl (Consensys#8972) * Throttle outgoing requests by both peer and protocol id (Consensys#8969) * tiny cleanups on BlockBlobSidecarsTrackersPoolImpl (Consensys#8975) * Hardcode Bellatrix Terminal Blocks for all known networks (Consensys#8943) * Hardcode Bellatrix TTD blocks for all known networks * reset should affect total difficult overrides * Fix chiado transition epoch * Remove warning for terminal block hash and epoch network defaults * Update default block gas limit to 36 million (Consensys#8976) * Remove tuweni junit (Consensys#8940) * Fix assemble * Move to Fulu reference tests * Remove outdated pr * Remove soft-fork code * Fix Fulu Metadata + test * spotless * Fix TODO: Don't iterate over columns that were not requested * Fix invalid datacolumn sidecards dumping * Remove eip7594 in blob versions, fix links * Remove eip7594 traces from code * Use SchemaRegistry in Fulu + MetadataMessage in all milestones with registry builder * Fix MiscHelpersFuluTest * Fix tests for Fulu --------- Signed-off-by: Gabriel Fukushima <[email protected]> Signed-off-by: Paul Harris <[email protected]> Signed-off-by: gconnect <[email protected]> Co-authored-by: Gabriel Fukushima <[email protected]> Co-authored-by: Paul Harris <[email protected]> Co-authored-by: Glory Agatevure <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]> Co-authored-by: David Ryan <[email protected]> Co-authored-by: Lucas Saldanha <[email protected]> Co-authored-by: Stefan Bratanov <[email protected]> Co-authored-by: Wolmin <[email protected]> Co-authored-by: Anton Nashatyrev <[email protected]> Co-authored-by: Mehdi AOUADI <[email protected]> Co-authored-by: Justin Traglia <[email protected]> Co-authored-by: Malay Dewangan <[email protected]> Co-authored-by: wizard <[email protected]> Co-authored-by: Enrico Del Fante <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updated fuzzUtil to use prettyJson to report diffs for the tests that broke...
currently the fuzz utils need some changes, will just raise a draft until we're ready...
fixes #8875
Documentation
doc-change-required
label to this PR if updates are required.Changelog