Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vms/evm/acp226/acp226.go
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Ceyhun Onur <[email protected]>
  • Loading branch information
ceyonur and Copilot authored Sep 19, 2025
commit 5f0de47b89427e49fc4d6c86ac3b44996874157d
2 changes: 2 additions & 0 deletions vms/evm/acp226/acp226.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const (
// MaxDelayExcessDiff (Q) is the maximum change in excess per update
MaxDelayExcessDiff = 200

// DefaultDelayExcess represents the initial (≈2000ms) delay excess.
// Formula: ConversionRate (2^20) * ln(2000) + 1
DefaultDelayExcess = 7_970_124

maxDelayExcess = 46_516_320 // ConversionRate * ln(MaxUint64 / MinDelayMilliseconds) + 1
Expand Down
Loading