smartcontractkit / chainlink

node of the decentralized oracle network, bridging on and off-chain computation
https://chain.link
Other
6.98k stars 1.7k forks source link

Fulfilling request failiure on a custom Ethereum Aura PoA network #1686

Closed ngyam closed 5 years ago

ngyam commented 5 years ago

Hi, I tried to set up Chainlink on our Ethereum testnet, which seemingly went well until the last step of your FulfillingRequests tutorial. When I try to call requestEthereumPrice of the deployed ATestnetConsumer contract, the transaction succeeds, but:

Environment Variables

ROOT=/chainlink
LOG_LEVEL=debug
ETH_CHAIN_ID=73799
ETH_GAS_PRICE_DEFAULT=1000
ETH_GAS_BUMP_WEI=1000000000
ETH_GAS_BUMP_THRESHOLD=3
MIN_INCOMING_CONFIRMATIONS=2
MIN_OUTGOING_CONFIRMATIONS=2
LINK_CONTRACT_ADDRESS=0x2D5077c96DB931Fb86EDf3F81cde66b44d1aE9e7
CHAINLINK_TLS_PORT=0
SECURE_COOKIES=false
ALLOW_ORIGINS=*
ETH_URL=wss://volta-rpc.energyweb.org/ws

Job b9c8aebc14584024b4499f7d206521eb JSON

{
  "initiators": [
    {
      "type": "runlog",
      "params": {
        "address": "0x6d127f3a9921bf623c3b6cc9abe162a6013a666a"
      }
    }
  ],
  "tasks": [
    {
      "type": "httpget",
      "confirmations": null,
      "params": {
      }
    },
    {
      "type": "jsonparse",
      "confirmations": null,
      "params": {
      }
    },
    {
      "type": "multiply",
      "confirmations": null,
      "params": {
      }
    },
    {
      "type": "ethuint256",
      "confirmations": null,
      "params": {
      }
    },
    {
      "type": "ethtx",
      "confirmations": null,
      "params": {
      }
    }
  ],
  "startAt": null,
  "endAt": null
}

Additional Information

ngyam commented 5 years ago

Am I doing something wrong?

ngyam commented 5 years ago

the problem was that I used the 0.5 version of the contracts. I used the old ones and it was fine.