- 17 Aug, 2023 40 commits
-
-
Mark Tyneway authored
Redeploy the erc20 mintable factory such that it no longer uses the bridge value as an immutable but instead places it in storage. The upgrade script is updated to call the initialize function as well with the proxy of the L1 standard bridge.
-
refcell.eth authored
* Automatically add area labels unless label count >= 5 * Fix regex multi-file rules
-
OptimismBot authored
Cast GameStatusString onto Status Type
-
Andreas Bigger authored
-
OptimismBot authored
Clean up Contributing Guide Labels Section
-
mergify[bot] authored
-
Will Cory authored
feat(indexer): Implement cursor based pagination
-
OptimismBot authored
build(deps-dev): bump vite from 4.4.6 to 4.4.9
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.6 to 4.4.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.4.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
build(deps-dev): bump lerna from 6.6.2 to 7.1.5
-
OptimismBot authored
build(deps-dev): bump zod from 3.20.2 to 3.22.1
-
mergify[bot] authored
-
Will Cory authored
Version Packages
-
github-actions[bot] authored
-
refcell.eth authored
-
refcell.eth authored
-
Will Cory authored
README updates and package export rename
-
Will Cory authored
fix: Fix all the broken builds fix: bug in test fix: bad rebase fix: nuke bad tests for now
-
Will Cory authored
comments move handlers to routes, cleaner way of sharing context, clean up schema with tx and blocks
-
Will Cory authored
chore: linter fix: Better error handling
-
Will Cory authored
Merge pull request #6821 from ethereum-optimism/08-16-fix_ci_Log_standard-verbose_for_go_tests_for_indexer fix(ci): Log standard-verbose for go tests for indexer
-
OptimismBot authored
op-challenger: Add e2e test that disputes an output root by agreeing
-
mergify[bot] authored
-
OptimismBot authored
ci: move lint command to makefile
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: Print tx trace info
-
Wyatt Barnes authored
-
Wyatt Barnes authored
-
mergify[bot] authored
-
OptimismBot authored
feat: ERC20 Factory Storage
-
Wyatt Barnes authored
-
Adrian Sutton authored
-
Adrian Sutton authored
Tests the corner case where both sides have the same trace that says the output root is valid but the malicious user has disputed the original output root anyway.
-
mergify[bot] authored
-
OptimismBot authored
build(deps-dev): bump tsup from 7.1.0 to 7.2.0
-
mergify[bot] authored
-
OptimismBot authored
Updated Indexer Documentation & Added Minor Code Comments
-
Andreas Bigger authored
-
Mark Tyneway authored
CI had the command for running linting hardcoded in the CI config. This commit migrates to using `make lint` across all of the services to abstract away from CI what sort of linting is happening, also makes it possible to run the linter locally. Ideally there is a single place where the lint command is defined, we could have makefiles that import makefiles
-
mergify[bot] authored
-