Daniel Adebimpe

Results 3 comments of Daniel Adebimpe

I don't believe this was fixed. As @samsondav said, this is required for chainlink. I am running erigon v2.36.0 and I get the following error when trying to subscribe to...

@hexoscott ``` command: - erigon - --datadir=/home/erigon/.local/share/erigon - --authrpc.jwtsecret=/home/erigon/.local/share/erigon/jwt.hex - --chain=goerli - --externalcl - --private.api.addr=0.0.0.0:9090 - --http - --http.port=8546 - --http.api=eth,erigon,engine,net,web3 - --snapshots=false - --rpc.accessList=/home/erigon/rules.json - --http.addr=0.0.0.0 - --http.vhosts=* -...

Yes, heres the file: ```~ $ cat rules.json { "allow": [ "web3_clientVersion", "web3_sha3", "net_listening", "net_peerCount", "net_version", "eth_blockNumber", "eth_chainID", "eth_chainId", "eth_protocolVersion", "eth_syncing", "eth_gasPrice", "eth_maxPriorityFeePerGas", "eth_feeHistory", "eth_getBlockByHash", "eth_getBlockByNumber", "eth_getBlockTransactionCountByHash", "eth_getBlockTransactionCountByNumber", "eth_getUncleByBlockHashAndIndex", "eth_getUncleByBlockNumberAndIndex",...