- 20 Nov, 2024 16 commits
-
-
Matthew Slipper authored
- Enables support for deploying tagged versions against new chains, but behind a huge warning that requires user input to bypass. Since our tagged release versions do not contain all implementations, using op-deployer in this way will deploy contracts that haven't been governance approved. Since this workflow is useful for development but bad for prod, I've added support for it but users have to bypass a large warning that describes the risks. - Validates the hashes of tagged version artifacts after downloading them. This prevents users from downloading tampered versions of the artifacts from GCS.
-
zhiqiangxu authored
-
Joshua Gutow authored
* op-node: Create metrics to record if sequencer is active * op-node: Update transactions_sequenced_total metric --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
dependabot[bot] authored
Bumps [github.com/kurtosis-tech/kurtosis/api/golang](https://github.com/kurtosis-tech/kurtosis) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/kurtosis-tech/kurtosis/releases) - [Changelog](https://github.com/kurtosis-tech/kurtosis/blob/main/CHANGELOG.md) - [Commits](https://github.com/kurtosis-tech/kurtosis/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: github.com/kurtosis-tech/kurtosis/api/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
zhiqiangxu authored
-
Michael Amadi authored
* improve dispute game tests and coverage * fixes
-
Michael Amadi authored
* improve optimismportal(2) test coverage * improve optimismportal(2) test coverage * more tests, fixes
-
Mark Tyneway authored
* contracts: remove op-nft Remove the `op-nft` package from the contracts package. None of these contracts are maintained and can be moved to another repo if necessary. The purpose of this commit is to reduce compilation time. Less files to compile means less compilation time. * fix: semver lock step - ran pre-pr. * fix: use added/modified filter for heavy fuzz Updates the heavy fuzz filter for CI to only check for added or modified contracts, now excluding deleted or moved contracts. --------- Co-authored-by:
Blaine Malone <blainemalone01@gmail.com> Co-authored-by:
Kelvin Fichter <kelvinfichter@gmail.com>
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.14.11 to v1.14.12. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Michael Amadi authored
* improve universal and libraries tests and coverage * fixes
-
Michael Amadi authored
* improve delayedWeth test and coverage * improve delayedWeth test and coverage * fix DataAvailabilityChallenge failing fuzz test
-
clabby authored
* feat(ctb): `RISCV.sol` semver-lock Co-Authored-By:
Minhyuk Kim <kimminhyuk1004@gmail.com> Co-Authored-By:
Taem Park <wwwee98@gmail.com> Co-Authored-By:
Park Changwan <pcw109550@gmail.com> Co-Authored-By:
protolambda <proto@protolambda.com> * snapshots * diff with remote in CI * schedule diff job * Update .circleci/config.yml Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * remove check changed --------- Co-authored-by:
Minhyuk Kim <kimminhyuk1004@gmail.com> Co-authored-by:
Taem Park <wwwee98@gmail.com> Co-authored-by:
Park Changwan <pcw109550@gmail.com> Co-authored-by:
protolambda <proto@protolambda.com> Co-authored-by:
Matt Solomon <matt@mattsolomon.dev>
-
protolambda authored
-
Raffaele authored
* migrate close-stale github action * using external script * completing script * removing old github action * example only * removing versions * removing tag-service
-
blaine authored
-
protolambda authored
-
- 19 Nov, 2024 24 commits
-
-
protolambda authored
-
zhiqiangxu authored
-
Matthew Slipper authored
Update the op-deployer Dockerfile to install CA certificates and symlink /op-deployer into /usr/local/bin so that it's on the container's PATH.
-
George Knee authored
Co-authored-by:
Samuel Laferriere <samlaf92@gmail.com>
-
Mark Tyneway authored
It has been 6 months since we removed the package and added the redirect. Anybody that has not learned where it is at this point will be able to search Github and find a link to this commit.
-
Axel Kingsley authored
* interop: make geth Dockerfile use rc5 * use rc6 * Update ops-bedrock/l2-op-geth-interop.Dockerfile
-
Matthew Slipper authored
Adds a unit test for mainnet deployments at version 1.6.0.
-
Axel Kingsley authored
* Reset Derivation when Supervisor is Behind * Disable Batcher Throttling in Interop local-devnet
-
George Knee authored
* implement batchSubmitter.checkExpectedProgress * remove buffer variable * add warning logs when calling waitNodeSyncAndClearState * push method down into channel manager and add test * clarify SyncStatus documentation * improve TestChannelManager_CheckExpectedProgress make parameters "tighter" / more realistic and check an extra case
-
Sebastian Stammler authored
-
Roberto Bayardo authored
-
George Knee authored
* flatten out batcher goroutines * move wg increment to parent fn * ensure mainloop closes before receipts loop * add comments * pass a context to both loops * remove debug lines * clean up mutex handling in receiptsLoop * don't need to set default value the first time * avoid writing to Logger while holding mutex * typo * increase log level and include tx.ID * fix changes from merge, hoist throttling loop goroutine launch to driver * call done on waitgroup in throttlingLoop * move function around hoping this makes the diff nicer
-
Cypher Pepe authored
* typo corr 2022-02-02-inflation-vuln.md * typo corr README.md * typo corr RUNBOOK.md
-
zhiqiangxu authored
-
brawn authored
Fix typo in comment for Keccak256Commitment.Encode method
-
soyboy authored
- fixing the audit commits and descriptions so they map correctly
-
Donny authored
CI must passing should be CI must pass.
-
brawn authored
Fix typo in build script comment for clarity
-
BE Water authored
-
Adrian Sutton authored
* security-reviews: Add 3Doc report on Canon F_GETFD changes. * security-reviews: Update README.
-
Michael Amadi authored
* fix challenge struct natspec * semver bump * semver bump * semver bump
-
Michael Amadi authored
* improve tests * fixes * fixes * fixes * Apply suggestions from code review Co-authored-by:
smartcontracts <kelvin@optimism.io> * fixes --------- Co-authored-by:
smartcontracts <kelvin@optimism.io>
-
Michael Amadi authored
* improve tests * fixes * fixes... * Apply suggestions from code review Co-authored-by:
smartcontracts <kelvin@optimism.io> * fixes --------- Co-authored-by:
smartcontracts <kelvin@optimism.io>
-
Matthew Slipper authored
- Refactor the semver inspector so that it can be called from outside the CLI - Adds a a canonical L2 genesis file for v1.6.0, and a unit test to assert that new chains deployed using v1.6.0 have the right L2 genesis.
-