Conversation
| @@ -0,0 +1,71 @@ | |||
| {-# LANGUAGE DataKinds #-} | |||
| {-# LANGUAGE EmptyCase #-} | |||
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
| {-# LANGUAGE EmptyCase #-} | ||
| {-# LANGUAGE FlexibleContexts #-} | ||
| {-# LANGUAGE GADTs #-} | ||
| {-# LANGUAGE NamedFieldPuns #-} |
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
| {-# LANGUAGE FlexibleContexts #-} | ||
| {-# LANGUAGE GADTs #-} | ||
| {-# LANGUAGE NamedFieldPuns #-} | ||
| {-# LANGUAGE OverloadedStrings #-} |
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
| {-# LANGUAGE NamedFieldPuns #-} | ||
| {-# LANGUAGE OverloadedStrings #-} | ||
| {-# LANGUAGE RankNTypes #-} | ||
| {-# LANGUAGE RecordWildCards #-} |
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
| {-# LANGUAGE RankNTypes #-} | ||
| {-# LANGUAGE RecordWildCards #-} | ||
| {-# LANGUAGE ScopedTypeVariables #-} | ||
| {-# LANGUAGE TupleSections #-} |
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
| {-# LANGUAGE RecordWildCards #-} | ||
| {-# LANGUAGE ScopedTypeVariables #-} | ||
| {-# LANGUAGE TupleSections #-} | ||
| {-# LANGUAGE TypeApplications #-} |
Check warning
Code scanning / HLint
Unused LANGUAGE pragma Warning generated
0d214de to
3686dc7
Compare
3686dc7 to
0cb8e81
Compare
|
|
dc4394a to
8056c64
Compare
8056c64 to
48922cd
Compare
Changelog
Context
Removes deprecated code that has been superseded by era-based protocol parameter updates. This cleans up
ProtocolParameters.hsandTx.Internal.Bodysignificantly (~1000 lines removed).How to trust this PR
Straightforward removal of deprecated, unused code. Build passes cleanly.
Checklist