diff --git a/reports/gas-checker.txt b/reports/gas-checker.txt index 7c6dea0a..d606fe08 100644 --- a/reports/gas-checker.txt +++ b/reports/gas-checker.txt @@ -12,28 +12,28 @@ ║ │ │ │ (delta for │ (compared to ║ ║ │ │ │ one UserOp) │ account.exec()) ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple │ 1 │ 81838 │ │ ║ +║ simple │ 1 │ 81957 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple - diff from previous │ 2 │ │ 44095 │ 15081 ║ +║ simple - diff from previous │ 2 │ │ 44214 │ 15200 ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple │ 10 │ 478846 │ │ ║ +║ simple │ 10 │ 480000 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple - diff from previous │ 11 │ │ 44083 │ 15069 ║ +║ simple - diff from previous │ 11 │ │ 44274 │ 15260 ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple paymaster │ 1 │ 88121 │ │ ║ +║ simple paymaster │ 1 │ 88243 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple paymaster with diff │ 2 │ │ 43084 │ 14070 ║ +║ simple paymaster with diff │ 2 │ │ 43218 │ 14204 ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple paymaster │ 10 │ 476046 │ │ ║ +║ simple paymaster │ 10 │ 477398 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ simple paymaster with diff │ 11 │ │ 43143 │ 14129 ║ +║ simple paymaster with diff │ 11 │ │ 43253 │ 14239 ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ big tx 5k │ 1 │ 182895 │ │ ║ +║ big tx 5k │ 1 │ 183014 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ big tx - diff from previous │ 2 │ │ 144606 │ 19346 ║ +║ big tx - diff from previous │ 2 │ │ 144725 │ 19465 ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ big tx 5k │ 10 │ 1484502 │ │ ║ +║ big tx 5k │ 10 │ 1485656 │ │ ║ ╟────────────────────────────────┼───────┼───────────────┼────────────────┼─────────────────────╢ -║ big tx - diff from previous │ 11 │ │ 144559 │ 19299 ║ +║ big tx - diff from previous │ 11 │ │ 144750 │ 19490 ║ ╚════════════════════════════════╧═══════╧═══════════════╧════════════════╧═════════════════════╝ diff --git a/test/entrypoint.test.ts b/test/entrypoint.test.ts index 1988a828..7d5db7b5 100644 --- a/test/entrypoint.test.ts +++ b/test/entrypoint.test.ts @@ -563,7 +563,7 @@ describe('EntryPoint', function () { gasLimit: 20000000 }).then(async t => await t.wait()) const logs1 = await entryPoint.queryFilter(entryPoint.filters.UserOperationEvent(), rcpt1.blockHash) - assert.equal(logs1[0].args.success, true) + expect(logs1[0].args.success).to.be.true const veryBigCallGasLimit = 10000000 const op2 = await fillAndSign({