Amine E.

Results 25 issues of Amine E.

**Description** A node operator can the node balance on the node operator UI `/keys`. in non Ethereum chains , one can see "ETH Balance". This is what I see on...

investigating

**Description** Support restarting failed job runs. **Motivation** This is important for the [request & receive cycle](https://docs.chain.link/docs/request-and-receive-data/) . In fact, node operators call external APIs (directly or through external adapters). The...

enhancement

Hello, really minor remark but the `dev` comment states that one has to use `sendOperatorRequest` instead of `sendChainlinkRequest` for multi-word responses: https://github.com/smartcontractkit/chainlink/blob/7d9f6168e6d66538c4d57999b1786d988098fb95/contracts/src/v0.8/ChainlinkClient.sol#L115 but when I check [Operator.sol](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.7/Operator.sol), seems like `operatorRequest...

Hello, we have started a proof of concept to evaluate Application Insights in comparison to other APM . so far so good with our java microservices which are written by...

Enhancement

## Closing issues closes #845 ## Description Document a new way for requesting for randomness: VRF v2 Wrapper model. It's an alternative to the subscription model

blocked
new content
evm
vrf

### What would you like us to add? Document how to use [VRFV2Wrapper](https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/VRFCoordinatorV2.sol) ### How important it is? The current VRV V2 is based on a subscription model. The V2Wrapper...

new content
pull request pending
evm
vrf

### What would you like us to improve? We should provide code examples in https://docs.chain.link/docs/using-chainlink-reference-contracts/#monitoring-data-feeds ### How important it is? [monitoring data feed](https://docs.chain.link/docs/using-chainlink-reference-contracts/#monitoring-data-feeds) explains in text what to do but...

enhancement
Chainlink Data Feeds
evm

### What would you like us to improve? Currently the API reference is done manually. consider some doc generators like this one https://github.com/OpenZeppelin/solidity-docgen ### How important it is? Easier for...

enhancement
evm
Any API

- create test for apiconsumer - add github actions to e2e test apiconsumer on kovan

blocked

The [subscription manager example](https://docs.chain.link/docs/chainlink-vrf/example-contracts/#subscription-manager-contract) is a bit confusing. steps 5 _(Create and deploy a consumer contract)_ & 6 _(After you deploy the consumer contract_) are not needed to run the...

enhancement
evm
vrf