-
Notifications
You must be signed in to change notification settings - Fork 219
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
Bump cardano-node from 1.32.1 to 1.33.0 #3071
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c7e1a38
cabal: Bump index-state to 2021-01-01
rvl e060d1d
stack.yaml: Bump cardano-node from 1.32.1 to 1.33.0
rvl 30bf958
stack.yaml: Bump LTS snapshot from 18.13 to 18.21
rvl 5bd3b15
Bump Hackage.nix and Stackage.nix to latest
rvl f6ef68d
cabal.project: Bump cardano-node from 1.32.1 to 1.33.0
rvl 90fb307
Cabal: Remove deprecated shelley-spec-ledger build-deps
rvl 3d2a1af
haddock: Update links to cardano-ledger CDDL files
rvl c415d9a
docs: Update version matrix
rvl 54099bd
Dependency churn
rvl 598207f
One does not simply define a MonadSTM instance
rvl 749c8bb
API churn
rvl 0916501
Regenerate nix
rvl 4bbbe61
fixup! stack.yaml: Bump cardano-node from 1.32.1 to 1.33.0
rvl 431f1a9
Handle new UnknownTxIns from ledger evaluateTransactionExecutionUnits
Anviking 765bd5b
Remove redundant constraint
Anviking f8bc2f5
Fix StakePoolMetadata generator creating too large values
sevanspowell 82aeff0
Restrict TxIndex generation
sevanspowell 3920fa7
Reduce range of TxIxs further
sevanspowell 2f1af8f
Tweak generation and coverage
sevanspowell 5e0f827
Add missing swagger error for RedeemerUnresolvedInputs
sevanspowell d6fdbe2
Fix simplifyAddress implementation
sevanspowell 97ad203
Fix JSON golden files
sevanspowell 839a02c
Add new prop_balanceTransactionUnresolvedInputs
Anviking 852adff
Tweak ErrAssignRedeemersUnresolvedTxIns error
Anviking 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 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 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 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 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 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 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 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 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.
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.
Looks like a
MonadSTM
instance forReaderT
, though, no?