Skip to content

Conversation

@spypsy
Copy link
Member

@spypsy spypsy commented Feb 9, 2026

Fixes A-495

@spypsy spypsy marked this pull request as ready for review February 9, 2026 17:21
@AztecBot
Copy link
Collaborator

AztecBot commented Feb 9, 2026

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/43b742dd8c7a26bf�43b742dd8c7a26bf8;;�): yarn-project/scripts/run_test.sh p2p/src/client/test/p2p_client.integration_message_propagation.test.ts (21s) (code: 1) group:e2e-p2p-epoch-flakes

@spypsy spypsy changed the base branch from next to merge-train/spartan February 10, 2026 12:58
/**
* Converts bigint values to strings recursively in a log object to avoid serialization issues.
*/
function convertBigintsToStrings(obj: unknown): unknown {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this reuse the other convert function?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah definitely an oversight here.. They should be using the same

/**
* Converts bigint values to strings recursively in a log object to avoid serialization issues.
*/
function convertBigintsToStrings(obj: unknown): unknown {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have to use unknowns here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because this is used for logging I don't think there's much point typing this. It can be pretty much anything and result also depends on input so using unknown is safer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants