Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

fix: deep copy participant before adding it into the participants list #133

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

leoporoli
Copy link
Contributor

participants list had elements that were sharing mutable lists, now, it creates a new object for each new participant on the list with this change.

It's related to this issue: bazelbuild/starlark#192 (comment)

it's should fix: ethpandaops/ethereum-package#227

@h4ck3rk3y h4ck3rk3y merged commit 8380599 into main Sep 26, 2023
2 checks passed
@h4ck3rk3y h4ck3rk3y deleted the lporoli/fix-create-new-participant branch September 26, 2023 10:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Participant parsing is broken
3 participants