Skip to content

Commit

Permalink
Merge branch 'master' into dento/execution-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal authored Feb 12, 2025
2 parents a260194 + a80e427 commit 0a1b16a
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 1,081 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

- [2653](https://github.com/FuelLabs/fuel-core/pull/2653): Added cleaner error for wasm-executor upon failed deserialization.
- [2705](https://github.com/FuelLabs/fuel-core/pull/2705): Update the default value for `--max-block-size` and `--max-transmit-size` to 50 MB


## [Version 0.41.6]
Expand Down
2 changes: 1 addition & 1 deletion bin/fuel-core/src/cli/run/p2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ pub struct P2PArgs {
#[clap(long = "gossip-heartbeat-interval", default_value = "500ms", env)]
pub gossip_heartbeat_interval: humantime::Duration,

/// The maximum byte size for each gossip (default is 18 MiB)
/// The maximum byte size for each gossip (default is 50 MiB)
#[clap(long = "max-transmit-size", default_value = MAX_RESPONSE_SIZE_STR, env)]
pub max_transmit_size: usize,

Expand Down
4 changes: 2 additions & 2 deletions crates/fraud_proofs/global_merkle_root/storage/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ mod tests {
#[test]
/// When encountering a transaction with a contract created output,
/// `process_output` should ensure an appropriate contract UTxO is
/// populated in the `ContractCreated` table.
/// populated in the `ContractsLatestUtxo` table.
fn process_output__should_insert_latest_contract_utxo_when_contract_created() {
let mut rng = StdRng::seed_from_u64(1337);

Expand Down Expand Up @@ -641,7 +641,7 @@ mod tests {
#[test]
/// When encountering a transaction with a contract output,
/// `process_output` should ensure an appropriate contract UTxO is
/// populated in the `ContractCreated` table.
/// populated in the `ContractsLatestUtxo` table.
fn process_output__should_update_latest_contract_utxo_when_interacting_with_contract()
{
let mut rng = StdRng::seed_from_u64(1337);
Expand Down
4 changes: 0 additions & 4 deletions crates/fuel-gas-price-algorithm/gas-price-analysis/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions crates/fuel-gas-price-algorithm/gas-price-analysis/Cargo.toml

This file was deleted.

Loading

0 comments on commit 0a1b16a

Please sign in to comment.