Skip to content
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

build: 📦 Update dependencies #45

Merged
merged 2 commits into from
Dec 25, 2024
Merged

build: 📦 Update dependencies #45

merged 2 commits into from
Dec 25, 2024

Conversation

frack113
Copy link
Owner

Update dependencies to Fix

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.

@AntwortEinesLebens AntwortEinesLebens merged commit c649bf4 into main Dec 25, 2024
22 of 26 checks passed
@AntwortEinesLebens AntwortEinesLebens deleted the update-deps branch December 25, 2024 12:22
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.

2 participants