Skip to content

Commit

Permalink
Merge branch 'mikers/safeEthGetBlockByNumber' of github.com:filecoin-…
Browse files Browse the repository at this point in the history
…project/lotus into mikers/safeEthGetBlockByNumber
  • Loading branch information
snissn committed Jun 21, 2024
2 parents fca5823 + bde6ad7 commit 84199c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chain/types/ethtypes/eth_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ import (

var ErrInvalidAddress = errors.New("invalid Filecoin Eth address")

// Research into Filecoin chain behaviour suggests that probabilistic finality generally approaches the intended stability guarantee at, or near, 30 epochs. Although a strictly "finalized" safe recommendation remains 900 epochs.
// Research into Filecoin chain behaviour suggests that probabilistic finality
// generally approaches the intended stability guarantee at, or near, 30 epochs.
// Although a strictly "finalized" safe recommendation remains 900 epochs.
// See https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0089.md
const SafeEpochDelay = abi.ChainEpoch(30)

Expand Down

0 comments on commit 84199c2

Please sign in to comment.