diff --git a/hedera/core-concepts/smart-contracts/smart-contract-traceability.mdx b/hedera/core-concepts/smart-contracts/smart-contract-traceability.mdx
index 4d2dd185..960a0be6 100644
--- a/hedera/core-concepts/smart-contracts/smart-contract-traceability.mdx
+++ b/hedera/core-concepts/smart-contracts/smart-contract-traceability.mdx
@@ -9,6 +9,13 @@ After contracts have been deployed, you may want to further investigate the exec
**➡** [**State Trace**](#state-trace)
+
+
+ #### **Known Issue**
+
+ _**In rare cases, contract action traces for reverted transactions may appear incomplete due to a known Mirror Node sidecar issue that can truncate the final internal calls leading up to a revert. This may impact debugging for certain failed executions (e.g., division-by-zero or other runtime errors). The Engineering team is actively investigating and a fix is planned for an upcoming release. If you encounter missing trace data, please report the transaction hash via [GitHub issues](https://github.com/hiero-ledger/hiero-mirror-node/issues) for follow-up.**_
+
+
***
## Call Trace
diff --git a/hedera/networks/release-notes/services.mdx b/hedera/networks/release-notes/services.mdx
index f266297c..f124cdd0 100644
--- a/hedera/networks/release-notes/services.mdx
+++ b/hedera/networks/release-notes/services.mdx
@@ -4,14 +4,59 @@ description: "Consensus Node release information"
---
Visit the [Hedera status page](https://status.hedera.com/) for the latest versions supported on each network.
+
## Release v0.70
**MAINNET UPDATE: FEBRUARY 18, 2026**
+
+ **TESTNET UPDATED: FEBRUARY 4, 2025**
+
-
+## Release highlights
+
+Release 0.70 delivers significant advancements in fee processing efficiency and foundational infrastructure for future scalability, building on Hedera’s focus on performance and simplicity.
+The headline feature implements HIP-1259 Fee Collection Account, centralizing fee accumulation for streamlined operations, while incremental progress on several multi-phase HIPs and block node enhancements prepares the network for higher throughput and enhanced data handling.
+
+
+
+Fee Collection Account (HIP-1259)
+This release fully implements HIP-1259, introducing a dedicated, network-controlled fee collection account (default address 0.0.802). All transaction fees are now routed to this single account instead of immediate distribution across multiple system accounts. Fees accumulate at collection account and are disbursed in a single synthetic transaction at the start of each staking period—to node accounts (via accumulated node payments), network admin fee account (0.0.98), staking reward account (0.0.800), and node reward account (0.0.801).
+
+Key benefits:
+Simplified transaction records: Explorers show a clean, single fee payment to 0.0.802, reducing visual complexity for users.
+Enhanced performance: Fewer account updates per transaction improve processing speed and throughput.
+Reduced overhead: Smaller network output for lower storage and ingestion costs for block nodes and mirror nodes.
+Daily Settlement: Daily distributions align with staking cycles, maintaining accurate reward calculations without disrupting node operator economics.
+Other Updates
+
+Release 0.70 includes partial implementations and supporting work for several ongoing HIPs, advancing them toward full completion:
+HIP-1261: Simple Fees — Continued rollout of the simplified, transparent fee model with "base + extras" structure. This phase adds simple fee calculators and support across additional services, including airdrops, token creation with custom fees, crypto transfers, allowances approve/delete, file/schedule queries, and topic custom fees. These changes promote consistency, reduce complexity, and enable predictable pricing reproducible by tools and mirror nodes.
+HIP-1081: Block Node — Updates to Block Node communications including new support for block node configurations with separate streaming and service ports, additional state API methods, service API client/connection handling, and stabilized tests.
+
+
+
+### [**Build 0.70.0**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.70.0)
+
+ - Implement a support for the new BN response `BehindPublisher` [#22913](https://github.com/hiero-ledger/hiero-consensus-node/pull/22913) by @petreze
+ - 22756 Additional State API methods required for BlockNode [#22782](https://github.com/hiero-ledger/hiero-consensus-node/pull/22782) [#22924](https://github.com/hiero-ledger/hiero-consensus-node/pull/22924) by @imalygin
+ - Update Block Node configuration to support different streaming and service ports [#22552](https://github.com/hiero-ledger/hiero-consensus-node/pull/22552) by @timfn-hg
+ - Implement Fee Collection Account (HIP-1259) [#22521](https://github.com/hiero-ledger/hiero-consensus-node/pull/22521) by @Neeharika-Sompalli
+ - Populate state proofs with real Merkle paths [#22253](https://github.com/hiero-ledger/hiero-consensus-node/pull/22253) by @mhess-swl
+ - Simple fees for File/Schedule service queries [#22537](https://github.com/hiero-ledger/hiero-consensus-node/pull/22537) by @ibankov
+ - Add connection/client for BN service API [#22483](https://github.com/hiero-ledger/hiero-consensus-node/pull/22483) by @timfn-hg
+ **Full Changelog**: [v0.69.1...v0.70.0](https://github.com/hiero-ledger/hiero-consensus-node/compare/v0.69.1...v0.70.0)
+
+
+## Release v0.69
+
+
+ **MAINNET UPDATE: JANUARY 28, 2026**
+
+
+
**TESTNET UPDATE: FEBRUARY 4, 2025**
-
+
## Release highlights
@@ -133,7 +178,7 @@ See more in the communication [here](https://hedera.com/blog/price-update-to-con
## Performance Results
- 
+ 
## Release v0.68
diff --git a/images/networks/release-notes/services/0.69_performance_measurement_results_extract.001.png b/images/networks/release-notes/services/0.69_performance_measurement_results_extract.001.png
new file mode 100644
index 00000000..3daac9cf
Binary files /dev/null and b/images/networks/release-notes/services/0.69_performance_measurement_results_extract.001.png differ