-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
move buckets and composite keys to separate package #94
Merged
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
AlexeyAkhunov
approved these changes
Sep 5, 2019
JekaMas
approved these changes
Sep 5, 2019
battlmonstr
pushed a commit
that referenced
this pull request
Sep 14, 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]> * 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]> * 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]>
jyellick
referenced
this pull request
in bobanetwork/op-erigon
Feb 26, 2024
Increase maxRequestContentLength to 10MB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
database
,rawdb
,ethdb
to one packagewe need it to avoid cycle dependencies