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

Pw/world state sync #66

Merged
merged 39 commits into from
Mar 23, 2023
Merged

Pw/world state sync #66

merged 39 commits into from
Mar 23, 2023

Conversation

PhilWindle
Copy link
Collaborator

Description

Initial work to get the back end 'services' coordinating to produce a rollup and maintain the world state etc.

Checklist:

  • I have reviewed my diff in github, line by line.
  • Every change is related to the PR description.
  • I have linked this pull request to the issue(s) that it resolves.
  • There are no unexpected formatting changes, superfluous debug logs, or commented-out code.
  • The branch has been rebased against the head of its merge target.
  • I'm happy for the PR to be merged at the reviewer's next convenience.

PhilWindle and others added 30 commits March 8, 2023 11:11
* add basic p2p client declarations for starting

* WIP adding basic properties to p2p client

* basic in-memory tx pool

* super high-level implementation of p2p client initial sync

* add public stop function to p2p client

* add txPool to p2p client constructor

* add functions to get all txs from tx pool & p2p client

* add base p2p test

* add yarn start - start:dev

* consolidate some temp types etc

* reject txs after being stopped

* p2p running sync promise

* add client state to status response

* tx pool tests + cleanup

* add world-state to yarn-project-base dockerfile

* add merkle-tree to yarn-project-base-dockerfile

* update project references + VERY BASIC implementation of Accumulated Tx Data

* use types from data-archiver

* merge fixes

* update to use l2 blocks from archiver
@PhilWindle PhilWindle merged commit 4078589 into master Mar 23, 2023
@charlielye charlielye deleted the pw/world-state-sync branch March 28, 2023 21:19
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.

3 participants