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

Making revert messages flow through to the caller #35

Merged
merged 10 commits into from
Mar 13, 2020

Conversation

willmeister
Copy link

Description

Makes revert messages flow through from the contract where the revert is called to the caller.

Metadata

Fixes

Contributing Agreement

 - @eth-optimism/core-db@0.0.1-alpha.19
 - @eth-optimism/core-utils@0.0.1-alpha.19
 - @eth-optimism/docs@0.0.1-alpha.19
 - @eth-optimism/optimistic-game-semantics@0.0.1-alpha.19
 - @eth-optimism/ovm-truffle-provider-wrapper@0.0.1-alpha.19
 - @eth-optimism/ovm@0.0.1-alpha.19
 - @eth-optimism/rollup-contracts@0.0.1-alpha.19
 - @eth-optimism/rollup-core@0.0.1-alpha.19
 - @eth-optimism/rollup-dev-tools@0.0.1-alpha.19
 - @eth-optimism/rollup-full-node@0.0.1-alpha.19
 - @eth-optimism/solc-transpiler@0.0.1-alpha.19
 - @eth-optimism/ovm-truffle-provider-wrapper@0.0.1-alpha.20
 - @eth-optimism/ovm@0.0.1-alpha.20
 - @eth-optimism/rollup-full-node@0.0.1-alpha.20
Copy link

@masonforest masonforest left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

let success := call(
gas,
codeAddress,
0,
_callBytes,
callSize,
returnData,
500000

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

 - @eth-optimism/core-db@0.0.1-alpha.21
 - @eth-optimism/core-utils@0.0.1-alpha.21
 - @eth-optimism/docs@0.0.1-alpha.21
 - @eth-optimism/optimistic-game-semantics@0.0.1-alpha.21
 - @eth-optimism/ovm-truffle-provider-wrapper@0.0.1-alpha.21
 - @eth-optimism/ovm@0.0.1-alpha.21
 - @eth-optimism/rollup-contracts@0.0.1-alpha.21
 - @eth-optimism/rollup-core@0.0.1-alpha.21
 - @eth-optimism/rollup-dev-tools@0.0.1-alpha.21
 - @eth-optimism/rollup-full-node@0.0.1-alpha.21
 - @eth-optimism/solc-transpiler@0.0.1-alpha.21
@willmeister willmeister merged commit dcba2f7 into master Mar 13, 2020
@willmeister willmeister deleted the YAS-244/revertMessages branch March 13, 2020 15:47
gakonst added a commit that referenced this pull request Apr 12, 2021
* ci: disable yarn install cache

* chore: use yarn test:ci to only test changes since master

* ci: use separate job for linting contracts

* feat(contracts): update to ethereum-optimism/contracts@06cdfb4

* feat(hardhat-ovm): replace env var with OVM config network

ethereum-optimism/plugins#35

* feat(batch-submitter): update to ethereum-optimism/batch-submitter@8cd92d4

* feat(dtl): update to https://github.com/ethereum-optimism/data-transport-layer/commit/b1e340a32bd6986ba2c381a10229d49c0b274648

More unit tests and slight type refactoring

* chore: regenerate yarn lock

* fix(integration-tests): use `--network optimism` instead of env var

* chore: yarn lint
snario pushed a commit that referenced this pull request Apr 14, 2021
* deployment: script

* deploy script: fix error message

* scripts: fixes

* deploy: update params

* deploy: lower inclusion period
InoMurko referenced this pull request in omgnetwork/optimism May 25, 2021
* ci: disable yarn install cache

* chore: use yarn test:ci to only test changes since master

* ci: use separate job for linting contracts

* feat(contracts): update to ethereum-optimism/contracts@06cdfb4

* feat(hardhat-ovm): replace env var with OVM config network

ethereum-optimism/plugins#35

* feat(batch-submitter): update to ethereum-optimism/batch-submitter@8cd92d4

* feat(dtl): update to https://github.com/ethereum-optimism/data-transport-layer/commit/b1e340a32bd6986ba2c381a10229d49c0b274648

More unit tests and slight type refactoring

* chore: regenerate yarn lock

* fix(integration-tests): use `--network optimism` instead of env var

* chore: yarn lint
@github-actions github-actions bot mentioned this pull request Sep 20, 2022
teddyknox pushed a commit to teddyknox/optimism that referenced this pull request Oct 3, 2023
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.

None yet

2 participants