Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop branch #416

Closed
wants to merge 662 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
662 commits
Select commit Hold shift + click to select a range
7ce566e
[fix] l1fee of end_tx (#763)
lightsing Aug 15, 2023
57b9488
[fix] end_tx when handle l1fee oracle update tx (#769)
lightsing Aug 15, 2023
2eeeb75
[fix] fix tx fee in end_tx (#773)
lightsing Aug 15, 2023
d0fed22
`FpConfig` to be finalized in ECC circuit post each phase (#758)
roynalnaruto Aug 15, 2023
4c8e9f5
constrain not success when revert (#770)
DreamWuGit Aug 16, 2023
19d3b73
refactor callop: rwc & gas (#774)
lispc Aug 16, 2023
cb664f9
fix returndata for precompile failed
lispc Aug 14, 2023
4c0bbb7
fix LastCalleeId for call empty
lispc Aug 14, 2023
b20bed2
fix ZELLIC-ZK1-4 Missing range checks in MulAdd chip (#685)
lightsing Aug 16, 2023
1cdfef4
Fix: allow skipping of L1Msg tx part 2 (calculate num_all_txs in tx c…
kunxian-xia Aug 16, 2023
2e42287
Fix the bugs in RLP/Tx/PI circuit which are reported by Zellic & KALO…
kunxian-xia Aug 16, 2023
964ae09
fix: assert pk is on curve (#781)
roynalnaruto Aug 16, 2023
1d190ba
refactor: remove keccak constants from aggregator (#752)
darth-cy Aug 17, 2023
e624107
refactor and fix (#783)
lightsing Aug 17, 2023
87a20e1
add evm&state circuit doc (#784)
DreamWuGit Aug 17, 2023
c9c1bb4
[fix] testool case empty calldata (#785)
lightsing Aug 17, 2023
4b5eadb
Fix to set `is_call` to calculate gas cost in error-oog-call gadget, …
silathdiir Aug 17, 2023
e709d84
fix stack err for return revert (#788)
lispc Aug 17, 2023
a89e567
Fix test tool test: call precompile with insufficient balance (#787)
DreamWuGit Aug 17, 2023
8bc9812
fix: must not use next tx's tlpb to assign cur tx's tlpb (#789)
kunxian-xia Aug 18, 2023
750169c
fix: constraint on num_all_txs_acc' is wrong (#790)
kunxian-xia Aug 18, 2023
76c6a7b
refactor return data (#797)
lispc Aug 21, 2023
d3ffb46
fix gascost in modexp (#796)
noel2004 Aug 21, 2023
7834cc6
fix first byte (#802)
DreamWuGit Aug 21, 2023
2773896
Refactor: make witness gen of tx circuit more easier to maintain (#800)
kunxian-xia Aug 21, 2023
0a2a602
(1) testool: use cache skip success cases (2) testool enable parallel…
lightsing Aug 21, 2023
1093f5e
Release v0.6.x (#792)
lispc Aug 21, 2023
a690843
add four circuit doc (#806)
DreamWuGit Aug 22, 2023
cb29829
fix test tool create collision tests (#793)
DreamWuGit Aug 22, 2023
ae17cf5
Remove CopyDataType::Precompile (#809)
naure Aug 23, 2023
b163427
fix testool and update codehash (#805)
lightsing Aug 23, 2023
cb5faa5
fix blockhash in test tool (#810)
DreamWuGit Aug 23, 2023
90d0c70
fix returndata for err cases; upgrade evm tests submodule (#813)
lispc Aug 23, 2023
551bcc2
more strict check on Account Rw (#819)
lispc Aug 24, 2023
63725d4
better ccc: add num_poseidon_rows and num_vertical_rows
lispc Aug 22, 2023
fc53106
cherry-pick pr#807 (#808)
kunxian-xia Aug 22, 2023
784dac5
testool: enable more tests
lispc Aug 24, 2023
015018b
clippy
lispc Aug 24, 2023
3783df7
clippy
lispc Aug 24, 2023
2a6cc04
[Feat] make supercircuit test applying l2trace (#767)
noel2004 Aug 25, 2023
956059f
fix code_size in create; fix return_data for call oog
lispc Aug 25, 2023
4a043fc
scroll mode for testool (#822)
lispc Aug 27, 2023
1ed56e3
improve testool for scroll mode (#831)
lispc Aug 27, 2023
8d3fdcd
respect tx_num limit in ccc (#828)
lispc Aug 26, 2023
a74ba42
update_account_from_proofs: insert Account::zero if feasible
lispc Aug 28, 2023
2058695
bus-mapping: more robust trace handling when stack underflow
lispc Aug 28, 2023
237e2f2
fix CallContextField::GasLeft (#833)
lispc Aug 28, 2023
0258c27
Handle precompile call failure `call.is_success == false` due to "Inv…
roynalnaruto Aug 28, 2023
7e69b03
chore: remove redundant branch (#835)
roynalnaruto Aug 28, 2023
4a88495
add pi, sig, modexp doc (#836)
DreamWuGit Aug 28, 2023
7c48935
testool: enable stZeroKnowledge tests (#839)
lispc Aug 29, 2023
517127f
upgrade "misc-precompiled-circuits" and handle modexp invalid len in …
lispc Aug 29, 2023
5134be1
testool: support sub circuit; fix modexp row usage (#841)
lispc Aug 29, 2023
c57dc3a
testool: support all precompiles (#843)
lispc Aug 29, 2023
82b381d
Swap only if both G1, G2 are 0s from EVM (#845)
roynalnaruto Aug 29, 2023
15f90f3
dep: pairing cost is buggy in revm (#844)
kunxian-xia Aug 29, 2023
c34c889
Fix EXTCODECOPY with empty account (#846)
lispc Aug 29, 2023
2691944
allow n_pairs to have a larger range (#847)
kunxian-xia Aug 29, 2023
bcd9251
Fix: n_padded_zeroes must be less than 192. (#849)
kunxian-xia Aug 29, 2023
80496c1
Precompile (non-static) calls with (non-zero) value (#848)
roynalnaruto Aug 30, 2023
f16dc37
testool: enable all tests
lispc Aug 30, 2023
bc51259
fix-exp-is-last: enforce the secure termination of Exp circuit (#837)
naure Aug 30, 2023
d2a241c
upgrade mpt circuit; some other minor changes (#851)
lispc Aug 30, 2023
7a30b79
Fix/rws limit early stop (#852)
lispc Aug 30, 2023
639cbb0
feat(testool): use list to filter tests; upgrade revm to fix modexp g…
lispc Aug 30, 2023
c6b022c
test self_destruct for oog &basefee expected invalid opcode (#854)
DreamWuGit Aug 30, 2023
44e99cb
Reversion from Precompile calls (even from begin_tx) (#855)
roynalnaruto Aug 31, 2023
52a4796
fix (#858)
kunxian-xia Aug 31, 2023
10b47e3
Refactor and extract pairing-check code to a function `extract_proof_…
silathdiir Aug 31, 2023
1604a71
Clean mod exp codes (#859)
lispc Aug 31, 2023
b0b58df
add modexp all zeros test (#861)
DreamWuGit Aug 31, 2023
47acbf5
pi circuit: add sanity check for state_root/coinbase/difficulty (#824)
kunxian-xia Aug 31, 2023
ed59d0f
Fix: post state check should fail for hash precompile tests (#856)
kunxian-xia Aug 31, 2023
fb9efcd
fix pi circuit env var reading (#864)
lispc Aug 31, 2023
bcb3eb6
add 0xfe invalid code test (#863)
DreamWuGit Aug 31, 2023
d8ffd95
fix(ecMul): handle case for P == -R (#865)
roynalnaruto Aug 31, 2023
e7d4c10
make row estimation of tx and pi circuits more precise (#866)
kunxian-xia Sep 1, 2023
0ee3c5e
Feat: bump up poseidon-circuit to enable parallel synthesis (#867)
kunxian-xia Sep 1, 2023
4bf0777
bump l2geth; support sig circuit in testool (#869)
lispc Sep 1, 2023
887f60c
add more tests for modexp (#870)
DreamWuGit Sep 1, 2023
89e7511
ec pairing simplify (#873)
roynalnaruto Sep 2, 2023
3d6e79a
refactor: update the default sign_data (#560)
kunxian-xia Sep 2, 2023
d597183
fix issue with msg_hash = 0 (#872)
zhenfeizhang Sep 2, 2023
13aaee3
do not use region_index to ref a cell (#874)
kunxian-xia Sep 2, 2023
47236ff
rewrite geth_utils with go.work (#875)
lispc Sep 2, 2023
6a23b0a
fix(trace): add base fee (#877)
lispc Sep 2, 2023
7b3f9cd
testool: better handling of parallelism (#879)
lispc Sep 2, 2023
a868e37
feat: check post tx account (#878)
lispc Sep 2, 2023
c8f7ce2
test: don't use l1 tx in tracing (#886)
lispc Sep 3, 2023
4e9d8d2
optim-evm-selectors: move state_selector multiplication (#857)
naure Sep 4, 2023
c41bb7a
upgrade halo2-lib to fix ec pairing (#889)
lispc Sep 4, 2023
fba2a58
fix bug in #872 fix/msg-hash-zero (#880)
zhenfeizhang Sep 4, 2023
dcbebfc
add opcodes for evm circuit doc (#891)
DreamWuGit Sep 4, 2023
faf1514
fix(ecmul): support -1 * (0,0) (#895)
lispc Sep 5, 2023
feeebfa
fix: load constants wherever applicable (#892)
roynalnaruto Sep 5, 2023
6a44c95
improve poseidon ccc log (#896)
lispc Sep 5, 2023
991bff8
change BYTECODE_TABLE_LOOKUPS to 8 (#899)
lispc Sep 5, 2023
a88264d
add binary constraint (#902)
zhenfeizhang Sep 5, 2023
67e0ba5
fix tob-wave3-week3 (#904)
zhenfeizhang Sep 6, 2023
86491c2
minor refactor of testool (#907)
lispc Sep 6, 2023
48d9298
support max snark up to 15 (#803)
zhenfeizhang Sep 6, 2023
b0fd63e
FEAT: parallelize witness assignment of state circuit using assign_re…
Velaciela Sep 6, 2023
fd703cc
fix calldataload when tx.to = null (#909)
lispc Sep 6, 2023
839aa62
Fix: test state degree 19->17 (#910)
lispc Sep 6, 2023
32d84e2
test: calldataload/calldatasize/calldatacopy inside deployment (#913)
DreamWuGit Sep 7, 2023
9c43410
fix end_tx soundness (#916)
lispc Sep 7, 2023
83b4d3b
Add common functions of `prover` from scroll-prover. (#893)
silathdiir Sep 7, 2023
75b3827
constrain log memory address (#920)
DreamWuGit Sep 9, 2023
8ae5d35
[feat] prestate tracer (#914)
lightsing Sep 9, 2023
95f8276
refactor(bus-mapping): spit begin end tx to another file (#922)
lispc Sep 10, 2023
25c5810
feat: add inner-prove and chunk-prove to testool (#921)
silathdiir Sep 10, 2023
4a696e2
opt(assignment): only do 3rd phase assignment for evm circuit in supe…
lispc Sep 11, 2023
65225ad
sanity check: keccak rows == 12 in super circuit
lispc Sep 11, 2023
bce856a
Fix to `<=` row-limit when `add` row. (#925)
silathdiir Sep 11, 2023
cd69884
fix: validate chain ID when generates witness block (#927)
silathdiir Sep 11, 2023
bd32d4c
add "" to default codedb (#929)
lispc Sep 11, 2023
cdc9ab5
Bug fix: fixed part of tx table must have is_calldata = false (#935)
kunxian-xia Sep 12, 2023
60c9d2a
fix: add analysis function `print_evm_circuit_row_usage` and `print_r…
silathdiir Sep 12, 2023
570dd5b
fix ecdsa circuit binary selection bug (#931)
zhenfeizhang Sep 12, 2023
47ff003
Replace `dotenv` with `dotenvy`. (#934)
silathdiir Sep 12, 2023
68d18f9
ecrecover soundness (address not recovered) (#930)
roynalnaruto Sep 13, 2023
995790c
upgrade ethers from 0.17.0 to 2.0.7 (#937)
kunxian-xia Sep 13, 2023
ad7f6af
Fix build. (#938)
silathdiir Sep 13, 2023
9626d87
Fix lint. (#939)
silathdiir Sep 13, 2023
0afa0d9
upgrade mpt-circuits
lispc Sep 13, 2023
7f48ba8
Super Circuit Invalid Precompile Inputs Integration Tests (OOG, EC Fp…
darth-cy Sep 13, 2023
a6648ea
disable some heavy tests
lispc Sep 13, 2023
e1f1dc8
[feat] fast check_value (#936)
lightsing Sep 13, 2023
75c978a
Fix: keccak circuit's ccc need to consider first dummy chunk (#940)
kunxian-xia Sep 13, 2023
b99974d
Add CHANGELOG draft. (#942)
silathdiir Sep 14, 2023
6da9393
add create edge tests (#941)
DreamWuGit Sep 15, 2023
4943267
Fix: ec pairing invalid len > 65536 test. (#948)
kunxian-xia Sep 15, 2023
1f5e0fe
Fix: first 12 rows are dummy (not 300) (#946)
kunxian-xia Sep 15, 2023
6e4af5b
many sanity checks for mpt witness (#950)
lispc Sep 15, 2023
de96b65
fix sig circuit
lispc Sep 16, 2023
f5b630e
fix sig circuit
lispc Sep 16, 2023
88414cc
another edge case (#951)
roynalnaruto Sep 16, 2023
2723b82
fix ccc panic CodeNotFound (#958)
lispc Sep 19, 2023
25f8bde
better ccc log (#960)
lispc Sep 19, 2023
f7b4a19
Move `inner-prove` and `chunk-prove` to common prover `test` feature.…
silathdiir Sep 19, 2023
b7f7b43
Delete `StorageTrace` from `ChunkProof`. (#964)
silathdiir Sep 20, 2023
81cc998
misc refactor: rename batch->chunk; remove useless var; refine commen…
lispc Sep 20, 2023
ea5e17a
test(mpt circuit): transfer eth to non existing address (#949)
DreamWuGit Sep 20, 2023
9be20b6
fix circuit doc math latex (#952)
DreamWuGit Sep 20, 2023
b678340
CI: upgrade actions and fix cache issue (#966)
silathdiir Sep 20, 2023
7fe99fe
[feat] testool : more improvements (#955)
lightsing Sep 20, 2023
7ddaf92
fix: add `batch-prove` to prover test module (#975)
silathdiir Sep 22, 2023
2b39b4e
fix typo (#978)
icemelon Sep 23, 2023
f0a10fe
Add code hash regression tests (#977)
z2trillion Sep 23, 2023
138b7a3
fix tob-3-10 and tob-3-11 (#979)
zhenfeizhang Sep 23, 2023
21f887d
add sanity check to make sure ComparatorChip only use cur() in RLP (#…
kunxian-xia Sep 23, 2023
428d8fc
upgrade mpt circuit (#982)
lispc Sep 27, 2023
40f4758
Add `set_light_mode` function to ccc. (#984)
silathdiir Sep 27, 2023
a4db93a
PUSH optimization (#956)
naure Sep 28, 2023
15b5061
refactor ZktrieState [dup #903] (#968)
noel2004 Sep 29, 2023
09ede99
optim-invert: cache the inversion of step height and avoid zero inver…
naure Sep 29, 2023
0e48aa0
add support for eip2930 (#974)
kunxian-xia Oct 2, 2023
51d4805
testool: skip stTimeConsuming for default(not nightly) mode (#986)
lightsing Oct 3, 2023
eacc46e
Add `workspace.package` and `workspace.dependencies` to avoid duplica…
silathdiir Oct 3, 2023
7d9bc18
create_op: fix memory size (#990)
lispc Oct 4, 2023
54cae8c
Move common dependencies to `workspace.dependencies`. (#995)
silathdiir Oct 8, 2023
43817d3
ccc performance optimization (#970)
lightsing Oct 9, 2023
7a42d3c
fix: log(0) returns 0 (#1001)
zhenfeizhang Oct 13, 2023
2e06a0f
Refactor create op (#1000)
lispc Oct 16, 2023
3d1953d
Add testool GPU dockers. (#997)
silathdiir Oct 25, 2023
8cc8d83
Fix/tob wave3 ecdsa circuit review (#992)
zhenfeizhang Oct 25, 2023
188396d
Refactor sign-types to remove `libsecp256k1` dep (#969)
roynalnaruto Oct 25, 2023
3f3b54a
remove address_high (#983)
DreamWuGit Oct 25, 2023
181e3ed
Delete wakeup-runner part in CI. (#1007)
silathdiir Oct 26, 2023
15b3f8e
Fix little-endian to big-endian representation in tests (#1012)
junomonster Nov 6, 2023
d515930
Delete `keccak256` dependency from `bus-mapping`. (#1017)
silathdiir Nov 7, 2023
5a82ce9
Fix wrong comment for opcodes in bus-mapping. (#1023)
silathdiir Nov 9, 2023
fbd0e8b
Replace `nth_last(0)` and `nth_last_filled(0)` with `last()` and `las…
silathdiir Nov 9, 2023
2470629
Refactor error-invalid-jump in bus-mapping. (#1020)
silathdiir Nov 9, 2023
f606308
Upgrade dependency `itertools`, `strum` and `strum_macros`. (#1019)
silathdiir Nov 9, 2023
b3db7f0
Add explicit dependency `resolver` to workspace. (#1018)
silathdiir Nov 9, 2023
5cb5032
fix: several typos in the docs (#1028)
tudorpintea999 Nov 13, 2023
d45faa5
Refactor: `PrecompileGadget` and precompile states (#1029)
roynalnaruto Nov 13, 2023
401bf75
Fix typos in bus-mapping. (#1026)
silathdiir Nov 13, 2023
b02de5d
Replace `or_insert_with` with `or_default` for BTreeMap and HashMap. …
silathdiir Nov 13, 2023
0c3b39f
[FEAT] support mainnet block in mainnet.rs (#814) (#1004)
noel2004 Nov 20, 2023
abb7564
fix: only enable circuit for `BASEFEE` opcode (without opcode mapping…
silathdiir Nov 22, 2023
8dbfa1c
Disable applying MPT if non-scroll in integration-tests. (#1034)
silathdiir Nov 22, 2023
8e0fd2e
Add `AccessListGasCost` to `TxContextFieldTag`. (#1041)
silathdiir Nov 22, 2023
b638992
[feat] enum error in GethExecStep (#1037)
lightsing Nov 23, 2023
876d234
[feat] add feature switch of memory/stack/storage (#1038)
lightsing Nov 25, 2023
947ca7e
parallel assignment of evm circuit (#1027)
lispc Nov 28, 2023
0b71e66
Refactor PI Circuit (#1042)
roynalnaruto Nov 28, 2023
bfd47e1
fix macos build (#1047)
lispc Nov 28, 2023
17351c6
remove halo2wrong (#1048)
lispc Nov 30, 2023
07cf6bd
feat: Add `TxEip2930Gadget` to handle EIP-2930 (for evm-circuit part)…
silathdiir Nov 30, 2023
7fa17b1
[FEAT] precompile-sha256 (#1032)
noel2004 Dec 1, 2023
88e28e4
fix fmt (#1049)
noel2004 Dec 1, 2023
618fd1e
chore: upgrade group/ff/halo2 and rust version (#1022)
zhenfeizhang Dec 6, 2023
fb271ea
[chore] update rust toolchain to 1.76 nightly; replace lazy_static/o…
lispc Dec 6, 2023
6a70be0
Fix typos (#1052)
nnsW3 Dec 11, 2023
47ec8e3
commit (#1053)
bolatfurkan Dec 11, 2023
16458d9
chore(docs): typo fix (#1059)
dzizazda Dec 11, 2023
10b7e64
feat: implement access list address and storage key lookups in copy c…
silathdiir Dec 11, 2023
5b9d1d8
[feat] impl arithmetic/environment opcodes (#1039)
lightsing Dec 11, 2023
57a2dd4
Revert testool upgrade. (#1061)
silathdiir Dec 12, 2023
703a164
parallelize mpt table loading (#1067)
kunxian-xia Dec 19, 2023
d005096
Parse access-list from json and yaml in testool. (#1072)
silathdiir Dec 27, 2023
8736818
fix testool yaml parsing for access-list (#1074)
silathdiir Jan 4, 2024
e2cf6cd
[Soundness] Tx.to == precompile (#1068)
noel2004 Jan 8, 2024
e149aec
Feat: Support EIP1559 (#1030)
darth-cy Jan 8, 2024
8977ba3
refactor Config implement to reduce duplicated code and add unit test…
ludete Jan 10, 2024
556fc28
feat: add sender balance check to begin-tx (EIP-1559) (#1066)
silathdiir Jan 11, 2024
e42db81
Enable EIP-1559 and EIP-2930 cases, and fix access-list, max-fee-per-…
silathdiir Jan 11, 2024
88cc35e
chore: Fix multiple typos (#1082)
hugo-syn Jan 12, 2024
d776b47
[FIX] sha256 witness issue (#1081) (#1087)
noel2004 Jan 16, 2024
0d3563c
Update and fix access-list issues with testool (#1080)
silathdiir Jan 16, 2024
5252666
Fix remaining `testool` failed cases for EIP-1559 and EIP-2930 (#1088)
silathdiir Jan 17, 2024
38b79b8
Save `is_warm_prev` of access list to copy circuit. (#1090)
silathdiir Jan 19, 2024
4d311e5
balance test job (#1094)
lightsing Jan 22, 2024
f430c5a
enable oog handling for sha256 precompile (#1095)
noel2004 Jan 24, 2024
e19d40d
chore: proofreading the docs (#1093)
Gakunt Jan 24, 2024
2369228
fix padding pos issue in sha256 circuit (#1096)
noel2004 Jan 25, 2024
e31fe3f
[feat] add call tracer and prestate tracer (#1043)
lightsing Jan 25, 2024
d0a7cb3
Correct RlpDecodingTable id column phase (#1098)
darth-cy Jan 26, 2024
913800e
fix modexp input (#1099)
noel2004 Jan 30, 2024
93bc24e
Feat/ci fix (#1101)
johnsonjie Jan 31, 2024
1e95486
Revert "Feat/ci fix (#1101)" (#1102)
lispc Jan 31, 2024
734d84b
Feat/ci fix (#1103)
lispc Feb 1, 2024
67f702d
upgrade halo2 to v1.1 mvlookup (#1100)
lispc Feb 2, 2024
e90ea7e
pick #1719 from upstream: fix begin-tx tx_id soundness (#1078)
lispc Feb 2, 2024
d622d66
feat: stack reconstruct (#993)
lightsing Feb 7, 2024
56345eb
forget to remove debug println (#1105)
lightsing Feb 8, 2024
7023871
Update README.md
lispc Feb 20, 2024
7d41598
add comments about the design of tx.to == precompile case in begin tx…
noel2004 Feb 22, 2024
44fd11f
doc for eip EIP2930&1559 (#1115)
DreamWuGit Feb 22, 2024
b39e7d8
eip1559 gadget: constrain gas_fee_cap >= base_fee (#1120)
DreamWuGit Feb 27, 2024
0b2ea78
feat: fix 2930/1559 tx local tracing
lispc Mar 7, 2024
d03298c
fix(1559): not burn basefee
lispc Mar 7, 2024
75f1966
feat: enable basefee opcode
lispc Mar 7, 2024
cd9de97
testool: skip coinbase balance check
lispc Mar 7, 2024
cc0bc9b
misc trace fixes; disable batch inv in halo2 (#1129)
lispc Mar 7, 2024
a0df944
fix index of storage keys in access list (#1133)
noel2004 Mar 11, 2024
79b5ef1
fix trace config (#1134)
lightsing Mar 12, 2024
6d47ece
1559 selector fix in RLP (#1137)
darth-cy Mar 12, 2024
888824a
[feat] testool: report err when ccc overflows (#1135)
lightsing Mar 13, 2024
240beed
upgrade l2geth (#1139)
lispc Mar 14, 2024
cca69e0
update test parameters (#1142)
noel2004 Mar 14, 2024
91f8927
refer to halo2 memory fix commit (#1144)
DreamWuGit Mar 15, 2024
cef349c
[fix] audit fix (#1140)
lightsing Mar 15, 2024
9769ec7
V0.10 rows (#1171)
lispc Mar 25, 2024
4f3df5e
[Fix] Issue from codeaudition of sha256 circuit (#1170)
noel2004 Mar 25, 2024
cdbe898
revert ethers-core and fix clippy to unblock ci test run (#1184)
DreamWuGit Mar 29, 2024
afecb0b
Fix 1559 tests & signatures bugs (#1182)
DreamWuGit Apr 1, 2024
c65d421
[FIX] Calculating for required rows of sha256 circuit (#1195)
noel2004 Apr 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forget to remove debug println (#1105)
lightsing authored Feb 8, 2024
commit 56345eb3a5ca65fe9252a805999cd8bc569d5fff
1 change: 0 additions & 1 deletion bus-mapping/src/circuit_input_builder/l2.rs
Original file line number Diff line number Diff line change
@@ -149,7 +149,6 @@ fn update_codedb(cdb: &mut CodeDB, sdb: &StateDB, block: &BlockTrace) -> Result<
.call_trace
.flatten_trace(&execution_result.prestate)
.into_iter()
.inspect(|c| println!("{c:?}"))
.filter(|call| {
let is_call_to_precompile = call.to.as_ref().map(is_precompiled).unwrap_or(false);
let is_call_to_empty = call.gas_used.is_zero()