smoldot icon indicating copy to clipboard operation
smoldot copied to clipboard

Add #![forbid(unsafe_code)]

Open tomaka opened this issue 5 years ago • 1 comments

Not possible yet because of:

  • https://github.com/paritytech/substrate-lite/blob/0703aa35fc5bca924af2936a1d6898ed5ff3ebb9/src/executor/vm/interpreter.rs#L320-L332
  • https://github.com/paritytech/substrate-lite/blob/0703aa35fc5bca924af2936a1d6898ed5ff3ebb9/src/executor/vm/jit.rs#L301-L302

tomaka avatar Oct 11 '20 14:10 tomaka

Relates to https://github.com/paritytech/smoldot/issues/760 We might be able to remove these unsafe blocks after https://github.com/paritytech/smoldot/issues/760 is figured out

tomaka avatar Nov 22 '22 11:11 tomaka