Merge branch 'master' into chore/config-sync

This commit is contained in:
andrussal 2026-02-10 13:04:19 +01:00
commit a0ac732873
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ use time::OffsetDateTime;
const DEFAULT_SLOT_TIME: u64 = 1;
const CONSENSUS_SLOT_TIME_VAR: &str = "CONSENSUS_SLOT_TIME";
const DEFAULT_NTP_SERVER: &str = "pool.ntp.org";
const DEFAULT_NTP_SERVER: &str = "pool.ntp.org:123";
const DEFAULT_NTP_TIMEOUT: Duration = Duration::from_secs(5);
const DEFAULT_NTP_UPDATE_INTERVAL: Duration = Duration::from_secs(16);

View File

@ -1,7 +1,7 @@
VERSION=v0.3.2
LOGOS_BLOCKCHAIN_BUNDLE_VERSION=v4
# Pinned logos-blockchain-node revision used for CI builds and binary bundles.
LOGOS_BLOCKCHAIN_NODE_REV=a075fdf3209947572069e7b7b2ff6250576c8831
LOGOS_BLOCKCHAIN_NODE_REV=19d0dfc5b24f3b6fdf9c9b3000fe79db114e4050
# Optional: local logos-blockchain-node checkout override (do not commit absolute paths).
# LOGOS_BLOCKCHAIN_NODE_PATH=