optimism-ts-services icon indicating copy to clipboard operation
optimism-ts-services copied to clipboard

[Optimism] Client-Side Services

Results 5 optimism-ts-services issues
Sort by recently updated
recently updated
newest added

**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...

We could define a custom prettifier key for things like `retryAgainS` to show the duration in a human readable format. e.g., ```ts { customPrettifiers: { retryAgainS: prettifyQuery } } //......

Had to debug why it was trying to sync the whole chain.

Fix this line!!! https://github.com/ethereum-optimism/optimism-ts-services/blob/d143fb87361a263055988ff4dd265d26412da73f/src/exec/run.ts#L17

Tasks: - [ ] Rename environment variables - [ ] Have separate env files for the different services (possibly just use a better configuration pattern) - [ ] Push all...