|
| 1 | +# cuprated 0.0.4 Molybdenite (2025-06-04) |
| 2 | +Cuprate is an alternative Monero node implementation. To get started, see: <https://user.cuprate.org>. |
| 3 | + |
| 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 | + |
| 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` |
| 14 | + |
| 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>. |
| 16 | + |
| 17 | +## Changes |
| 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 | +- Update `fast-sync` to height `3425792` ([#490](https://github.com/Cuprate/cuprate/pull/490)) |
| 23 | +- 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)) |
| 24 | + |
| 25 | +## Downloads |
| 26 | +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>. |
| 27 | + |
| 28 | +| OS | Architecture | Download | |
| 29 | +|---------|--------------|----------| |
| 30 | +| Windows | 64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-pc-windows-msvc.zip> |
| 31 | +| macOS | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-apple-darwin.tar.gz> |
| 32 | +| macOS | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-apple-darwin.tar.gz> |
| 33 | +| Linux | x64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-x86_64-unknown-linux.tar.gz> |
| 34 | +| Linux | ARM64 | <https://github.com/Cuprate/cuprate/releases/download/cuprated-0.0.4/cuprated-0.0.4-aarch64-unknown-linux.tar.gz> |
| 35 | + |
| 36 | +## Contributors |
| 37 | +Thank you to everyone who directly contributed to this release: |
| 38 | + |
| 39 | +- @Boog900 |
| 40 | +- @hinto-janai |
| 41 | +- @SyntheticBird45 |
| 42 | + |
| 43 | +There are other contributors that are not listed here, thank you to them as well. |
0 commit comments