- 16 Sep, 2021 3 commits
-
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
l2geth: config enable arbitrary contract deployment
-
smartcontracts authored
Update labeler.yml
-
- 15 Sep, 2021 2 commits
-
-
Mark Tyneway authored
Add a new config option `ROLLUP_ENABLE_ARBITRARY_CONTRACT_DEPLOYMENT`. This config option must be set with an env var, there is no flag to set it with. If it is not set, the functionality is unchanged. If it is set, then it will override the function `isDeployerAllowed(address)` on the `OVM_DeployerWhitelist`
-
smartcontracts authored
-
- 14 Sep, 2021 2 commits
-
-
Mark Tyneway authored
ci: fix workflow for exporting logs
-
Mark Tyneway authored
The logs after failure are not being exported correctly as they are not being written to the correct location. Previously `~` was not being interpreted as `$HOME`. This assumes that the `cwd` is `$HOME`.
-
- 12 Sep, 2021 1 commit
-
-
Maurelian authored
-
- 11 Sep, 2021 7 commits
-
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
- 10 Sep, 2021 3 commits
-
-
Mark Tyneway authored
fix: use the same nonce for each batch submission
-
Kelvin Fichter authored
-
Kelvin Fichter authored
-
- 09 Sep, 2021 8 commits
-
-
Mark Tyneway authored
chore(deps): bump axios from 0.21.1 to 0.21.2
-
Mark Tyneway authored
Develop -> Master Release PR
-
dependabot[bot] authored
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop to Master PR
-
Mark Tyneway authored
Lower per tx fee overhead
-
Kevin Ho authored
Lower the constant overhead that is charged per transaction by about half. This will reduce transaction fees. Note that this value is in both `l2geth` and in `core-utils` if it needs to be updated in the future.
-
- 08 Sep, 2021 3 commits
-
-
Mark Tyneway authored
batch-submitter: eip1559 logging
-
Mark Tyneway authored
Extended test coverage of core-utils
-
Mark Tyneway authored
Log values related to eip1559 before sending a transaction. - `maxFeePerGas` - `maxPriorityFeePerGas` Also log the `gasLimit` in case transactions revert.
-
- 07 Sep, 2021 1 commit
-
-
Mark Tyneway authored
Use flags for coverage at the package level
-
- 06 Sep, 2021 1 commit
-
-
Elena Gesheva authored
Add etherscan verification support
-
- 05 Sep, 2021 1 commit
-
-
rajivpoc authored
-
- 04 Sep, 2021 5 commits
-
-
elenadimitrova authored
-
elenadimitrova authored
-
elenadimitrova authored
-
elenadimitrova authored
-
rajivpoc authored
-
- 03 Sep, 2021 2 commits
-
-
Mark Tyneway authored
Merge pull request #1399 from ethereum-optimism/dependabot/npm_and_yarn/openzeppelin/contracts-3.4.2 chore(deps-dev): bump @openzeppelin/contracts from 3.4.1 to 3.4.2
-
Mark Tyneway authored
Merge pull request #1400 from ethereum-optimism/dependabot/npm_and_yarn/openzeppelin/contracts-upgradeable-3.4.2 chore(deps-dev): bump @openzeppelin/contracts-upgradeable from 3.4.1 to 3.4.2
-
- 02 Sep, 2021 1 commit
-
-
Mark Tyneway authored
Develop -> Master Release PR
-