fluencelabs / dev-rewards

Apache License 2.0
554 stars 368 forks source link

"Submit proof" fails with Internal JSON-RPC error #54

Closed d10r closed 3 months ago

d10r commented 3 months ago
invalid v Error: cannot estimate gas; transaction may fail or may require manual gas limit [ See: https://links.ethers.org/v5-errors-UNPREDICTABLE_GAS_LIMIT ] (reason="execution reverted: Invalid signature", method="estimateGas", transaction={"from":"0xFDE4E3B27edD706e2D3E6dc9E7a90422D6A2de7c","to":"0x6081d7F04a8c31e929f25152d4ad37c83638C62b","data":"0xe30462340000000000000000000000000000000000000000000000000000000000004d9b00000000000000000000000000000000000000000000000000000000000000800000000000000000000000000cefa12c28494e01c30f52c3951fb0677a5ee84100000000000000000000000000000000000000000000000000000000000002c000000000000000000000000000000000000000000000000000000000000000119cacc5d7f2c330adc1120bd449161836c46f2c4474508ebe504b2dd23864a8b08df5de59dc7d1feec3e32bbaa456bb4347c0809b28584f627e82e82ed72e73f217d0ac92fba35bfc88bfd81942888a8bccd2ca8f83cac340b44541ace58103efb67f0006ae26bdbd70c94a97d58f1efe0e7671ca0ac2eba27a39b48a193653bf35e7356ccea5e87d005f5fc88949d91fec42df2429f6b48b4cce2777d732813311aaaf4dd143f8a24dece833427208d77d06943011b45e691f2a52ce602bb81beda10c3e1517f4e84780698ef6bfd4378912fffc8dc30aa626c59762c43885984a0fe1ea40ef9d7027034b9a631f11d477ecb234e39b26b866b6baf3fc81c48689517a51629ca15560d3c15b1e527b1a72be036d484cc6dc60f316f9f5646153f674491deb8b0f6a8d78fadf7a9f99a50c726a3240f17626cd2a031a39d50ae242115333bcd87967444377ee22ce6656f567c6a8d394df50a4397e3efd155a40714dfbd64df5b195d65defbc81b071c3aa3814d4e32ee55552da195707327e280d7f38dc62f31aa1ecc7861352a0884dbd9833e665a04d96a6e7c8a17662df877beedefee526487de1c2b7a81cd71439c061b3504faf9fce5bfd44e26a5696bedd2179edd3861a2aa4644df3940e2d9545b2bef943698a3b90d047adf23c5ee3d19bae9374b6ef60a1bb4bdd8e747d4e04db8f96a315c73048e64a07723516204ccb21d1929e78873c2b38a1fb4847468f4a54b6bea90756fe3d04f912e7e6e20000000000000000000000000000000000000000000000000000000000000041963a06c764470ea41d9beae0e001b0a691028526def6c388593923f79ab595291078764731a8d178a474c341e6dd6050ff7b6a7de68d74c152331ef28b6fa8eb1b00000000000000000000000000000000000000000000000000000000000000","accessList":null}, error={"code":-32603,"message":"Internal JSON-RPC error.","data":{"code":3,"message":"execution reverted: Invalid signature","data":"0x08c379a000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000011496e76616c6964207369676e6174757265000000000000000000000000000000","cause":null}}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.7.2)

Also not succeeding when using the args printed in the console in https://etherscan.io/address/0x6081d7F04a8c31e929f25152d4ad37c83638C62b#writeContract

phryneas commented 3 months ago

Got the same problem here :/

phryneas commented 3 months ago

Solved it for me - I had the wrong sha3sum binary, see #59

akim-bow commented 3 months ago

Seems like it's solved.