chainlink-starknet
chainlink-starknet copied to clipboard
https://smartcontract-it.atlassian.net/browse/BCI-2676 Adding 3 block-related methods so RTSP can begin playing around with fetching blocks and the Batch() method to lay the groundwork for the rest of the methods. Rest of...
Starknet happens to report gas price inside of the transmission event, so it's rather easy to retrieve that data for metrics reporting
## What Updating Github Action references in all workflows. ## Why Github Actions node16 deprecation. See [blog post (github.blog)](https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/) > Node16 has been out of support since [September 2023](https://github.com/nodejs/Release/#end-of-life-releases). As...
https://smartcontract-it.atlassian.net/browse/BCF-2887 Requires: - https://github.com/smartcontractkit/libocr/pull/96 - https://github.com/smartcontractkit/chainlink-common/pull/490 - https://github.com/smartcontractkit/tdh2/pull/33 Supports: - https://github.com/smartcontractkit/chainlink/pull/14011 core ref: 7ed7c334818c1b0ef8f615ac48f25a07cf68f991
I'd prefer we avoid adding static artifacts like this and actually add an example contract, compile it and use it. I assume the idea is this will at one point...
All relevant docs should go to the `./docs` subfolder, and only a quick overview + pointer to docs should be kept in the README.md files. Imagine we build a CI...
came across few typo while studying the code. have a nice evening.
Ticket - https://smartcontract-it.atlassian.net/browse/BCI-1218?atlOrigin=eyJpIjoiNWNiNjNmYjEwMmNhNDFhZThjYmRlYmQ5ODEwY2Y3OWEiLCJwIjoiaiJ9 Adding the following commands: - Deployment of the L1 AccessController - `yarn gauntlet l1_access_controller:deploy --network=` - Deployment of the MockAggregator to behave as an L1GasPriceFeed - `yarn...