aave-protocol icon indicating copy to clipboard operation
aave-protocol copied to clipboard

missing files for testing

Open gititGoro opened this issue 4 years ago • 1 comments

Hi there, When I tried to run the tests, I noticed a great deal of implied dependencies but no package.json. I also came across lines like this:

import {getTruffleContractInstance} from '../../utils/truffle/truffle-core-utils';

but none of truffle's libraries in any of their repos have this exported function (as far as I can tell).

This line

import {NIL_ADDRESS, ETHEREUM_ADDRESS} from '../../utils/constants';

looks very Aave specific since the source code contains that dummy ethereum address.

I think there's a toplevel utils folder that hasn't been committed.

gititGoro avatar Jul 07 '20 10:07 gititGoro

@The-3D @ernesto-usal ???

katalonne avatar Jan 22 '21 15:01 katalonne