rust-lightning/lightning/src/util
Jeffrey Czyz 43eed8dd8b
Make test output deterministic
Tests use sources of randomness to produce seeds, preimages, secrets,
and ephemeral data. However, this makes comparing logs between different
test runs difficult. Remove uses of random number generators and the
current time in favor of fixed values in order to make the test output
deterministic.
2020-06-18 19:28:50 -07:00
..
byte_utils.rs Update lightning/src/util/byte_utils.rs 2020-04-21 20:29:46 -04:00
chacha20.rs Define a BLOCK_SIZE constant for chacha20 2020-02-11 16:27:38 -05:00
chacha20poly1305rfc.rs Bitcoin deps refactoring (BDR): Linearizing bitcoin_hash deps 2020-04-28 16:17:42 +02:00
config.rs Make htlc_minimum_msat configurable 2020-03-11 14:28:20 -04:00
enforcing_trait_impls.rs Switch all feerate u64's to u32's. 2020-06-15 21:52:52 -04:00
errors.rs Switch all feerate u64's to u32's. 2020-06-15 21:52:52 -04:00
events.rs Improve routing-related documentation 2020-05-12 09:27:12 -04:00
fuzz_wrappers.rs BDR: Linearizing secp256k1 deps 2020-04-28 16:17:44 +02:00
logger.rs ChannelManager+Router++ Logger Arc --> Deref 2020-05-17 12:33:43 -04:00
macro_logger.rs Merge pull request #620 from TheBlueMatt/2020-05-pre-bindings-cleanups 2020-05-28 19:34:42 +00:00
mod.rs Batch-sign local HTLC txn with a well-doc'd API, returning sigs 2020-04-24 21:23:51 -04:00
poly1305.rs Use workspaces to separate crates 2019-11-15 02:44:30 +00:00
ser.rs Adopting new bitcoin hash types and crate version 2020-04-29 12:37:46 +02:00
ser_macros.rs BDR: Linearizing secp256k1 deps 2020-04-28 16:17:44 +02:00
test_utils.rs Make test output deterministic 2020-06-18 19:28:50 -07:00
transaction_utils.rs Use workspaces to separate crates 2019-11-15 02:44:30 +00:00