- 03 Nov, 2023 30 commits
-
-
Mark Tyneway authored
contracts-bedrock: simplify rlp tests
-
Mark Tyneway authored
contracts-bedrock: simplify test
-
Mark Tyneway authored
contracts-bedrock: 1967 helper version
-
Mark Tyneway authored
chore: Make paths references DRY
-
Mark Tyneway authored
Use a more relaxed version for the `EIP1967Helper` contract. This will make it much more portable. Part of https://github.com/ethereum-optimism/optimism/pull/7928
-
Mark Tyneway authored
Migrates the rlp tests to use `Test` instead of `CommonTest`. This will reduce the overhead of running the test slightly.
-
Mark Tyneway authored
Simplify the `DeployerWhitelist` tests by using `Test` instead of `CommonTest`. Should slightly reduce the overhead of the tests.
-
Mark Tyneway authored
contracts-bedrock: simplify merkle trie setup
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
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 https://github.com/ethereum-optimism/optimism/pull/7928
-
Mark Tyneway authored
contracts-bedrock: lite foundry profile
-
Mark Tyneway authored
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`.
-
Mark Tyneway authored
build(deps-dev): bump hardhat from 2.18.3 to 2.19.0
-
Mark Tyneway authored
build(deps): bump @ethereumjs/rlp from 5.0.0 to 5.0.1
-
Mark Tyneway authored
build(deps): bump viem from 1.18.2 to 1.18.3
-
protolambda authored
Span batch atomicity
-
protolambda authored
-
protolambda authored
-
protolambda authored
Span Batch Hard Fork Activation Rule Update
-
protolambda authored
-
protolambda authored
-
protolambda authored
indexer, op-service: refactor service lifecycle to start/stop resoures more cleanly
-
Will Cory authored
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
dependabot[bot] authored
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>
-
protolambda authored
op-node: static-peers list local-peer check and flag description update
-
protolambda authored
-
protolambda authored
-
- 02 Nov, 2023 10 commits
-
-
Mark Tyneway authored
contracts-bedrock: fuzz optimism portal
-
Mark Tyneway authored
-
protolambda authored
-
Mark Tyneway authored
-
protolambda authored
-
Hamdi Allam authored
fix(indexer) Add API Timeouts & Closures
-
Inphi authored
ci: ignore code coverage in script contracts
-
inphi authored
-
protolambda authored
-
protolambda authored
-