Skip to content

Commit 5a41a74

Browse files
committed
Add structured logs interface and script fees recording
Also updates CLB dep
1 parent a847a9d commit 5a41a74

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/tech_debt.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Design
2+
* Tx Signers
3+
* Tx stuff naming
4+
* Tests
5+
* Mutation and security
6+
* Code arch and style
7+
* No onchain/offchain GHC options separations of code
8+
* No hlint
9+
* CI and versioning

src/Cardano/CEM/Monads/L1Commons.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Data.Map qualified as Map
1010

1111
-- Cardano imports
1212
import Cardano.Api hiding (queryUtxo)
13-
import Cardano.Api.Shelley (LedgerProtocolParameters (..))
13+
import Cardano.Api.Shelley (LedgerProtocolParameters (..), Tx (..))
1414

1515
-- Project imports
1616
import Cardano.CEM.Monads

0 commit comments

Comments
 (0)