the trait `MallocSizeOf` is not implemented for `BLS12381Signature`
Description
When running the command of sui git:(devnet) cargo install --path crates/sui got the below alarm:
the trait MallocSizeOf is not implemented for BLS12381Signature
Steps to reproduce
macOS, Catalina, 10.15.7
- git clone https://github.com/MystenLabs/sui.git
- cd sui
- git checkout --track origin/devnet
- cargo install --path crates/sui
Snapshot :

Moved this issue to https://github.com/MystenLabs/sui repo as this is now the new Narwhal's home
Is your local repo up to date? This should have been fixed by https://github.com/MystenLabs/sui/commit/a9cbe6ec174339dc6247ec24baef6e4d322c6553
When I run your repro steps with a fresh clone, it works
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.