sui icon indicating copy to clipboard operation
sui copied to clipboard

the trait `MallocSizeOf` is not implemented for `BLS12381Signature`

Open sameul2012 opened this issue 3 years ago • 2 comments

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

  1. git clone https://github.com/MystenLabs/sui.git
  2. cd sui
  3. git checkout --track origin/devnet
  4. cargo install --path crates/sui

Snapshot :

image

sameul2012 avatar Oct 15 '22 06:10 sameul2012

Moved this issue to https://github.com/MystenLabs/sui repo as this is now the new Narwhal's home

akichidis avatar Oct 17 '22 13:10 akichidis

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

aschran avatar Oct 17 '22 18:10 aschran

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.

github-actions[bot] avatar Dec 17 '22 01:12 github-actions[bot]