trufflesuite / drizzle

Reactive Ethereum dapp UI suite
907 stars 238 forks source link

Conflict in interfaces INode, AST and IContract #121

Open parthlaw opened 2 years ago

parthlaw commented 2 years ago

A similar conflict as mentioned in #66 is happening with the interfaces INode, AST, and the field in IContract updatedAt.

  1. Many of the required fields don't produce on compiling the contracts in JSON (happens in INode and AST interfaces)
  2. updatedAt is of type Date in IContract but compiled result generated string.