Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 794574e

Browse files
authored
version: bump to 0.1.1 (#183)
1 parent 9931a30 commit 794574e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
Audit fixes, deployment fixes & final parameterization.
6+
7+
- Add build mainnet command to package.json (#186)
8+
- revert chain ID 422 -> 420 (#185)
9+
- add `AddressSet` event (#184)
10+
- Add mint & burn to L2 ETH (#178)
11+
- Wait for deploy transactions (#180)
12+
- Final Parameterization of Constants (#176)
13+
- re-enable monotonicity tests (#177)
14+
- make ovmSETNONCE notStatic (#179)
15+
- Add reentry protection to ExecutionManager.run() (#175)
16+
- Add nonReentrant to `relayMessage()` (#172)
17+
- ctc: public getters, remove dead variable (#174)
18+
- fix tainted memory bug in `Lib_BytesUtils.slice` (#171)
19+
320
## v0.1.0
421

522
Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eth-optimism/contracts",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "build/src/index.js",
55
"files": [
66
"build/**/*.js",

0 commit comments

Comments
 (0)