iroha icon indicating copy to clipboard operation
iroha copied to clipboard

f32/f64 serialization over FFI

Open mversic opened this issue 2 years ago • 1 comments

Unfortunately, floating point types are non-robust in Rust. This means they should be serialized into a robust type when being sent over FFI

mversic avatar Jul 19 '22 18:07 mversic

Consider disallowing floats in general.

appetrosyan avatar Aug 11 '22 12:08 appetrosyan