feat: dynamically set rollup retryables fees #1057
Triggered via pull request
September 27, 2024 09:58
Status
Failure
Total duration
25m 49s
Artifacts
–
build-test.yml
on: pull_request
Audit
7s
Check Formatting
8s
Test (Unit)
36s
Test (Integration)
25m 21s
Annotations
6 errors
src/createRollup.integration.test.ts:
src/createRollupPrepareTransactionRequest.ts#L82
TypeError: err.walk is not a function
❯ getNodeError node_modules/viem/utils/errors/getNodeError.ts:65:38
❯ node_modules/viem/utils/errors/getEstimateGasError.ts:35:19
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:41:5
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ node_modules/viem/utils/getAction.ts:22:41
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:205:6
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:82:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:165:35
|
src/getKeysets.integration.test.ts > successfully get valid keysets > when disabling the same keyset multiple time:
src/createRollupPrepareTransactionRequest.ts#L82
TypeError: err.walk is not a function
❯ getNodeError node_modules/viem/utils/errors/getNodeError.ts:65:38
❯ node_modules/viem/utils/errors/getEstimateGasError.ts:35:19
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:41:5
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ node_modules/viem/utils/getAction.ts:22:41
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:205:6
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:82:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:165:35
|
src/actions/sequencerInbox.integration.test.ts > keyset management > isValidKeysetHash successfully fetches whether a hash is a valid keyset hash:
src/createRollupPrepareTransactionRequest.ts#L82
TypeError: err.walk is not a function
❯ getNodeError node_modules/viem/utils/errors/getNodeError.ts:65:38
❯ node_modules/viem/utils/errors/getEstimateGasError.ts:35:19
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:41:5
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ node_modules/viem/utils/getAction.ts:22:41
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:205:6
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:82:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:165:35
|
src/actions/sequencerInbox.integration.test.ts > keyset management > successfully invalidate a keyset hash:
src/createRollupPrepareTransactionRequest.ts#L82
TypeError: err.walk is not a function
❯ getNodeError node_modules/viem/utils/errors/getNodeError.ts:65:38
❯ node_modules/viem/utils/errors/getEstimateGasError.ts:35:19
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:41:5
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ node_modules/viem/utils/getAction.ts:22:41
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:205:6
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:82:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:165:35
|
src/decorators/sequencerInboxActions.integration.test.ts > sequencerInboxPrepareTransactionRequest > successfully call setValidKeyset:
src/createRollupPrepareTransactionRequest.ts#L82
TypeError: err.walk is not a function
❯ getNodeError node_modules/viem/utils/errors/getNodeError.ts:65:38
❯ node_modules/viem/utils/errors/getEstimateGasError.ts:35:19
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:41:5
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ node_modules/viem/utils/getAction.ts:22:41
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:205:6
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:82:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:165:35
|
Test (Integration)
Process completed with exit code 1.
|