-
Notifications
You must be signed in to change notification settings - Fork 688
Implement Execution/Consensus interface over RPC #3617
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
Open
KolbyML
wants to merge
56
commits into
OffchainLabs:master
Choose a base branch
from
KolbyML:Execution/Consensus-interface-over-RPC
base: master
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.
+907
−316
Open
Changes from 43 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
4f132e9
Implement Execution/Consensus interface over RPC
KolbyML 969a1b6
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 8219a5e
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 2a18ad2
update implementation, separate out responsibilities of starting a js…
ganeshvanahalli eaad44a
fix CI flag
ganeshvanahalli 901dbea
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 18097ee
bug fix
ganeshvanahalli f54a0f0
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli eeb55d3
fix failing tests and refactor code to not use executionClient before…
ganeshvanahalli f35e01b
merge master and resolve conflicts
ganeshvanahalli acb0165
address PR comments
ganeshvanahalli baca94a
address PR comment
ganeshvanahalli 61b8b17
fix challenge tests
ganeshvanahalli 55e3d05
merge upstream master
ganeshvanahalli 7c9c449
minor fix
ganeshvanahalli e9b35e3
bugfix
ganeshvanahalli 6894bbe
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli b71389d
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli f793c62
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli c65f6bf
merge master and resolve conflicts
ganeshvanahalli 25c70bd
fix failing CI
ganeshvanahalli 6dac9b1
move MessageResult from consensus to execution package
ganeshvanahalli 130a5ab
merge master and resolve conflicts
ganeshvanahalli c2f6ebd
fix CI
ganeshvanahalli 94aa08c
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli ac38683
address PR comments
ganeshvanahalli 75f885c
address PR comment
ganeshvanahalli 1f8c7c2
merge master and resolve conflicts
ganeshvanahalli ffe9416
fix lint error
ganeshvanahalli 04b166e
address review
ganeshvanahalli 5201dda
remove import aliases
ganeshvanahalli 61a4017
fix CI
ganeshvanahalli 2df87bc
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli cb34614
resolve PR comments
ganeshvanahalli 3b5fa3b
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 0acc651
fix typo
ganeshvanahalli f8b8f60
address PR comments
ganeshvanahalli b71cb29
merge master and resolve conflict
ganeshvanahalli 72458ac
address PR comments
ganeshvanahalli 4501faf
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli cd5bd77
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 3d7a2c5
address PR comments
ganeshvanahalli 6ce9b5b
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli cce9ac7
address PR comments
ganeshvanahalli ceef817
fix CI
ganeshvanahalli ac94517
attempt: fix challenge tests CI
ganeshvanahalli 144c44e
address PR comments
ganeshvanahalli c556785
Merge branch 'master' into Execution/Consensus-interface-over-RPC
ganeshvanahalli 310a61a
ensure correct cleanup in retryableSetup system tests
ganeshvanahalli 667db30
only enable ConsensusExecutionInSameProcessUseRPC over websocket
ganeshvanahalli 3f1cdd1
address PR comments
ganeshvanahalli b584553
address PR comments
ganeshvanahalli 690b8e7
address PR comments
ganeshvanahalli 219dd11
undo change of default for ConsensusExecutionInSameProcessUseRPC
ganeshvanahalli 04cdeb3
update CI workflow
ganeshvanahalli 20e5888
merge master and resolve conflicts
ganeshvanahalli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this step being run by CI?
Some possible strategies:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it used to run previously but this PR is pretty old and CI workflow was changed, I updated it to run along with defaults-A and defaults-B