Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5aa217e4
Commit
5aa217e4
authored
Jan 12, 2021
by
Karl Floersch
Committed by
GitHub
Jan 12, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version: bump to 0.1.1 (#183)
parent
a2224b26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
CHANGELOG.md
packages/contracts/CHANGELOG.md
+17
-0
package.json
packages/contracts/package.json
+1
-1
No files found.
packages/contracts/CHANGELOG.md
View file @
5aa217e4
# 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
packages/contracts/package.json
View file @
5aa217e4
{
"name"
:
"@eth-optimism/contracts"
,
"version"
:
"0.1.
0
"
,
"version"
:
"0.1.
1
"
,
"main"
:
"build/src/index.js"
,
"files"
:
[
"build/**/*.js"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment