forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update from base repo #3
Merged
Merged
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
ci: ignore code coverage in script contracts
fix(indexer) Add API Timeouts & Closures
contracts-bedrock: fuzz optimism portal
op-node: static-peers list local-peer check and flag description update
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.18.3 to 2.19.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.18.3...hardhat@2.19.0) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@ethereumjs/rlp](https://github.com/ethereumjs/ethereumjs-monorepo) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/ethereumjs/ethereumjs-monorepo/releases) - [Commits](https://github.com/ethereumjs/ethereumjs-monorepo/compare/@ethereumjs/rlp@5.0.0...@ethereumjs/rlp@5.0.1) --- updated-dependencies: - dependency-name: "@ethereumjs/rlp" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [viem](https://github.com/wagmi-dev/viem) from 1.18.2 to 1.18.3. - [Release notes](https://github.com/wagmi-dev/viem/releases) - [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.18.2...viem@1.18.3) --- updated-dependencies: - dependency-name: viem dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
indexer, op-service: refactor service lifecycle to start/stop resoures more cleanly
…condition-spec-refactor Span Batch Hard Fork Activation Rule Update
Span batch atomicity
…rn/viem-1.18.3 build(deps): bump viem from 1.18.2 to 1.18.3
…rn/ethereumjs/rlp-5.0.1 build(deps): bump @ethereumjs/rlp from 5.0.0 to 5.0.1
…rn/hardhat-2.19.0 build(deps-dev): bump hardhat from 2.18.3 to 2.19.0
Adds a `lite` profile for foundry that turns off the compiler optimizer. This is suitable for development purposes when the compiler is taking a long time to compile. The developer should be sure to not use this mode when doing contract deployments. To set the profile, set the env var `FOUNDRY_PROFILE=lite`.
contracts-bedrock: lite foundry profile
The `MerkleTrie` tests were using `CommonTest` but do not require anything besides `FFIInterface` so instead of pulling in all of the overhead of `CommonTest`, just deploy `FFIInterface` on its on in the `setUp` function. This should be a slight optimization as it reduces the amount of execution required for setup. Reducing diff from #7928
contracts-bedrock: update `StorageSetter`
…-mon-to-chain-mon feat(chain-mon): monitor safe nonce as a metric
op-challenger: Add a translating trace provider
op-node: Add command to dump rollup configs
* feat: multisig-mon * add to dockerfile and ci pipeline, need for bignumber * logger.error * safe nonces
CI: Make validate-spaces quick
feat(indexer): bridge processor independent L1 & L2 tasks
…-check contracts-bedrock: cleanup deploy config check
…ent_for_gas_snapshot CI: Set STRICT_DEPLOYMENT=false for gas snapshots
fix(indexer): clean up indexer bridge logging
feat(proxyd): add weighting feature to node selection
…OT_CLAIM variable 32 bytes in size
docs(ctb): Add network-specific to style guide
…rn/typescript-eslint/eslint-plugin-6.10.0 build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0
op-challenger: fixes latestBlockNumber signature and ROOT_CLAIM length
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.