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

Commit 15b7b5c

Browse files
committed
release v0.1.10
1 parent bb71092 commit 15b7b5c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.10
4+
Adds extensible ERC20Gateway and Improve CI.
5+
6+
- dev: Apply linting to all test files
7+
- Test gas consumption of EM.run()
8+
- Extensible deposit withdraw
9+
- Update OVM_L2DepositedERC20.sol
10+
- Commit state dumps to regenesis repo for new tags
11+
- Update OVM_ChainStorageContainer.sol
12+
- Update OVM_ECDSAContractAccount.sol
13+
- Update OVM_CanonicalTransactionChain.sol
14+
- Reset Context on invalid gaslimit
15+
- [Fix] CI on merge
16+
- [Fix] Run integration tests in forked context
17+
318
## v0.1.9
419

520
Standardized ETH and ERC20 Gateways.

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.9",
3+
"version": "0.1.10",
44
"main": "build/src/index.js",
55
"files": [
66
"build/**/*.js",

0 commit comments

Comments
 (0)