grin/core/src
Antioch Peverell 305b36dcce
replace is_mainnet() with !is_testnet() (#2125)
* replace is_mainnet() with !is_testnet()
makes testing "mainnet" code significantly easier (its the default)

* fix next_target_adjustment test based on tromp analysis

* rustfmt

* cleanup wallet db files and add to gitignore

* fix
2018-12-12 16:49:35 +00:00
..
core replace is_mainnet() with !is_testnet() (#2125) 2018-12-12 16:49:35 +00:00
libtx Sign kernel features (#2104) 2018-12-12 09:19:36 +00:00
pow Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
consensus.rs replace is_mainnet() with !is_testnet() (#2125) 2018-12-12 16:49:35 +00:00
core.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
genesis.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
global.rs replace is_mainnet() with !is_testnet() (#2125) 2018-12-12 16:49:35 +00:00
lib.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
macros.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
pow.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
ser.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00