Skip to content

Latest commit

 

History

History
163 lines (89 loc) · 8.12 KB

CHANGELOGS.md

File metadata and controls

163 lines (89 loc) · 8.12 KB

CHANGELOGS

2022-05-04

Tag: None.

Current rev: a79e72f69701695185f2f71788d17998bdd5a5a8.

Based on https://github.com/ethereum/go-ethereum v1.10.13.

Notable changes:

1. Disable consensus and p2p service.

Related commits:

2. Add more detailed execution trace for zkevm-circuits proving.

Related commits:

(

And some fixes regarding encoding:

)

3. Optimization to reduce GC pressure

Related commits:

4. Misc

4.1 enable London fork rules from the beginning

Related commits:

2022-06-27

Tag: None.

Current rev: c516a9e47739bee96e70aced01fad255c0311897.

Based on https://github.com/ethereum/go-ethereum v1.10.13.

Notable changes:

1. Add zktrie, allow switch trie type by config.

Related commits:

2. Add more detailed execution trace for zkevm-circuits proving.

Related commits:

(

Fields change:

Bug fix:

)

3. Increase tps or reduce GC pressure

Related commits:

4. Misc

4.1 opcode operation

Related commits:

4.2 The changes of module import

Related commits:

4.3 The changes of ci、jenkins、docker、makefile and readme

Related commits:

2022-07-30

Tag: None.

Current rev: d421337df58074bdee8d8cb8fa592ece5a2300e8.

Based on https://github.com/ethereum/go-ethereum v1.10.13.

Notable changes:

1. Disable memory trace

Related commits:

2. Add more opcode handlings

Related commits:

3. Include zktrie witness in block trace; add demo for generating witness data for mpt circuit

Related commits:

(

Fields change:

Bug fix:

)