forked from onflow/flow-go
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Kay-Zee
wants to merge
10,000
commits into
dapperlabs:master
Choose a base branch
from
onflow:master
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.
Open
Sync fork #1
Conversation
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
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 ☂️ |
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.
Improve remote debugger
…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)
…terface-for-caches [DataAvaliability] Add opportunity to extract data from storages
Update to Cadence v1.5.1
…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)
Update to Cadence v1.6.0
…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
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.
No description provided.