docs: add l1-l2-deposit-withdrawal (#684)
* Merge conflict
* add: integration test
* chore: cleanup deps
* fix: nohoist examples so that paths get set correctly
* chore: rename package.json script
* chore: combine test statements into 1
previously the individually separate tests did not test anything meaningful
* fix: get tests to pass
* add yarn and fix typo
* remove call to yarn
* re-add call to yarn for first tests
* revert compilerVersion paths to og
* update ovm-solc path
* update test commands
* typo
* final bug fix
* cleaning
* i will prevail
* i will prevail
* timeout to 60sec
Co-authored-by:
Georgios Konstantopoulos <me@gakonst.com>
> LGTM, it may be worth splitting the examples testing in a separate github workflow to reduce CI times, as they've become long.
Showing
examples/hardhat/yarn.lock
0 → 100644
This diff is collapsed.
This diff is collapsed.
examples/truffle/yarn.lock
0 → 100644
This diff is collapsed.
... | @@ -3,13 +3,15 @@ | ... | @@ -3,13 +3,15 @@ |
"version": "1.0.0", | "version": "1.0.0", | ||
"author": "Optimism PBC", | "author": "Optimism PBC", | ||
"license": "MIT", | "license": "MIT", | ||
"workspaces": [ | "workspaces": { | ||
"packages/*", | "packages": [ | ||
"l2geth", | "packages/*", | ||
"integration-tests", | "l2geth", | ||
"specs", | "integration-tests", | ||
"examples/*" | "specs" | ||
], | ], | ||
"nohoist": ["examples/*"] | |||
}, | |||
"private": true, | "private": true, | ||
"devDependencies": { | "devDependencies": { | ||
"lerna": "^4.0.0", | "lerna": "^4.0.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment