Skip to content

Commit 60ee9e6

Browse files
committed
update changelog + killswitch
1 parent 3e56597 commit 60ee9e6

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

binaries/cuprated/src/killswitch.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ const _: () = {
3232

3333
/// The killswitch activates if the current timestamp is ahead of this timestamp.
3434
///
35-
/// Wed Sep 3 12:00:00 AM UTC 2025
36-
pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1756857600;
35+
/// Wed Oct 15 12:00:00 AM UTC 2025
36+
pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1760486400;
3737

3838
/// Check if the system clock is past a certain timestamp,
3939
/// if so, exit the entire program.
@@ -44,8 +44,8 @@ fn killswitch() {
4444
/// sanity checking the system's clock to make
4545
/// sure it is not overly behind.
4646
///
47-
/// Tue Jul 15 05:20:00 PM UTC 2025
48-
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1752600000;
47+
/// Tue Aug 27 12:00:00 AM UTC 2025
48+
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1756252800;
4949

5050
let current_ts = current_unix_timestamp();
5151

misc/changelogs/cuprated/0.0.6.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# cuprated 0.0.6 Molybdenite (2025-08-27)
22
Cuprate is an alternative Monero node implementation. To get started, see: <https://user.cuprate.org>.
33

4+
**This release contains a breaking change in the tx-pool, you will need to delete the tx-pool file.**
5+
46
## Changes
5-
- TODO
7+
- Add Tor support to Cuprate (Arti, Tor Daemon, Dandelion router) ([#509](https://github.com/Cuprate/cuprate/pull/509))
8+
- P2P: Add hourly warning logging for no incoming P2P connections ([#520](https://github.com/Cuprate/cuprate/pull/520))
9+
- make ports depend on network zones ([#533](https://github.com/Cuprate/cuprate/pull/533))
10+
- cuprated: add txpool manager ([#483](https://github.com/Cuprate/cuprate/pull/483))
611

712
## Downloads
813
For convenience, the following binaries are produced using GitHub CI in a non-reproducible way; it is highly recommended to build `cuprated` from source instead, see <https://user.cuprate.org/getting-started/source>.
@@ -18,6 +23,8 @@ For convenience, the following binaries are produced using GitHub CI in a non-re
1823
## Contributors
1924
Thank you to everyone who directly contributed to this release:
2025

21-
- @TODO
26+
- @Boog900
27+
- @SyntheticBird45
28+
- @omurad
2229

2330
There are other contributors that are not listed here, thank you to them as well.

0 commit comments

Comments
 (0)