This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add hardhat-gas-reporter package and base config * Generate an output file from gas reporter when run in CI Selectively enable gas reporter based on ENABLE_GAS_REPORT env var * Add gas reports to integration tests
* fix: update hardhat to use correct solc url https://github.com/nomiclabs/hardhat/issues/1332\#issuecomment-818212424 * fix(core-utils): revert sentry/node version to 6.2.5 so that it's compatible with pino-sentry 0.7.0 aandrewww/pino-sentry#25 This was required because the hardhat upgrade removed any older versions of the dependency which were still around and could be used. * chore: add changeset * ci: allow tests to be run on demand
* feat(hardhat-ovm): allow overriding the polling interval for the provider and its signers The default is 50ms, which should make running the OVM tests smooth. If you want to run tests against a remote node and do not want to overwhelm it, set the parameter in the hardhat config's network * chore: add changeset * docs: add hardhat example imported from https://github.com/ethereum-optimism/optimism-tutorial/ * ci: add deploy/deploy:ovm * fix(contracts): wait for contracts to finish workaround hardhat not generating build artifacts for both evm and ovm * fix: use istanbul hard fork * test(contracts): remove hardcoded post-state in nuisance gas test this post state is not giving us much info, and it's hard to update it or debug it when it does not pass for any reason Co-authored-by: Georgios Konstantopoulos <[email protected]>
* Renames prettier config files * chore: rename the remaining prettierrc files Co-authored-by: Georgios Konstantopoulos <[email protected]>
…imism#662) * refactor: rename deployments filenames to remove colons * build: add changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Fixed oWETH L2->L1
disable debug flag, perhaps the cause for MaxBufferError
…il data (ethereum-optimism#940) * fix(l2geth): do not throw an error when estimating gas for txs with nil data * chore: add changeset
* fix[message-relayer]: avoid getting OOM killed * chore: add changeset * fix some errors in cache eviction logic * make things a little more clear * slight refactor and add another function comment * more minor refactors for legibility * fix a bignumber bug
…ism#950) * feat[dtl]: add config switches for sentry and metrics * changeset and environment tag
* fix: impl suggestions * fix: bug
[pull] develop from ethereum-optimism:develop
Version Packages
…re_release Version Packages
* feat: add messenger and tests * rem: hardcoded address_manager
InoMurko
pushed a commit
that referenced
this pull request
May 25, 2021
Previously, the Watcher was a separate package. It's currently consumed by: * our integration tests * our UI * synthetix’s tests and UI Given core-utils is a package meant to ship Optimism related utilities to consumers, it makes more sense to bundle the Watcher in core-utils than have it as a separate package. Co-authored-by: Kelvin Fichter <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.