util/time: TimeKeeper yeeted

This commit is contained in:
skoupidi
2024-02-06 16:44:28 +02:00
parent b78d96a508
commit 7ac561fe67
8 changed files with 7 additions and 345 deletions

View File

@@ -29,12 +29,6 @@ pow_target = 10
# Optional fixed PoW difficulty, used for testing
pow_fixed_difficulty = 1
# Epoch duration, denominated by number of blocks/slots
epoch_length = 10
# PoS slot duration, in seconds
slot_time = 10
# Whitelisted faucet addresses
faucet_pub = []
@@ -49,9 +43,6 @@ recipient = "5ZHfYpt4mpJcwBNxfEyxLzeFJUEeoePs5NQ5jVEgHrMf"
# Skip syncing process and start node right away
skip_sync = true
# Enable PoS testing mode for local testing
pos_testing_mode = true
## Localnet sync P2P network settings
[network_config."localnet".sync_net]
# P2P accept addresses the instance listens on for inbound connections
@@ -170,12 +161,6 @@ minerd_endpoint = "tcp://127.0.0.1:28467"
# PoW block production target, in seconds
pow_target = 90
# Epoch duration, denominated by number of blocks/slots
epoch_length = 10
# PoS slot duration, in seconds
slot_time = 90
# Whitelisted faucet addresses
faucet_pub = ["3ce5xa3PjuQGFtTaF7AvMJp7fGxqeGRJx7zj3LCwNCkP"]
@@ -188,9 +173,6 @@ consensus = false
# Skip syncing process and start node right away
skip_sync = false
# Enable PoS testing mode for local testing
pos_testing_mode = false
## Testnet sync P2P network settings
[network_config."testnet".sync_net]
# P2P accept addresses the instance listens on for inbound connections
@@ -329,12 +311,6 @@ minerd_endpoint = "tcp://127.0.0.1:28467"
# PoW block production target, in seconds
pow_target = 90
# Epoch duration, denominated by number of blocks/slots
epoch_length = 10
# PoS slot duration, in seconds
slot_time = 90
# Whitelisted faucet addresses
faucet_pub = []
@@ -347,9 +323,6 @@ consensus = false
# Skip syncing process and start node right away
skip_sync = false
# Enable PoS testing mode for local testing
pos_testing_mode = false
## Mainnet sync P2P network settings
[network_config."mainnet".sync_net]
# P2P accept addresses the instance listens on for inbound connections