-
Notifications
You must be signed in to change notification settings - Fork 25
Dijkstra integration #921
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
ana-pantilie
wants to merge
34
commits into
master
Choose a base branch
from
ana/v2-node-release-10.6
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
Dijkstra integration #921
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
156d119
Add `DijkstraEra era` to `CardanoEra era`
Jimbo4350 2872eda
Add `ShelleyBasedEraDijkstra` to `ShelleyBasedEra era`
Jimbo4350 dda8797
Add Dijkstra era to eons
Jimbo4350 704d11d
Add `DijkstraEra` to `Era era`
Jimbo4350 7a86381
COMBINE ME: cabal file updates
Jimbo4350 5be60e0
Update `QueryInShelleyBasedEra era result`
Jimbo4350 3a8826d
Update `makeShelleyTransactionBody` with Dijkstra era
Jimbo4350 e63bb2c
Update ledger types `PParamUpdatePurpose`, `CommitteePurpose` and
Jimbo4350 63ad603
Propagate `ChainAccountState`
Jimbo4350 b483de7
Consensus related Dijkstra changes
Jimbo4350 0d8ee49
Temporary Cardano.Api.LedgerState Dijkstra update
Jimbo4350 730ff11
Update TxOut rendering to handle Dijkstra era
Jimbo4350 ca28c36
Update `eraSpecificLedgerTxBody` with Dijkstra era
Jimbo4350 d91aedc
Update `decodeBigLedgerPeerSnapshot` to support snapshot SRV names
Jimbo4350 338a657
Update generators with PlutusScriptV4
Jimbo4350 acdff31
Introduce PlutusScriptV4
Jimbo4350 3437b94
Propagate Dijkstra era
Jimbo4350 0a737a6
Merge with PlutusV4 intro
Jimbo4350 5229ec3
Merge with propagate Dikstra
Jimbo4350 6e832cb
REMOVE ME: Add ledger and consensus SRPs
Jimbo4350 8330132
Update nix flake
Jimbo4350 f3ca538
Update cardano-rpc with PlutusV4
Jimbo4350 6d81484
Implement `executeLocalStateQueryExprWithVersion`
Jimbo4350 4904a0d
Fix parseHardForkTriggers
Jimbo4350 2da81eb
Fix cardano-rpc-test for protocol parameters roundtrip
carbolymer 673e4a8
Update flake lock and ouroboros-network and plutus patches
palas 65013af
Update wasm cache
palas 1efbb74
Merge with: Consensus related Dijkstra change
faab1c2
Use exampleDijkstraGenesis value
7b8fa12
Fix cabal-gild CI failure
0eeff17
Run formolu
a93eab2
Fix HLS CI job
carbolymer 79b9c02
Address lints
palas 64e62e7
Update `ouroboros-consensus` stanza
palas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this come from? Are we not matching on something here, or are we missing
COMPLETEpragma in ledger?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think we are missing a
COMPLETEpragma in ledger.