Justin Kaseman

Results 10 issues of Justin Kaseman

### Description 🚧 Work In Progress 🚧

Changes: - Adds `operationFee` that pays to the FunctionsCoordinator contract's owner - FunctionsCoordinator now takes a LINK/USD feed in the constructor - A new `Commitment` & `OracleRequest` structure that uses...

### Description External Adapters accept overrides as input parameters or as hardcoded configuration within the EA. These traditionally are used for symbol to symbol conversions when a data provider requires...

**There are adapters that exist in the mono-repo that may be missing some of the following: - using the file structure shown in the example source adapter with `/endpoints` folder...

A recently added type `meta` needed optional properties to work properly. It needs to be investigated further if these are actually required.

question

### What Adds a new trigger capability for scheduling workflows via a Cron schedule. ### TODO - [ ] Lint - [ ] More unit tests - [ ] Consolidate...

### Description Take multiple observations and reduce down to a single report (Values.Map). Supports multiple values. Intended to be flexible enough to cover 95% of single report use cases. More...

### Description Add Median Aggregator, that takes in the output of an Action: ``` type CapabilityResponse struct { Value *values.Map } ``` and returns a single signed report with: ```...