Closed eureka-cpu closed 1 month ago
Closes #63
Fixes a non-determinism bug in a dragon ingester parsing test by changing the function call Pubkey::new_unique to Pubkey::from_str, ensuring the test always gets the same input and produces the same output.
Pubkey::new_unique
Pubkey::from_str
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Closes #63
Fixes a non-determinism bug in a dragon ingester parsing test by changing the function call
Pubkey::new_unique
toPubkey::from_str
, ensuring the test always gets the same input and produces the same output.