fabric-chaincode-haskell icon indicating copy to clipboard operation
fabric-chaincode-haskell copied to clipboard

Finish implementing all the chaincode functions in marbles example

Open nwaywood opened this issue 5 years ago • 1 comments

blocked by #4 since some stub functions that aren't implemented yet are used in the marbles example

nwaywood avatar Sep 04 '20 05:09 nwaywood

Required stub functions:

  • [x] initMarble
    • [x] createCompositeKey
  • [ ] transferMarbleBasedOnColor
    • [x] getStateByPartialCompositeKey
    • [x] splitCompositeKey
  • [ ] queryMarblesByOwner and queryMarbles
    • [ ] getQueryResult
  • [ ] queryMarblesWithPagination
    • [ ] getQueryResultWithPagination
  • [ ] getHistoryForMarble
    • [ ] getHistoryForKey

nwaywood avatar Sep 07 '20 03:09 nwaywood