Skip to content

Commit

Permalink
plan out work ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornkihlberg committed Mar 21, 2023
1 parent 319f061 commit 019fbb0
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -6,6 +6,15 @@ module Language.Marlowe.Runtime.Transaction.ApiSpec

import Test.Hspec (Spec, describe, it, shouldBe)

{-
TODO Ensure CIP-25 version 2 is supported
- version 1 may be supported but don't waste effort on this
- ignore <other_properties> for now
TODO ensure that ToJSON and FromJSON are inverses of each other
TODO CIP25Metadata -> Metadata procedure
TODO Organize strings such that they are no longer than 64 characters long
-}

spec :: Spec
spec = do
describe "mkCIP25Metadata" do
Expand Down

0 comments on commit 019fbb0

Please sign in to comment.