This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 6
Offchain prototype WIP - do not merge #350
Open
CAPtheorem
wants to merge
26
commits into
develop
Choose a base branch
from
offchain-prototype
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
into the omgx monorepo, with some cleanup and whitespace fixes. Changes to be committed: modified: l2geth/core/state_processor.go modified: l2geth/core/state_transition.go modified: l2geth/core/vm/evm.go modified: l2geth/eth/api_backend.go modified: l2geth/internal/ethapi/api.go modified: l2geth/miner/worker.go modified: l2geth/params/version.go modified: l2geth/rollup/sync_service.go modified: l2geth/rpc/errors.go modified: l2geth/rpc/handler.go modified: l2geth/rpc/service.go modified: ops/docker/Dockerfile.geth new file: packages/omgx/offchain-prototype/README-moved.md new file: packages/omgx/offchain-prototype/contracts/HelloTuring.sol new file: packages/omgx/offchain-prototype/contracts/TuringHelper.sol new file: packages/omgx/offchain-prototype/hardhat.config.ts new file: packages/omgx/offchain-prototype/local.env new file: packages/omgx/offchain-prototype/package.json new file: packages/omgx/offchain-prototype/test/hello-test.ts new file: packages/omgx/offchain-prototype/tsconfig.json
Changes to be committed: modified: packages/batch-submitter/src/exec/run-batch-submitter.ts modified: packages/message-relayer/src/exec/run.ts modified: packages/message-relayer/src/exec/withdraw.ts modified: packages/omgx/message-relayer-fast/src/exec/run.ts
Development only - not tuned for production. Changes to be committed: modified: ops/docker-compose.yml modified: ops/envs/batches.env modified: ops/envs/dtl.env modified: ops/envs/geth.env
used elsewhere in the monorepo. Changes to be committed: modified: packages/omgx/offchain-prototype/package.json
the converse. Changes to be committed: modified: ops/docker-compose.yml
we don't send multiple off-chain requests during the processing of a single transaction. Changes to be committed: modified: l2geth/core/vm/evm.go
…h tests and python code
Conflicts: l2geth/miner/worker.go
…egister multiple methods to be called over JSON-RPC. Update the "hello world" example to include an "add 2 numbers" method as well as the string lookups. modified: packages/omgx/offchain-prototype/contracts/HelloTuring.sol modified: packages/omgx/offchain-prototype/contracts/TuringHelper.sol modified: packages/omgx/offchain-prototype/test/hello-test.ts
Changes to be committed: modified: contracts/TuringHelper.sol modified: package.json modified: test/hello-test.ts
Conflicts: ops/docker-compose.yml
Co-authored-by: Mehul Agarwal <[email protected]>
…#315) * add uniswapv2 fee example (incomplete) * add offchain in uniswapv2pair * feat: update fee-test Co-authored-by: Mehul Agarwal <[email protected]> Co-authored-by: souradeep-das <[email protected]> Co-authored-by: CAPtheorem <[email protected]>
* Added multplication to offchain compute * added classifier * added classifier test * addd __pychache__ to gitignore * Added classifier * Updated Readme * nft designing * resolve merge conflicts Co-authored-by: CAPtheorem <[email protected]>
github-actions
bot
added
2-reviewers
A-geth
A-ts-packages
M-batch-submitter
M-ops
labels
Sep 6, 2021
Conflicts: yarn.lock
transaction (vs. from eth_call). Skip a broken cat/dog classifier test case. Changes to be committed: modified: contracts/HelloTuring.sol modified: contracts/TuringHelper.sol modified: test/hello-test.ts
Codecov Report
@@ Coverage Diff @@
## develop #350 +/- ##
========================================
Coverage 76.09% 76.09%
========================================
Files 81 81
Lines 3037 3037
Branches 469 469
========================================
Hits 2311 2311
Misses 726 726
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.