Commit Graph

9 Commits

Author SHA1 Message Date
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
Drew Stone ec99894865
Update Cargo.toml 2018-12-26 20:29:32 +02:00
Jake Naviasky be2be0ad31 Updating for substrate 1.0 beta. 2018-12-18 10:33:08 -05:00
Drew Stone f4dbd84b46 Fix name in cargo.toml 2018-12-03 23:50:33 +02:00
Drew Stone 09c26148e8 Remove grandpa dep 2018-11-28 21:32:31 +02:00
Drew Stone 6df8ab4cf9 Updates to session hook and test changes 2018-11-28 20:47:43 +02:00
Drew Stone a24173e511 [WIP] working on implementing the test environment 2018-11-28 00:29:01 +02:00
Drew Stone 848ee108c7 Preliminary bridge authority work 2018-11-27 22:13:24 +02:00
Drew Stone 9451d44ad6 First push 2018-11-21 20:22:53 +02:00