为什么链接工作被暂停?

发布于 2025-02-01 10:06:50 字数 1221 浏览 4 评论 0原文

我有一个 chainllink obs > submit_tx 显示一个绿色的“ checkmark”,但该作业仍然显示状态暂停。具体而言,submit_tx作业显示null值,而不是预期的JSON字符串{\“ logs \”:...

oracle合同未从节点和 oracle消费者没有从Oracle合同中接收数据。

节点钱包由0.001 ETH资助,并且鉴于要价,消费者和Oracle合同都有足够的链接。此外,该节点以`n progress显示

了以下错误:

2022-05-26T15:20:28.102Z [ERROR] Tx 0xREDACTED with type 0x0 was rejected due to insufficient eth. The eth node returned primary websocket (wss://rinkeby.infura.io/ws/v3/0REDACTED) call failed: insufficient funds for gas * price + value. ACTION REQUIRED: Chainlink wallet with address 0xREDACTED is OUT OF FUNDS 

环境:

  • Chainlink v1.3.0
  • Brownie v1.18.1
  • Solidity 0.8.8.7
  • 网络Rinkeby

我期望我会期望的是作业的结果将作为甲骨文合同的交易提交。尽管有足够的资金用于汽油费,为什么这份工作仍被暂停?

I have a chainlink job (vanilla http get, jsonparse) that is running OK and all tasks including submit_tx show a green "checkmark" but the job still shows the status Suspended. Specifically the submit_tx job shows a null value instead of the expected JSON string {\"logs\": ...

The oracle contract does not receive any transactions from the node and the oracle consumer does not receive data from the oracle contract.

The node wallet is funded with 0.001 ETH and both the consumer and oracle contract are funded with sufficient LINK for the requested operation given the asking price. Additionally, the node shows a single transaction to the oracle contract as Ìn progress

The log files show the following error:

2022-05-26T15:20:28.102Z [ERROR] Tx 0xREDACTED with type 0x0 was rejected due to insufficient eth. The eth node returned primary websocket (wss://rinkeby.infura.io/ws/v3/0REDACTED) call failed: insufficient funds for gas * price + value. ACTION REQUIRED: Chainlink wallet with address 0xREDACTED is OUT OF FUNDS 

Environment:

  • Chainlink v1.3.0
  • Brownie v1.18.1
  • Solidity 0.8.7
  • Network Rinkeby

I would expect the job's result to be submitted as a transaction to the oracle contract. Why is the job suspended despite sufficient funds for the gas fees?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木森分化 2025-02-08 10:06:50

看来暂停是新的未决 类似的措施帮助。具体而言,即使汽油费低于此,0.0001 ETH也没有足够的资金。

0.1 ETH的资金似乎是可接受的。

It seems that Suspended is the new Pending similar measures help. Specifically, 0.0001 ETH is not enough funding even if the gas fees are lower than that.

Funding of 0.1 ETH seems to be an acceptable amount.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文