This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Minigeth Changelog
norswap edited this page Jun 14, 2022
·
2 revisions
Since we rebase minigeth on top of l2geth regularly, we have adopted a special commit format to simplify the rebasing process. Details in Minigeth Rebase.
But because of this, changes done to minigeth are lost from the git history. To mitigate this issue, we track major changes to minigeth in this wiki page. In particular, we use tags in the minigeth repo the changes introduces my major minigeth milestones.
Minigeth Prehistory: check the minigeth-files-history
branch in the Cannon repository to browse the minigeth file history prior to it being forked to its own repository.
-
changelog/1-fix-mips-preimage
: Fixes the mishandling of empty preimages in the MIPS preimage implementations. -
changelog/2-remove-unused-dirs
: Removes some unused directories.