Skip to content

Commit

Permalink
Change Confirmations to Confidence (#494)
Browse files Browse the repository at this point in the history
* Change Confirmations to Confidence

`Confidence` is a different approach to mapping a chain agnostic concept of confidence that
an event or transaction can or should be acted on. `Confidence` is intended to map to defined
levels of confirmations on EVM chains and other states on other chains.

Only two levels of `Confidence` exist by default to define the boundaries: `Finalized` and
`Unconfirmed`. This creates an inclusive range for all chain configurable `Confidence` levels and
can be treated as % confidence that an event or transaction can or should be acted on.
  • Loading branch information
EasterTheBunny authored May 28, 2024
1 parent 92c5216 commit 19b9064
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 230 deletions.
Loading

0 comments on commit 19b9064

Please sign in to comment.