This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
Payload provider API and EVM support #2163
Draft
larskuhtz
wants to merge
397
commits into
master
Choose a base branch
from
pp/evm
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.
Draft
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
Change-Id: Id000000093fc79d7fee9f7649bad58da42b2a160
5ea38ae to
7417cc8
Compare
Change-Id: Id00000008b60d15828a2d14317b6859d90e4dd0b
Change-Id: Id00000005ff623054b0e5d209928232292d6ebe6
Change-Id: Id000000071126e9351ea71f9a02ac92af035845d
Change-Id: Id0000000151078b0a82a6c4f23a05ef30688ce37
Change-Id: Id000000022763a2b1146bc6db6c4dda6fb21f309
Change-Id: Id000000009af5d9ff63ae6c1c9093ee9e369669d
Change-Id: Id0000000224d219eeea207814eda62d817083e15
8776687 to
e5977dc
Compare
Change-Id: Id000000036f42381e5e2e3404260570c5f194682
Change-Id: Id000000039d19a1e43d9193f3d3776bdb3234d73
Otherwise, existing pact databases will trigger rewinds to genesis, because they will see no current ConsensusState rows. Change-Id: Id0000000f26422ea9dd60fb52574244b3e9c5e8b
Co-authored-by: rsoeldner <r.soeldner@gmail.com>
It seems that since adding the read-only connection pool we get misuse errors from sqlite occasionally when releasing savepoints. I can't tell how exactly savepoints are implemented, and there is no sqlite documentation on the interaction between multiple readers and savepoints for read transactions and the WAL file all together, *but*, the simple policy that transactions are only begun from PactService.hs seems sufficient to give us the same guarantees as we got from savepoints anyway. Change-Id: Id000000058775f60cd5949497a34d0fb06584190
Co-authored-by: rsoeldner <r.soeldner@gmail.com>
Change-Id: Id0000000fbd4c58b18ba9e4063c224da92b97b43
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.