- 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 6 commits
-
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
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 6 commits
-
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
Develop -> Master PR
-
Mark Tyneway authored
l2geth: configurable min L2 gas limit
-
Mark Tyneway authored
This commit adds a new config flag `--rollup.minl2gaslimit` that defaults to `0` and is used to prevent transactions from being ingested that have a L2 gas limit smaller than the value configured. This config flag can also be controlled with the env var `ROLLUP_MIN_L2_GAS_LIMIT`.
-
- 30 Aug, 2021 1 commit
-
-
Mark Tyneway authored
Watcher: Even lower num blocks to fetch
-