Skip to content

Commit

Permalink
Add structured logs interface and script fees recording
Browse files Browse the repository at this point in the history
Also updates CLB dep
  • Loading branch information
uhbif19 committed Jul 1, 2024
1 parent a847a9d commit 5a41a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/tech_debt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Design
* Tx Signers
* Tx stuff naming
* Tests
* Mutation and security
* Code arch and style
* No onchain/offchain GHC options separations of code
* No hlint
* CI and versioning
2 changes: 1 addition & 1 deletion src/Cardano/CEM/Monads/L1Commons.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Data.Map qualified as Map

-- Cardano imports
import Cardano.Api hiding (queryUtxo)
import Cardano.Api.Shelley (LedgerProtocolParameters (..))
import Cardano.Api.Shelley (LedgerProtocolParameters (..), Tx (..))

-- Project imports
import Cardano.CEM.Monads
Expand Down

0 comments on commit 5a41a74

Please sign in to comment.