You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Given a note on the default behaviour of AccountId32
Quote:
We recently discovered that anyone can sign transactions in Substrate with a zero account (AccountId::default()). The reason behind this is that cryptographically a private key of zero makes to an actual complete curve in sr25519 and ed255519. This is coming directly from schnorrkel.
Given a note on the default behaviour of
AccountId32
Quote:
Resolved for substrate via paritytech/substrate#10403
Aren't the following lines a bit dangerous, given that many parachains will most likely plug in the normal
AccountId32
type there?polkadot/xcm/xcm-builder/src/location_conversion.rs
Lines 40 to 59 in 5a7004f
The text was updated successfully, but these errors were encountered: