Dylan Tinianov

Results 16 issues of Dylan Tinianov

## Problem Definition Currently repositories using flow-go (for example, flow-emulator) are required to use commit hashes in order to obtain newer fixes and features. There is no good reason for...

enhancement

**Describe the bug** When exporting projects some contract files are missing. **To Reproduce** Steps to reproduce the behavior: 1. Fork: https://play.onflow.org/41befd2d-31f3-47f0-ae30-aad776961e31?type=tx&id=7e5fff15-3186-4562-9871-9e9aa99cce66&storage=none 2. Export project 3. Contract files are missing **Expected...

Bug

Refactor ORMs to remove dependency on core/services/pg and Q type.

Refactor ORM to remove dependency on core/services/pg and Q type.

## Instructions - We can provide a limited functionality version to enable syntax highlighting and other small features for Cadence. - We need to look into what needs to be...

feedback
feature

Implement finalized head poller

Implemented the new RPCClient Interface

Implemented new EVM Multinode design. The Multinode is now called by chain clients to retrieve the best healthy RPC rather than performing RPC calls directly. Multinode performs verious health checks...

### Explanation Implemented the Transaction Sender to generalize sending transactions with Multinode. ### Requires Dependencies Multinode implementation: https://github.com/smartcontractkit/chainlink/pull/13184

## Chain Agnostic Multinode Implemented new Chain Agnostic MultiNode design to enable the scaleability of MultiNode to nonEVM chains. Design Doc: https://docs.google.com/document/d/1nvgelqk4xbznRy8zdy_KHeEjFjgKkqhSUGXSlDze7nU/edit#heading=h.4e7ng0tekbkc The MultiNode now has reduced responsibility to simple...