You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Optimist's application crashes during this failure
This error happened many times during the load testing on the Optimist and Proposer applications.
Optimist's logs:
2022-09-29T11:10:51.754+01:00 var error = new Error(message);
2022-09-29T11:10:51.754+01:00 ^
2022-09-29T11:10:51.754+01:00 Error: incorrect data length (argument=null, value=0, code=INVALID_ARGUMENT, version=abi/5.6.4)
2022-09-29T11:10:51.754+01:00 at Logger.makeError (/app/node_modules/@ethersproject/logger/lib/index.js:233:21)
2022-09-29T11:10:51.754+01:00 at Logger.throwError (/app/node_modules/@ethersproject/logger/lib/index.js:242:20)
2022-09-29T11:10:51.754+01:00 at Logger.throwArgumentError (/app/node_modules/@ethersproject/logger/lib/index.js:245:21)
2022-09-29T11:10:51.754+01:00 at FixedBytesCoder.Coder._throwError (/app/node_modules/@ethersproject/abi/lib/coders/abstract-coder.js:41:16)
2022-09-29T11:10:51.754+01:00 at FixedBytesCoder.encode (/app/node_modules/@ethersproject/abi/lib/coders/fixed-bytes.js:37:18)
2022-09-29T11:10:51.754+01:00 at /app/node_modules/@ethersproject/abi/lib/coders/array.js:74:19
2022-09-29T11:10:51.754+01:00 at Array.forEach (<anonymous>)
2022-09-29T11:10:51.754+01:00 at pack (/app/node_modules/@ethersproject/abi/lib/coders/array.js:60:12)
2022-09-29T11:10:51.754+01:00 at TupleCoder.encode (/app/node_modules/@ethersproject/abi/lib/coders/tuple.js:71:33)
2022-09-29T11:10:51.754+01:00 at /app/node_modules/@ethersproject/abi/lib/coders/array.js:74:19
2022-09-29T11:10:51.754+01:00 at Array.forEach (<anonymous>)
2022-09-29T11:10:51.754+01:00 at pack (/app/node_modules/@ethersproject/abi/lib/coders/array.js:60:12)
2022-09-29T11:10:51.754+01:00 at TupleCoder.encode (/app/node_modules/@ethersproject/abi/lib/coders/tuple.js:71:33)
2022-09-29T11:10:51.754+01:00 at AbiCoder.encode (/app/node_modules/@ethersproject/abi/lib/abi-coder.js:91:15)
2022-09-29T11:10:51.754+01:00 at ABICoder.encodeParameters (/app/node_modules/web3-eth-abi/lib/index.js:127:27)
2022-09-29T11:10:51.754+01:00 at calcBlockHash (file:///app/src/services/block-utils.mjs:32:32)
2022-09-29T11:10:51.754+01:00 Emitted 'error' event on Queue instance at:
2022-09-29T11:10:51.754+01:00 at next (/app/node_modules/queue/index.js:108:14)
2022-09-29T11:10:51.754+01:00 at /app/node_modules/queue/index.js:150:14
2022-09-29T11:10:51.754+01:00 at processTicksAndRejections (node:internal/process/task_queues:96:5) {
2022-09-29T11:10:51.754+01:00 reason: 'incorrect data length',
2022-09-29T11:10:51.754+01:00 code: 'INVALID_ARGUMENT',
2022-09-29T11:10:51.754+01:00 argument: null,
2022-09-29T11:10:51.754+01:00 value: 0
2022-09-29T11:10:51.754+01:00 }
This error happened during block generation.
To simulate one can insert the following transaction many times into the Optimist's DB:
The Optimist's application crashes during this failure
This error happened many times during the load testing on the Optimist and Proposer applications.
This error happened during block generation.
To simulate one can insert the following transaction many times into the Optimist's DB:
The application should be resilient and whatever failure happens it shouldn't crash.
The text was updated successfully, but these errors were encountered: