edge_bridge/src
Demi M. Obenour 696fcbe07a
Enable overflow checking on the release build
This is probably best for smart contracts, where math errors are likely
to be security vulnerabilities, and so overflow should be caught at
run-time.  Ideally, this could be done without enabling all debug
assertions, but Rust doesn’t provide for this.

The fold in src/bridge.rs has had overflow checking added explicitly.
2018-12-26 18:13:48 -05:00
..
bridge.rs Enable overflow checking on the release build 2018-12-26 18:13:48 -05:00
lib.rs Enable overflow checking on the release build 2018-12-26 18:13:48 -05:00