Skip to content

Commit efa6cd7

Browse files
committed
update
1 parent 9940a84 commit efa6cd7

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

misc/changelogs/cuprated/0.0.4.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,42 @@
11
# 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>.
33

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:
55

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`
714

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>.
916

1017
## 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))
1223

1324
## Downloads
1425
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>.
1526

1627
| OS | Architecture | Download |
1728
|---------|--------------|----------|
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>
2334

2435
## Contributors
2536
Thank you to everyone who directly contributed to this release:
2637

27-
- TODO
38+
- @Boog900
39+
- @hinto-janai
40+
- @SyntheticBird45
2841

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

0 commit comments

Comments
 (0)