Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

TODOs 20180904

kongliangzhong edited this page Sep 4, 2018 · 2 revisions

TODOs-20180904

External deserialize library:

  • deploy a external library so a third-party contract can deserialize the parameter data of submitRings function

Broker:

  • can place a order
  • can cancel its orders
  • the original owner should approve its token to our delegate contract first.

On-chain order book, add test case:

  • on-chain order can be traded with another on-chain order
  • on-chain order can be traded with off-chain order
  • on-chain order can be created by a external contract

Token registry:

Js simulator:

  • print detailed diagnostic information for a ring
  • *add UI interface

Interceptor:

  • *design

Fee model:

  • add a controller in feeHolder, the controller can withdraw all tax and burn it
  • add test cases