chore: update rollup creators using latest nitro-contracts v2.1.0 #8
Triggered via pull request
November 21, 2024 21:44
Status
Failure
Total duration
21m 39s
Artifacts
–
build-test.yml
on: pull_request
Audit
31s
Check Formatting
27s
Test (Unit)
49s
Test (Integration)
21m 29s
Annotations
22 errors and 3 warnings
Check Formatting
Process completed with exit code 1.
|
Audit
Process completed with exit code 1.
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of arbitrum one with defaults:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L48
Error: Snapshot `creates config for a chain on top of arbitrum one with defaults 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":20,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 45818n,
"extraChallengeTimeBlocks": 0n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000000",
@@ -12,7 +12,7 @@
"delaySeconds": 345600n,
"futureBlocks": 300n,
"futureSeconds": 3600n,
},
"stakeToken": "0x0000000000000000000000000000000000000000",
- "wasmModuleRoot": "0x8b104a2e80ac6165dc58b9048de12f301d70b02a0ab51396c22b4b4b802a16a4",
+ "wasmModuleRoot": "0x59e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e914",
}
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:48:5
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of arbitrum one with overrides:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L62
Error: Snapshot `creates config for a chain on top of arbitrum one with overrides 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":30,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 4200n,
"extraChallengeTimeBlocks": 5n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000001",
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:62:5
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of arbitrum sepolia with defaults:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L76
Error: Snapshot `creates config for a chain on top of arbitrum sepolia with defaults 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":20,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 150n,
"extraChallengeTimeBlocks": 0n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000000",
@@ -12,7 +12,7 @@
"delaySeconds": 345600n,
"futureBlocks": 300n,
"futureSeconds": 3600n,
},
"stakeToken": "0x0000000000000000000000000000000000000000",
- "wasmModuleRoot": "0x8b104a2e80ac6165dc58b9048de12f301d70b02a0ab51396c22b4b4b802a16a4",
+ "wasmModuleRoot": "0x59e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e914",
}
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:76:5
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of arbitrum sepolia with overrides:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L90
Error: Snapshot `creates config for a chain on top of arbitrum sepolia with overrides 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":30,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 4200n,
"extraChallengeTimeBlocks": 5n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000001",
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:90:5
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of base with defaults:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L104
Error: Snapshot `creates config for a chain on top of base with defaults 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":20,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 274908n,
"extraChallengeTimeBlocks": 0n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000000",
@@ -12,7 +12,7 @@
"delaySeconds": 345600n,
"futureBlocks": 1800n,
"futureSeconds": 3600n,
},
"stakeToken": "0x0000000000000000000000000000000000000000",
- "wasmModuleRoot": "0x8b104a2e80ac6165dc58b9048de12f301d70b02a0ab51396c22b4b4b802a16a4",
+ "wasmModuleRoot": "0x59e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e914",
}
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:104:5
|
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts > creates config for a chain on top of base sepolia with defaults:
src/createRollupPrepareDeploymentParamsConfig.unit.test.ts#L118
Error: Snapshot `creates config for a chain on top of base sepolia with defaults 1` mismatched
- Expected
+ Received
@@ -1,8 +1,8 @@
{
"baseStake": 100000000000000000n,
- "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":20,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
+ "chainConfig": "{\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":false,\"InitialArbOSVersion\":30,\"EigenDA\":true,\"GenesisBlockNum\":0,\"MaxCodeSize\":24576,\"MaxInitCodeSize\":49152,\"InitialChainOwner\":\"0xd8da6bf26964af9d7eed9e03e53415d37aa96045\"},\"chainId\":69420}",
"chainId": 69420n,
"confirmPeriodBlocks": 900n,
"extraChallengeTimeBlocks": 0n,
"genesisBlockNum": 0n,
"loserStakeEscrow": "0x0000000000000000000000000000000000000000",
@@ -12,7 +12,7 @@
"delaySeconds": 345600n,
"futureBlocks": 1800n,
"futureSeconds": 3600n,
},
"stakeToken": "0x0000000000000000000000000000000000000000",
- "wasmModuleRoot": "0x8b104a2e80ac6165dc58b9048de12f301d70b02a0ab51396c22b4b4b802a16a4",
+ "wasmModuleRoot": "0x59e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e914",
}
❯ src/createRollupPrepareDeploymentParamsConfig.unit.test.ts:118:5
|
src/getBatchPosters.unit.test.ts > getBatchPosters returns all batch posters (Xai):
src/getBatchPosters.unit.test.ts#L151
AssertionError: expected [] to deeply equal [ Array(1) ]
- Expected
+ Received
- Array [
- "0x7F68dba68E72a250004812fe04F1123Fca89aBa9",
- ]
+ Array []
❯ src/getBatchPosters.unit.test.ts:151:24
|
src/getBatchPosters.unit.test.ts > createRollupFunctionSelector > getBatchPosters returns all batch posters with isAccurate flag set to true:
src/getBatchPosters.unit.test.ts#L183
AssertionError: expected [] to deeply equal [ Array(1) ]
- Expected
+ Received
- Array [
- "0x725D217057e509Dd284eE0e13aC846Cfea0B7BB1",
- ]
+ Array []
❯ src/getBatchPosters.unit.test.ts:183:26
|
src/getBatchPosters.unit.test.ts > createRollupFunctionSelector > getBatchPosters returns batch posters with isAccurate flag set to false when there are non-parsable calldata from event logs:
src/getBatchPosters.unit.test.ts#L214
AssertionError: expected [] to deeply equal [ Array(1) ]
- Expected
+ Received
- Array [
- "0x725D217057e509Dd284eE0e13aC846Cfea0B7BB1",
- ]
+ Array []
❯ src/getBatchPosters.unit.test.ts:214:26
|
src/getValidators.unit.test.ts > getValidators return all validators (Xai):
src/getValidators.unit.test.ts#L148
AssertionError: expected [] to deeply equal [ Array(1) ]
- Expected
+ Received
- Array [
- "0x25EA41f0bDa921a0eBf48291961B1F10b59BC6b8",
- ]
+ Array []
❯ src/getValidators.unit.test.ts:148:22
|
src/createRollup.integration.test.ts:
src/createRollupPrepareTransactionRequest.ts#L81
EstimateGasExecutionError: Execution reverted for an unknown reason.
Estimate Gas Arguments:
from: 0x3EaCb30f025630857aDffac9B2366F953eFE4F98
to: 0x3BaF9f08bAD68869eEdEa90F2Cc546Bd80F1A651
value: 0.125 ETH
data: 0xd1e1d36a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000005a00000000000000000000000000000000000000000000000000000000000019999000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000005f5e10000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000003eacb30f025630857adffac9b2366f953efe4f980000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016345785d8a000059e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e9140000000000000000000000003eacb30f025630857adffac9b2366f953efe4f9800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ca78c996000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007080000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000000000000000000000000000000000546000000000000000000000000000000000000000000000000000000000000000e1000000000000000000000000000000000000000000000000000000000000002847b22686f6d657374656164426c6f636b223a302c2264616f466f726b426c6f636b223a6e756c6c2c2264616f466f726b537570706f7274223a747275652c22656970313530426c6f636b223a302c2265697031353048617368223a22307830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030222c22656970313535426c6f636b223a302c22656970313538426c6f636b223a302c2262797a616e7469756d426c6f636b223a302c22636f6e7374616e74696e6f706c65426c6f636b223a302c2270657465727362757267426c6f636b223a302c22697374616e62756c426c6f636b223a302c226d756972476c6163696572426c6f636b223a302c226265726c696e426c6f636b223a302c226c6f6e646f6e426c6f636b223a302c22636c69717565223a7b22706572696f64223a302c2265706f6368223a307d2c22617262697472756d223a7b22456e61626c654172624f53223a747275652c22416c6c6f774465627567507265636f6d70696c6573223a66616c73652c2244617461417661696c6162696c697479436f6d6d6974746565223a747275652c22496e697469616c4172624f5356657273696f6e223a33302c22456967656e4441223a747275652c2247656e65736973426c6f636b4e756d223a302c224d6178436f646553697a65223a32343537362c224d6178496e6974436f646553697a65223a34393135322c22496e697469616c436861696e4f776e6572223a22307833456143623330663032353633303835376144666661633942323336364639353365464534463938227d2c22636861696e4964223a35343335303631363932387d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003f1eae7d46d88f08fc2f8ed27fcb2ab183eb2d0e00000000000000000000000000000000000000000000000000000000000000010000000000000000000000003f1eae7d46d88f08fc2f8ed27fcb2ab183eb2d0e
maxFeePerGas: 0.12 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 41
Details: execution reverted
Version: viem@1.21.3
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:42:10
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:201:19
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:81:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:16
|
src/getBatchPosters.integration.test.ts > successfully get batch posters > when disabling the same batch posters multiple time:
src/getBatchPosters.integration.test.ts#L52
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/getBatchPosters.integration.test.ts:52:33
|
src/getBatchPosters.integration.test.ts > successfully get batch posters > when enabling the same batch poster multiple time:
src/getBatchPosters.integration.test.ts#L100
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/getBatchPosters.integration.test.ts:100:33
|
src/getBatchPosters.integration.test.ts > successfully get batch posters > when adding an existing batch poster:
src/getBatchPosters.integration.test.ts#L129
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/getBatchPosters.integration.test.ts:129:33
|
src/getBatchPosters.integration.test.ts > successfully get batch posters > when removing an existing batch poster:
src/getBatchPosters.integration.test.ts#L146
AssertionError: expected [] to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/getBatchPosters.integration.test.ts:146:33
|
src/getKeysets.integration.test.ts > successfully get valid keysets > when disabling the same keyset multiple time:
src/createRollupPrepareTransactionRequest.ts#L81
EstimateGasExecutionError: Execution reverted for an unknown reason.
Estimate Gas Arguments:
from: 0x3EaCb30f025630857aDffac9B2366F953eFE4F98
to: 0x3BaF9f08bAD68869eEdEa90F2Cc546Bd80F1A651
value: 0.125 ETH
data: 0xd1e1d36a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000005a00000000000000000000000000000000000000000000000000000000000019999000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000005f5e10000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000003eacb30f025630857adffac9b2366f953efe4f980000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016345785d8a000059e9a1ea4ae5fa88d6cee2f257bd7b717b0b5b51c2b96c4289ce371843c3e9140000000000000000000000003eacb30f025630857adffac9b2366f953efe4f9800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001321ec79d100000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007080000000000000000000000000000000000000000000000000000000000000012c00000000000000000000000000000000000000000000000000000000000546000000000000000000000000000000000000000000000000000000000000000e1000000000000000000000000000000000000000000000000000000000000002847b22686f6d657374656164426c6f636b223a302c2264616f466f726b426c6f636b223a6e756c6c2c2264616f466f726b537570706f7274223a747275652c22656970313530426c6f636b223a302c2265697031353048617368223a22307830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030222c22656970313535426c6f636b223a302c22656970313538426c6f636b223a302c2262797a616e7469756d426c6f636b223a302c22636f6e7374616e74696e6f706c65426c6f636b223a302c2270657465727362757267426c6f636b223a302c22697374616e62756c426c6f636b223a302c226d756972476c6163696572426c6f636b223a302c226265726c696e426c6f636b223a302c226c6f6e646f6e426c6f636b223a302c22636c69717565223a7b22706572696f64223a302c2265706f6368223a307d2c22617262697472756d223a7b22456e61626c654172624f53223a747275652c22416c6c6f774465627567507265636f6d70696c6573223a66616c73652c2244617461417661696c6162696c697479436f6d6d6974746565223a747275652c22496e697469616c4172624f5356657273696f6e223a33302c22456967656e4441223a747275652c2247656e65736973426c6f636b4e756d223a302c224d6178436f646553697a65223a32343537362c224d6178496e6974436f646553697a65223a34393135322c22496e697469616c436861696e4f776e6572223a22307833456143623330663032353633303835376144666661633942323336364639353365464534463938227d2c22636861696e4964223a38323137333532343433337d0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000003f1eae7d46d88f08fc2f8ed27fcb2ab183eb2d0e00000000000000000000000000000000000000000000000000000000000000010000000000000000000000003f1eae7d46d88f08fc2f8ed27fcb2ab183eb2d0e
maxFeePerGas: 0.12 gwei
maxPriorityFeePerGas: 0 gwei
nonce: 41
Details: execution reverted
Version: viem@1.21.3
❯ getEstimateGasError node_modules/viem/utils/errors/getEstimateGasError.ts:42:10
❯ estimateGas node_modules/viem/actions/public/estimateGas.ts:163:11
❯ prepareTransactionRequest node_modules/viem/actions/wallet/prepareTransactionRequest.ts:201:19
❯ Module.createRollupPrepareTransactionRequest src/createRollupPrepareTransactionRequest.ts:81:19
❯ Module.createRollup src/createRollup.ts:173:21
❯ Module.createRollupHelper src/testHelpers.ts:16
|
src/getValidators.integration.test.ts > successfully get validators > when disabling the same validator multiple time:
src/getValidators.integration.test.ts#L52
AssertionError: expected [] to have a length of 10 but got +0
- Expected
+ Received
- 10
+ 0
❯ src/getValidators.integration.test.ts:52:31
|
src/getValidators.integration.test.ts > successfully get validators > when enabling the same validators multiple time:
src/getValidators.integration.test.ts#L92
AssertionError: expected [] to have a length of 10 but got +0
- Expected
+ Received
- 10
+ 0
❯ src/getValidators.integration.test.ts:92:31
|
src/getValidators.integration.test.ts > successfully get validators > when adding an existing validator:
src/getValidators.integration.test.ts#L116
AssertionError: expected [] to have a length of 10 but got +0
- Expected
+ Received
- 10
+ 0
❯ src/getValidators.integration.test.ts:116:31
|
src/getValidators.integration.test.ts > successfully get validators > when removing an existing validator:
src/getValidators.integration.test.ts#L132
AssertionError: expected [] to have a length of 10 but got +0
- Expected
+ Received
- 10
+ 0
❯ src/getValidators.integration.test.ts:132:31
|
Check Formatting
Cache save failed.
|
Audit
Cache save failed.
|
Test (Unit)
Cache save failed.
|