-
Notifications
You must be signed in to change notification settings - Fork 49
Update repo to cuprated 0.0.4
#462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
650ba0d
4e58033
e8520d9
df11cfe
d2e54f3
9940a84
fbdef71
5b719ed
fe3d87a
9e236d5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,8 @@ const _: () = { | |
|
||
/// The killswitch activates if the current timestamp is ahead of this timestamp. | ||
/// | ||
/// 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; | ||
|
||
/// Check if the system clock is past a certain timestamp, | ||
/// if so, exit the entire program. | ||
|
@@ -44,8 +44,8 @@ fn killswitch() { | |
/// sanity checking the system's clock to make | ||
/// sure it is not overly behind. | ||
/// | ||
/// Tue May 6 04:46:40 PM UTC 2025 | ||
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1746550000; | ||
/// Wed Jul 2 11:46:40 PM UTC 2025 | ||
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1751500000; | ||
|
||
|
||
let current_ts = current_unix_timestamp(); | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,10 @@ Cuprate offers pre-built binaries for `cuprated` for the platforms listed in [`P | |
|
||
| Platform | Download | | ||
|------------------------------|----------| | ||
| 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
-6
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
All release files are archived and also available at <https://archive.hinto.rs>. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# cuprated 0.0.4 Molybdenite (2025-06-04) | ||
Cuprate is an alternative Monero node implementation. | ||
|
||
This is the third release of the Cuprate node, `cuprated`. | ||
|
||
To get started, see: <https://user.cuprate.org>. | ||
|
||
For an FAQ on Cuprate, see: <https://user.cuprate.org/#faq>. | ||
|
||
## Changes | ||
- TODO | ||
|
||
## Downloads | ||
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>. | ||
|
||
| OS | Architecture | Download | | ||
|---------|--------------|----------| | ||
| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-linux-x64.tar.gz> | ||
| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-linux-arm64.tar.gz> | ||
| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-macos-x64.tar.gz> | ||
| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-macos-arm64.tar.gz> | ||
| Windows | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-windows-x64.zip> | ||
|
||
## Contributors | ||
Thank you to everyone who directly contributed to this release: | ||
|
||
- TODO | ||
|
||
There are other contributors that are not listed here, thank you to them as well. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.3.md | ||
0.0.4.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#374 (comment)