This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9931a30
commit 794574e
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# Changelog | ||
|
||
## v0.1.1 | ||
|
||
Audit fixes, deployment fixes & final parameterization. | ||
|
||
- Add build mainnet command to package.json (#186) | ||
- revert chain ID 422 -> 420 (#185) | ||
- add `AddressSet` event (#184) | ||
- Add mint & burn to L2 ETH (#178) | ||
- Wait for deploy transactions (#180) | ||
- Final Parameterization of Constants (#176) | ||
- re-enable monotonicity tests (#177) | ||
- make ovmSETNONCE notStatic (#179) | ||
- Add reentry protection to ExecutionManager.run() (#175) | ||
- Add nonReentrant to `relayMessage()` (#172) | ||
- ctc: public getters, remove dead variable (#174) | ||
- fix tainted memory bug in `Lib_BytesUtils.slice` (#171) | ||
|
||
## v0.1.0 | ||
|
||
Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters