grin/core/tests
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
..
block.rs Sign kernel features (#2104) 2018-12-12 09:19:36 +00:00
common.rs 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
merkle_proof.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
pmmr.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
transaction.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
vec_backend.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
verifier_cache.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00