Skip to content

Commit

Permalink
Add ReportFormatEVMAbiEncodeUnpacked (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav authored Jan 9, 2025
1 parent c2007b3 commit 0f838d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/types/llo/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ const (
// ReportFormatRetirement is a special "capstone" report format to indicate
// a retired OCR instance, and handover crucial information to a new one
ReportFormatRetirement ReportFormat = 3
// ReportFormatEVMAbiEncodeUnpacked supports encoding reports with a fixed
// schema followed by an arbitrary ABI-encoded payload
ReportFormatEVMAbiEncodeUnpacked = 4

_ ReportFormat = math.MaxUint32 // reserved
)
Expand Down

0 comments on commit 0f838d5

Please sign in to comment.