serai/processor/src/tests
Luke Parker 396e5322b4
Code a method to determine the activation block before any block has consensus
[0; 32] is a magic for no block has been set yet due to this being the first
key pair. If [0; 32] is the latest finalized block, the processor determines
an activation block based on timestamps.

This doesn't use an Option for ergonomic reasons.
2023-04-18 03:04:52 -04:00
..
literal Document Bitcoin RPC and make it more robust 2023-03-17 21:25:38 -04:00
addresses.rs Use a single txn for an entire coordinator message 2023-04-17 23:55:12 -04:00
key_gen.rs Code a method to determine the activation block before any block has consensus 2023-04-18 03:04:52 -04:00
mod.rs Add a dedicated db crate with a basic DB trait 2023-04-14 11:47:43 -04:00
scanner.rs Use a single txn for an entire coordinator message 2023-04-17 23:55:12 -04:00
signer.rs Use a single txn for an entire coordinator message 2023-04-17 23:55:12 -04:00
substrate_signer.rs Use an enum for Coin/NetworkId 2023-04-18 02:04:47 -04:00
wallet.rs Use a single txn for an entire coordinator message 2023-04-17 23:55:12 -04:00