From 343565f5ba57ab9be3da3714bc5ed179a9922237 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:32:23 +0530 Subject: [PATCH] fix(docs): typo preventing ci checks from passing --- CHANGELOG.md | 2 +- crates/services/p2p/src/codecs/postcard.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec52b15e01..adcff97b9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -484,7 +484,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The change has many minor improvements in different areas related to the state transition bytecode: - The state transition bytecode lies in its own file(`state_transition_bytecode.wasm`) along with the chain config file. The `ChainConfig` loads it automatically when `ChainConfig::load` is called and pushes it back when `ChainConfig::write` is called. - The `fuel-core` release bundle also contains the `fuel-core-wasm-executor.wasm` file of the corresponding executor version. - - The regenesis process now considers the last block produced by the previous network. When we create a (re)genesis block of a new network, it has the `height = last_block_of_old_netowkr + 1`. It continues the old network and doesn't overlap blocks(before, we had `old_block.height == new_genesis_block.hegiht`). + - The regenesis process now considers the last block produced by the previous network. When we create a (re)genesis block of a new network, it has the `height = last_block_of_old_network + 1`. It continues the old network and doesn't overlap blocks(before, we had `old_block.height == new_genesis_block.height`). - Along with the new block height, the regenesis process also increases the state transition bytecode and consensus parameters versions. It guarantees that a new network doesn't use values from the previous network and allows us not to migrate `StateTransitionBytecodeVersions` and `ConsensusParametersVersions` tables. - Added a new CLI argument, `native-executor-version,` that allows overriding of the default version of the native executor. It can be useful for side rollups that have their own history of executor upgrades. - Replaced: diff --git a/crates/services/p2p/src/codecs/postcard.rs b/crates/services/p2p/src/codecs/postcard.rs index e2b7a97f9b1..347f5a4cbfc 100644 --- a/crates/services/p2p/src/codecs/postcard.rs +++ b/crates/services/p2p/src/codecs/postcard.rs @@ -307,7 +307,7 @@ mod tests { } #[tokio::test] - async fn codec__serialzation_roundtrip_using_v1_on_error_response_returns_predefined_error_code( + async fn codec__serialization_roundtrip_using_v1_on_error_response_returns_predefined_error_code( ) { // Given let response = V2ResponseMessage::SealedHeaders(Err(