Merged
Conversation
hinto-janai
commented
May 28, 2025
Comment on lines
-6
to
+10
| | Windows x86_64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.3/cuprated-0.0.3-windows-x64.zip> | ||
| | macOS x86_64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.3/cuprated-0.0.3-macos-x64.tar.gz> | ||
| | macOS ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.3/cuprated-0.0.3-macos-arm64.tar.gz> | ||
| | Linux x86_64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.3/cuprated-0.0.3-linux-x64.tar.gz> | ||
| | Linux ARM64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.3/cuprated-0.0.3-linux-arm64.tar.gz> | ||
| | Windows x86_64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-pc-windows-msvc.zip> | ||
| | macOS x86_64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-apple-darwin.tar.gz> | ||
| | macOS ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-apple-darwin.tar.gz> | ||
| | Linux x86_64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-unknown-linux.tar.gz> | ||
| | Linux ARM64 (glibc >= 2.36) | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-unknown-linux.tar.gz> |
Comment on lines
-35
to
+36
| /// Wed Jun 11 12:00:00 AM UTC 2025 | ||
| pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1749600000; | ||
| /// Wed Jul 23 12:00:00 AM UTC 2025 | ||
| pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1753228800; |
hinto-janai
commented
May 31, 2025
Comment on lines
+17
to
+22
| ## Changes | ||
| - Abstract TCP methods under the `Transport` trait ([#446](https://github.com/Cuprate/cuprate/pull/446)) | ||
| - Add fuzzing and fix found issues ([#464](https://github.com/Cuprate/cuprate/pull/464)) | ||
| - Change release asset naming scheme ([#484](https://github.com/Cuprate/cuprate/pull/484)) | ||
| - Fix `randomx-rs` builds on certain distros ([#487](https://github.com/Cuprate/cuprate/pull/487), [#493](https://github.com/Cuprate/cuprate/pull/493)) | ||
| - Initial RPC server integration ([#183](https://github.com/Cuprate/cuprate/issues/183), [#244](https://github.com/Cuprate/cuprate/issues/244), [#423](https://github.com/Cuprate/cuprate/pull/423), [#450](https://github.com/Cuprate/cuprate/pull/450)) |
Member
Author
There was a problem hiding this comment.
@SyntheticBird45 should the Tor PRs be included per release? I have held off on including the RPC PRs until it was relevant to end-users.
Member
There was a problem hiding this comment.
I don't have any real preference but would lean towards including them per release just for the sake of following development per the changelog.
SyntheticBird45
approved these changes
Jun 3, 2025
Boog900
requested changes
Jun 4, 2025
binaries/cuprated/src/killswitch.rs
Outdated
Comment on lines
+47
to
+48
| /// Wed Jul 2 11:46:40 PM UTC 2025 | ||
| const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1751500000; |
Member
There was a problem hiding this comment.
this should be June not July right?
Member
Author
There was a problem hiding this comment.
I've gotten this wrong too many times now... maybe it should be automated.
Boog900
approved these changes
Jun 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Same as #437 for
cuprated 0.0.4.