gnosis / dex-contracts

Smart contracts for the Gnosis Protocol v1
https://docs.gnosis.io/protocol/
GNU Lesser General Public License v3.0
98 stars 36 forks source link

[Sharing is Caring] Move `truffle-assertions` typings upstream. #743

Open nlordell opened 4 years ago

nlordell commented 4 years ago

They can either be moved to be part of the truffle-assertions project directly or part of the @types organization.

They are relatively simple typings here: https://github.com/gnosis/dex-contracts/blob/master/types/truffle-assertions/index.d.ts

bh2smith commented 4 years ago

I'm not sure I understand the goal here. Are we to move the content of the file linked in the description to a different repo? Like truffle-assertions?

nlordell commented 4 years ago

Turns out its a little more complicated - there are some type dependencies that need to be setup correctly.