From 28f1919249465d3230f45ed21686c5a836d56df0 Mon Sep 17 00:00:00 2001 From: Monzero Build System Date: Sat, 15 Aug 2026 21:14:26 +0100 Subject: Establish Monzero Phase 0 and inactive assets baseline --- src/common/updates.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/common/updates.cpp') diff --git a/src/common/updates.cpp b/src/common/updates.cpp index 2a129075b..b68be39b6 100644 --- a/src/common/updates.cpp +++ b/src/common/updates.cpp @@ -39,6 +39,15 @@ namespace tools { bool check_updates(const std::string &software, const std::string &buildtag, std::string &version, std::string &hash) { + // Do not trust or advertise Monero release records for Monzero binaries. + // Re-enable only after project-controlled, signed update infrastructure + // has been reviewed and deployed. + (void)software; + (void)buildtag; + (void)version; + (void)hash; + return false; +#if 0 std::vector records; bool found = false; @@ -98,6 +107,7 @@ namespace tools found = true; } return found; +#endif } std::string get_update_url(const std::string &software, const std::string &subdir, const std::string &buildtag, const std::string &version, bool user) -- cgit v1.2.3