Skip to content

Sync fork #1

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
wants to merge 10,000 commits into
base: master
Choose a base branch
from
Open

Sync fork #1

wants to merge 10,000 commits into from

Conversation

Kay-Zee
Copy link

@Kay-Zee Kay-Zee commented Aug 23, 2023

No description provided.

@Kay-Zee Kay-Zee requested a review from gomisha as a code owner August 23, 2023 17:23
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

fxamacker and others added 28 commits April 24, 2025 10:45
This commit uses multiDB storage for these stores in AN:
- events
- lightTransactionResults
- transactionResultErrorMessages

multiDB store is only used when node.DBOps is pebble-batch.
Under the hood, multiDB store creates multiReader for read ops,
such as Get, Iterate, and Seek.  Write ops are only performed on
primary DB.
…line

Create pipeline to handle image promotion from private registry to public
…ove-not-using-passed-rw

[Storage] Fix batch remove in ServiceEvents to use the correct batch (BadgerDB, Pebble)
bootstrapping changed: AccountV2Migration contract is no longer deployed
…ulti-iterator

[Storage] Add database multiReader, multiIterator, multiSeeker (BadgerDB, Pebble)
…ccess-node

[Access] Add support for multi-store reading of collections & transactions in Access Nodes
…ore-stores-in-an

[Access] Add support for multi-store reading of events, lightTransactionResults, etc. (BadgerDB & Pebble)
peterargue and others added 30 commits May 27, 2025 20:01
…terface-for-caches

[DataAvaliability] Add opportunity to extract data from storages
…et-upgrade-timestamp

[Backport] updating Pectra upgrade timestamps
[Access] Add compatibility override for v0.42.0
[Execution] Fix event index for service events
[Storage] Fix memory caches getting out of sync with databases (BadgerDB and Pebble)
…ution-data-requester

[DataAvailability] Implement oneshot execution data requester
This commit renames storage/operation/payload.go to
storage/operation/execution_fork_evidence.go.

Also added a comment to note the functions have the same
functionality as the corresponding BadgerDB-specific
functions in badger/operation/payload.go file.
…ence

[Storage] Support Execution Fork Evidence for new databases (BadgerDB & Pebble)
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.