ethereum-optimism / optimism-ts-services

[Optimism] Client-Side Services
15 stars 6 forks source link

Resolve minor ToDo comments in message-relayer.service.ts #36

Open jliphard opened 3 years ago

jliphard commented 3 years ago

Description Per ToDo annotation in code, added trivial checks for return of proof and return of header.

Additional context Could be good to have some kind of error handling in place, ultimately, but for now suggest to just return; when either of those awaits fail.

Metadata

smartcontracts commented 3 years ago

You'll also have to run yarn lint:fix for CI to pass. then we'll get this baby merged!