Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Soupstraw committed Nov 22, 2024
1 parent 6cc0b86 commit b616b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Ledger/Conway/Foreign/HSLedger/Core.agda
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ record HSVKey : Type where
field vkey :
storedHash :

instance
Hashable-HSVKey : Hashable HSVKey ℕ
Hashable-HSVKey = λ where .hash HSVKey.storedHash

unquoteDecl DecEq-HSVKey = derive-DecEq
((quote HSVKey , DecEq-HSVKey) ∷ [])

Expand Down
2 changes: 0 additions & 2 deletions src/Ledger/Conway/Foreign/HSLedger/Utxo.agda
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ module _ (ext : ExternalFunctions) where
∷ show (LW.witsVKeyNeeded utxo body)
"\nwitsKeyHashes = "
∷ show (mapˢ hash (dom vkSigs))
--∷ "\ncredsNeeded = "
--∷ show (credsNeeded utxo body)
∷ []

{-# COMPILE GHC utxow-debug as utxowDebug #-}

0 comments on commit b616b88

Please sign in to comment.