Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

sync main branch to word-lo-hi branch #1470

Merged
merged 27 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fbbe1bd
Simplify bytecode circuit assignment (#1397)
ChihChengLiang May 10, 2023
a807754
fix(testool): fix coinbase, solves #1160 (#1400)
adria0 May 10, 2023
14bd7c9
Use halo2 circuit-params feature (#1399)
ed255 May 11, 2023
0e1d230
Replace Witness.rs's ExecStep with CIP's (#1403)
ChihChengLiang May 12, 2023
5dba7f7
Set keccak logs to debug level (#1405)
ChihChengLiang May 15, 2023
ead0b3d
Move stats to bin (#1407)
ChihChengLiang May 16, 2023
ef13927
Rm dead code except of zkevm circuits (#1408)
ChihChengLiang May 16, 2023
255a9bc
Add `rustdocflags` config for macos in `Makefile` (#1412)
han0110 May 16, 2023
d21952d
Retype Gas limit and nonce to u64 (#1409)
ChihChengLiang May 16, 2023
438bac5
Split table into files (#1402)
SuccinctPaul May 17, 2023
69cb8a9
Remove RwTableTag (#1406)
ChihChengLiang May 17, 2023
70d7da4
Fix infinite loop (#1421)
ed255 May 19, 2023
43c67c9
Bug: fix to truncate offset from Word to Uint64 when length is zero f…
silathdiir May 20, 2023
626f4b9
Fix EXTCODECOPY with empty account (#1429)
ed255 May 23, 2023
dbe67c8
[CREATE Part A (updated)] Modification to Copy Circuit (#1419)
ed255 May 25, 2023
5e1d35e
Feat/CREATE Part B - Error cases that will be handled within opcode g…
KimiWu123 May 26, 2023
96d2e3c
Remove release drafter (#1436)
ChihChengLiang May 29, 2023
73b2aeb
Remove keccak256 crate and migrate keccak plain to eth-types (#1440)
ChihChengLiang May 31, 2023
092ab1f
Replace Gas, GasCost and ProgramCounter by u64. (#1448)
rrtoledo Jun 2, 2023
7715ef2
Add PiCircuit to integration tests (#1447)
ed255 Jun 2, 2023
de9f845
feat: add `shanghai` feature and make CI pass with Shanghai geth trac…
silathdiir Jun 2, 2023
7b77f9c
Fix RLC is_lt_128 (#1449)
naure Jun 2, 2023
06cce9f
fix: modify assign function of LtChip to take `Value<F>` input instea…
enricobottazzi Jun 6, 2023
9620822
Change ExecError related functions to be associated-fns (#1450)
Jun 8, 2023
9ab662b
Feat/CREATE Part C - bus-mapping and gadget implementation (#1430)
KimiWu123 Jun 9, 2023
224e98f
Re-enable end_tx tests that depended on SSTORE (#1459)
Jun 12, 2023
ce0d997
merge main
hero78119 Jun 12, 2023
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
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ crate-geth-utils:
- geth-utils/**/*
crate-integration-tests:
- integration-tests/**/*
crate-keccak:
- keccak256/**/*
crate-mock:
- mock/**/*
crate-prover:
Expand Down
29 changes: 0 additions & 29 deletions .github/release-drafter.yml

This file was deleted.

Loading