|
1 | 1 | # cuprated 0.0.4 Molybdenite (2025-06-04)
|
2 |
| -Cuprate is an alternative Monero node implementation. |
| 2 | +Cuprate is an alternative Monero node implementation. To get started, see: <https://user.cuprate.org>. |
3 | 3 |
|
4 |
| -This is the third release of the Cuprate node, `cuprated`. |
| 4 | +This release contains the initial integration of the restricted (`0.0.0.0:18089`) and unrestricted (`127.0.0.1:18081`) RPC servers. The following methods/endpoints are enabled: |
5 | 5 |
|
6 |
| -To get started, see: <https://user.cuprate.org>. |
| 6 | +- `get_block` |
| 7 | +- `get_block_count` |
| 8 | +- `get_last_block_header` |
| 9 | +- `get_block_header_by_hash` |
| 10 | +- `get_block_header_by_height` |
| 11 | +- `get_block_headers_range` |
| 12 | +- `on_get_block_hash` |
| 13 | +- `/get_height` |
7 | 14 |
|
8 |
| -For an FAQ on Cuprate, see: <https://user.cuprate.org/#faq>. |
| 15 | +See the [updated configuration](https://user.cuprate.org/config.html) and RPC sections in the user book for more information: <https://user.cuprate.org/rpc.html>. |
9 | 16 |
|
10 | 17 | ## Changes
|
11 |
| -- TODO |
| 18 | +- Abstract TCP methods under the `Transport` trait ([#446](https://github.com/Cuprate/cuprate/pull/446)) |
| 19 | +- Add fuzzing and fix found issues ([#464](https://github.com/Cuprate/cuprate/pull/464)) |
| 20 | +- Change release asset naming scheme ([#484](https://github.com/Cuprate/cuprate/pull/484)) |
| 21 | +- Fix `randomx-rs` builds on certain distros ([#487](https://github.com/Cuprate/cuprate/pull/487), [#493](https://github.com/Cuprate/cuprate/pull/493)) |
| 22 | +- 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)) |
12 | 23 |
|
13 | 24 | ## Downloads
|
14 | 25 | 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>.
|
15 | 26 |
|
16 | 27 | | OS | Architecture | Download |
|
17 | 28 | |---------|--------------|----------|
|
18 |
| -| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-linux-x64.tar.gz> |
19 |
| -| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-linux-arm64.tar.gz> |
20 |
| -| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-macos-x64.tar.gz> |
21 |
| -| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-macos-arm64.tar.gz> |
22 |
| -| Windows | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-windows-x64.zip> |
| 29 | +| Windows | 64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-pc-windows-msvc.zip> |
| 30 | +| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-apple-darwin.tar.gz> |
| 31 | +| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-apple-darwin.tar.gz> |
| 32 | +| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-unknown-linux.tar.gz> |
| 33 | +| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-unknown-linux.tar.gz> |
23 | 34 |
|
24 | 35 | ## Contributors
|
25 | 36 | Thank you to everyone who directly contributed to this release:
|
26 | 37 |
|
27 |
| -- TODO |
| 38 | +- @Boog900 |
| 39 | +- @hinto-janai |
| 40 | +- @SyntheticBird45 |
28 | 41 |
|
29 | 42 | There are other contributors that are not listed here, thank you to them as well.
|
0 commit comments