Skip to content
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

GoldToken & CeloRegistry to L2 #45

Closed
wants to merge 98 commits into from
Closed

GoldToken & CeloRegistry to L2 #45

wants to merge 98 commits into from

Conversation

pahor167
Copy link

No description provided.

clabby and others added 30 commits August 18, 2023 15:36
Makes it easy to wait for either a specified duration or a context being done
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.3 to 1.25.4.
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.3...v1.25.4)

---
updated-dependencies:
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
### Changes

Removes redundant error check conditional and its unreachable body.
…by/ctb/game-type-parity

feat(ctb): Preserve prod game type space
…apture-return-data

op-e2e: Capture return value when tracing failed tx
…fy/unreachable

simplify: remove unreachable code
…ndabot/go_modules/gorm.io/gorm-1.25.4

build(deps): bump gorm.io/gorm from 1.25.3 to 1.25.4
…7-feat_indexer_Run_the_migrations_in_the_docker-compose_file

feat(indexer): Run the migrations in the docker-compose file
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.28.0...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
hamdiallam and others added 28 commits August 21, 2023 21:47
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 16.7.1 to 16.7.2.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/16.7.2/packages/nx)

---
updated-dependencies:
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…nable-peer-banning

op-node: Enable peer banning by default
…ad-gas-helper

op-e2e: Extract helper for sending transactions with padded gas limit
…ndabot/npm_and_yarn/nx-16.7.2

build(deps-dev): bump nx from 16.7.1 to 16.7.2
…xer.bytes.serialization

fix(indexer): replace json gorm serialization
…ndabot/npm_and_yarn/viem-1.6.4

build(deps): bump viem from 1.3.1 to 1.6.4
…ndabot/npm_and_yarn/eslint-plugin-import-2.28.1

build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1
* Add pages workflow and forkdiff config

* Remove TODOs

* Update trigger to reflect future celo default branch pattern

* Update latest rebased commit
- Remove unnecessary jobs
- Use available resource classes
This works by loading the database of a celo
node. It then removes all existing blocks and
generates a new genesis block including the
existing state tree.

Migrate to urfave/cli/v2

Update op-chain-ops/cmd/op-migrate/main.go

Co-authored-by: Karl Bartel <[email protected]>
* The context for building the `l2` container was not correct. I used to
  have the entrypoints copied into the `cel2-testnet/docker` directory,
  but notices that it is pure duplication. So now I reference the
  `ops-bedrock` directory as context.
* Using local paths makes the container build work for developers that
  don't have the optimism repo checked out at `~/optimism`.
* adding trivy scanning to the Docker files

* adding docker build scan

* fixing typo

* adding context for bedrock images

* adding context to ops dockerfile packages

* fixing context for ops packges:

* removing push/pull triggers and adding just a manual workflow run with workflow_dispatch
Setting `open-pull-requests-limit: 0` prevent version updates but should
keep the security scans and updates according to
https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file

> If you only require security updates and want to exclude version
> updates, you can set open-pull-requests-limit to 0 in order to prevent
> version updates for a given package-ecosystem.
with `pnpm lint:check`.
@pahor167 pahor167 closed this Sep 14, 2023
palango pushed a commit that referenced this pull request Sep 19, 2024
* test: add L2 standard bridge interop unit tests (#13)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: unit tests fixes

* fix: super to legacy tests failing

* fix: mock and expect mint and burn

* fix: add generic factory interface (#14)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: add generic factory interface

* feat: modify OptimismMintableERC20Factory for convert (#17)

* test: add L2 standard bridge interop unit tests

* fix: add tests natspec

* fix: add generic factory interface

* feat: modify OptimismMintableERC20Factory for convert

* fix: use only a public function for create3

* feat: rollback interop factory, modify legacy one

* fix: delete local token return variable

* fix: PR fixes

* feat: add superchain erc20 factory implementation (#23)

* feat: add superchain erc20 factory implementation

* fix: remove createX comments

* test: add superchain erc20 factory tests (#25)

* test: add superchain erc20 factory tests

* test: add erc20 asserts

* test: fix expect emit

* fix: remove comments

* feat: add constructor to superchain ERC20 beacon (#34)

* test: remove factory predeploy etch

----------

Co-authored-by: 0xng <[email protected]>
Co-authored-by: 0xParticle <[email protected]>
Co-authored-by: gotzenx <[email protected]>

* fix: set an arbitrary address for superchain erc20 impl

* fix: deploy a proxy for the beacon on genesis (#45)


---------

Co-authored-by: 0xng <[email protected]>

* fix: conflicts and imports

* fix: interfaces

* chore: add .testdata

* fix: adding back .testdata to gitignore

* fix: new conflicts from ci improvements

---------

Co-authored-by: 0xng <[email protected]>
Co-authored-by: 0xParticle <[email protected]>
Co-authored-by: gotzenx <[email protected]>
Co-authored-by: Disco <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.