Skip to content

Commit 1bb7454

Browse files
apollo_consensus_orchestrator: tmp dirty tests for SNIP-35 (NOT FOR MERGE)
1 parent c4353ed commit 1bb7454

4 files changed

Lines changed: 1764 additions & 0 deletions

File tree

crates/apollo_consensus_orchestrator/src/fee_market/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ use tracing::info;
1212
#[cfg(test)]
1313
mod test;
1414

15+
#[cfg(test)]
16+
mod snip35_stress_test;
17+
1518
// Denominator for the maximum gas price increase per block when price is below minimum.
1619
// This controls how quickly the gas price can rise towards the minimum.
1720
//

0 commit comments

Comments
 (0)