Awbrey Hughlett

Results 20 issues of Awbrey Hughlett

In the case that a Renderer contains a slice of Renderer, the renderer mothod would not be called. A condition for a reflect.Slice was added. Tests were added to the...

OCR and OCR2 both require P2P.V2 to be enabled with valid listen addresses. In the case that one or both are enabled, return an error if P2P is not enabled.

This commit adds a new package that contains a limited chain reader for solana that implements the basic interfaces of `ServiceCtx` and `ChainReader`. All functions required for `ServiceCtx` are complete...

This commit implements the query DSL within LogPoller by remapping comparer filters to topic and word filters. A parser then creates an SQL statement from the remapped events and queries...

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

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

`ContractReader` needs the ability to read events and methods from the same contract configuration at multiple addresses. *Restrictions* - `Bind` is required due to needing a contract address for event...

When updates are made to a core interface and committed to common, builds break on core or relay repos due to not matching interfaces. This change proposes using 'unimplemented' versions...

The base implementation of `ContractReader` does not include caching. This struct wraps a `ContractReader` and provides basic caching strategies such as polling on an interval and caching the result as...