Skip to content

Commit 95be4fe

Browse files
chore(release): rust v0.4.13
1 parent f430a90 commit 95be4fe

4 files changed

Lines changed: 59 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ All notable changes to the Rust implementation of F1r3node will be documented in
44
This changelog is automatically generated from conventional commits.
55

66

7+
## [v0.4.13] - 2026-04-23
8+
9+
### Bug Fixes
10+
11+
- hex decode block hashes in getEventByHash and proactive cache warming
12+
- LFB endpoint returns consistent FT with get_block
13+
- complete RhoExpr type coverage, eliminate all silent drops
14+
- add cost to deploy minimal view, fix transfers on readonly
15+
16+
### CI
17+
18+
- bump system-integration to 2ace29f (API redesign test fixes)
19+
20+
### Documentation
21+
22+
- document HTTP error response format and readonly-only endpoints
23+
24+
### Features
25+
26+
- remove dead endpoints, add query APIs, complete API reference
27+
- high-level query endpoints for balance, registry, validators, epoch
28+
- consistent view params across all block and deploy endpoints
29+
- isFinalized on blocks, unified status, enriched WebSocket events
30+
31+
### Miscellaneous
32+
33+
- untrack TODO.md
34+
35+
### Refactoring
36+
37+
- unified DeployResponse with full/summary views
38+
- simplify transfer extraction pipeline
39+
40+
741
## [v0.4.12] - 2026-04-20
842

943
### Bug Fixes

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
edition = "2021"
55

66
[features]

node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
174174

175175
# Labels (matching build.sbt)
176176
LABEL maintainer="F1r3fly.io LCA https://f1r3fly.io/"
177-
LABEL version="0.4.12"
177+
LABEL version="0.4.13"
178178

179179
# Switch to daemon user (matching build.sbt: daemonUser in Docker := "daemon")
180180
USER daemon

0 commit comments

Comments
 (0)