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

Programmers guide and algorithm for separating data and structure for patricia tree #54

Merged
merged 38 commits into from
Jul 3, 2019

Conversation

AlexeyAkhunov
Copy link
Contributor

No description provided.

@AlexeyAkhunov AlexeyAkhunov merged commit 15cb0e5 into master Jul 3, 2019
@AlexeyAkhunov AlexeyAkhunov deleted the visual branch July 6, 2019 08:46
bgelb pushed a commit to bgelb/erigon that referenced this pull request Sep 11, 2023
revitteth referenced this pull request in 0xPolygonHermez/cdk-erigon Dec 12, 2023
* feat(zk): tip sync

* feat(zk): tip sync improvements

* datastream bookmark fix (#53)

* datastream bookmark fix

* datastream bookmark fix

* stage_batches error handle

* feat(zk): verifications progress

* added progress and bug fix

* removed tx spam

* feat(zk): tip sync improvements

* feat(zk): tip sync improvements

* batches fix and exec progress percent

* feat(zk): tip sync improvements

* feat(zk): tip sync - initial to verified boundary

* feat(zk): tip sync - initial to verified boundary

* code betterment

* Proxy send transaction (#54)

* wip - proxy send transaction

* added rpc.url flag and sendtx upstream

---------

Co-authored-by: Valentin Staykov <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* some pr comments

* minor log level changes

* feat(zk): fix db ordering, l1 verifications - requires resync

* feat(zk): fix db ordering, l1 verifications - requires resync

---------

Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Igor Mandrigin <[email protected]>
revitteth referenced this pull request in 0xPolygonHermez/cdk-erigon Dec 12, 2023
* feat(zk): tip sync

* feat(zk): tip sync improvements

* datastream bookmark fix (#53)

* datastream bookmark fix

* datastream bookmark fix

* stage_batches error handle

* feat(zk): verifications progress

* added progress and bug fix

* removed tx spam

* feat(zk): tip sync improvements

* feat(zk): tip sync improvements

* batches fix and exec progress percent

* feat(zk): tip sync improvements

* feat(zk): tip sync - initial to verified boundary

* feat(zk): tip sync - initial to verified boundary

* code betterment

* Proxy send transaction (#54)

* wip - proxy send transaction

* added rpc.url flag and sendtx upstream

---------

Co-authored-by: Valentin Staykov <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* initial infra

* some pr comments

* minor log level changes

* batchNumber and batchNumberByBlockNumber

* merge

* fix after merge renames

* verifiedbatchnumber

* IsBlockConsolidated

* ConsolidatedBlockNumber

* readme

* some rearrangement

* some work on get block

* quick fix to get the code building for zkevm rpc

* adding in L1 sequences stage ready to feed to RPC calls

* progress on zk rpc calls

* handing off zkevm_getBatchByNumber to upstream RPC

* feat(rpc): zkevm namespace enablement and docs

* further work on rpc endpoints data

* store correct tx root hash in the header of a block

* test added for receipts root calculation

* store gas used as part of execution

* further progress on filling in block details for RPC

* some minor progress on RPC

* updates to populate more RPC data

---------

Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Igor Mandrigin <[email protected]>
Co-authored-by: Scott Fairclough <[email protected]>
revitteth referenced this pull request in 0xPolygonHermez/cdk-erigon Dec 14, 2023
* feat(zk): tip sync

* feat(zk): tip sync improvements

* datastream bookmark fix (#53)

* datastream bookmark fix

* datastream bookmark fix

* stage_batches error handle

* feat(zk): verifications progress

* added progress and bug fix

* removed tx spam

* feat(zk): tip sync improvements

* feat(zk): tip sync improvements

* batches fix and exec progress percent

* feat(zk): tip sync improvements

* feat(zk): tip sync - initial to verified boundary

* feat(zk): tip sync - initial to verified boundary

* code betterment

* Proxy send transaction (#54)

* wip - proxy send transaction

* added rpc.url flag and sendtx upstream

---------

Co-authored-by: Valentin Staykov <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* some pr comments

* minor log level changes

* feat(zk): fix db ordering, l1 verifications - requires resync

* feat(zk): fix db ordering, l1 verifications - requires resync

---------

Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Igor Mandrigin <[email protected]>
revitteth referenced this pull request in 0xPolygonHermez/cdk-erigon Dec 14, 2023
* feat(zk): tip sync

* feat(zk): tip sync improvements

* datastream bookmark fix (#53)

* datastream bookmark fix

* datastream bookmark fix

* stage_batches error handle

* feat(zk): verifications progress

* added progress and bug fix

* removed tx spam

* feat(zk): tip sync improvements

* feat(zk): tip sync improvements

* batches fix and exec progress percent

* feat(zk): tip sync improvements

* feat(zk): tip sync - initial to verified boundary

* feat(zk): tip sync - initial to verified boundary

* code betterment

* Proxy send transaction (#54)

* wip - proxy send transaction

* added rpc.url flag and sendtx upstream

---------

Co-authored-by: Valentin Staykov <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* Update cmd/rpcdaemon/commands/send_transaction.go

Co-authored-by: Igor Mandrigin <[email protected]>

* initial infra

* some pr comments

* minor log level changes

* batchNumber and batchNumberByBlockNumber

* merge

* fix after merge renames

* verifiedbatchnumber

* IsBlockConsolidated

* ConsolidatedBlockNumber

* readme

* some rearrangement

* some work on get block

* quick fix to get the code building for zkevm rpc

* adding in L1 sequences stage ready to feed to RPC calls

* progress on zk rpc calls

* handing off zkevm_getBatchByNumber to upstream RPC

* feat(rpc): zkevm namespace enablement and docs

* further work on rpc endpoints data

* store correct tx root hash in the header of a block

* test added for receipts root calculation

* store gas used as part of execution

* further progress on filling in block details for RPC

* some minor progress on RPC

* updates to populate more RPC data

---------

Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Valentin Staykov <[email protected]>
Co-authored-by: Igor Mandrigin <[email protected]>
Co-authored-by: Scott Fairclough <[email protected]>
taratorio pushed a commit that referenced this pull request Jul 23, 2024
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.

1 participant