Skip to content

add missing photo#5

Merged
ben-chain merged 1 commit intomasterfrom
feat/new-documentation
Feb 12, 2020
Merged

add missing photo#5
ben-chain merged 1 commit intomasterfrom
feat/new-documentation

Conversation

@ben-chain
Copy link
Copy Markdown
Collaborator

Description

Questions

Metadata

Fixes

  • Fixes # [Link to Issue]
  • Fixes # [Link to Issue]
  • Fixes # [Link to Issue]

Blockers

Contributing Agreement

@ben-chain ben-chain merged commit eb493b9 into master Feb 12, 2020
snario pushed a commit that referenced this pull request Apr 14, 2021
Add timestamp and auth to message passing contracts
protolambda pushed a commit that referenced this pull request Jun 16, 2023
giacomolicari added a commit to gnosispay/optimism that referenced this pull request Jun 20, 2023
…ispay-testnet

Revert "Gnosispay testnet"
refcell pushed a commit that referenced this pull request Sep 6, 2023
Make sure to refund the attester/revoker in case of non-last attestation/revocation and where there is no resolver
dshiell referenced this pull request in polymerdao/optimism-dev Jan 22, 2024
max-sanchez referenced this pull request in hemilabs/optimism Feb 27, 2024
b3993a073 ci: fix go workflow succeeding even if a step fails (#5)
fac63899d Revert uint256 library dependency to v1.2.3 (#8)
9535e48f5 electrumx: fix race condition in client (#4)

git-subtree-dir: heminetwork
git-subtree-split: b3993a0732e8be26b6c3cac3ada843d85480515e
ClaytonNorthey92 referenced this pull request in hemilabs/optimism Apr 17, 2024
b3993a073 ci: fix go workflow succeeding even if a step fails (#5)
fac63899d Revert uint256 library dependency to v1.2.3 (#8)
9535e48f5 electrumx: fix race condition in client (#4)

git-subtree-dir: heminetwork
git-subtree-split: b3993a0732e8be26b6c3cac3ada843d85480515e
therealbytes added a commit to therealbytes/optimism that referenced this pull request May 17, 2024
* refactor: reorg concrete/lib dir

* refactor: remove bloat util

* refactor: make api constructor naming consistent

* refactor: use require.New in tests

* refactor: simplify concrete/api dir

* refactor: simplify api test

* refactor: simplify concrete test

* refactor: simplify wasm test

* refactor: make api constr call consistent

* refactor: minor test format edits

* refactor: get wasm pc address from api
jurajpiar referenced this pull request in jurajpiar/optimism May 25, 2024
* conf: add Goland debugger config

* conf: add vscode debugger config


---------

Co-authored-by: Juraj Piar <juraj@iovlabs.org>
Co-authored-by: Antonio <antonio@iovlabs.org>
blockchaindevsh pushed a commit to blockchaindevsh/optimism that referenced this pull request Jun 24, 2024
theochap pushed a commit that referenced this pull request Dec 10, 2025
feat(book): Add intro section to book
theochap pushed a commit that referenced this pull request Jan 14, 2026
feat(book): Add intro section to book
smartcontracts added a commit that referenced this pull request Feb 22, 2026
Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts added a commit that referenced this pull request Feb 22, 2026
Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts added a commit that referenced this pull request Feb 22, 2026
Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts added a commit that referenced this pull request Mar 3, 2026
Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
smartcontracts added a commit that referenced this pull request Mar 5, 2026
Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
github-merge-queue bot pushed a commit that referenced this pull request Mar 5, 2026
…19272)

* contracts: implement audit code fixes and add tests

Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* contracts: regenerate semver-lock.json for OPContractsManagerV2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* contracts: bump OPContractsManagerV2 version to 7.0.10

Semver-diff requires a patch version bump when bytecode changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
wwared pushed a commit that referenced this pull request Mar 9, 2026
…19272)

* contracts: implement audit code fixes and add tests

Add onlyDelegateCall enforcement to upgradeSuperchain, upgrade, and
migrate functions (#17). Include msg.sender in deploy salt to prevent
cross-caller CREATE2 collisions (#17). Add duplicate instruction key
detection in upgrade validation (#9). Validate startingRespectedGameType
against enabled game configs (#10). Add code-existence check in
loadBytes (#18). Add setUp guard to VerifyOPCM.runSingle (#4). Remove
unused _findChar function (#5). Pass real AddressManager in migrator
proxy deploy args (#11). Add tests covering all audit fix behaviors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* contracts: regenerate semver-lock.json for OPContractsManagerV2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* contracts: bump OPContractsManagerV2 version to 7.0.10

Semver-diff requires a patch version bump when bytecode changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant