Updated the npm dependencies to the latest versions
missing:
ipfs-http-client - which has some breaking changes. I think it is not a problem for us but needs to be tested
solhint - wich also has a breaking change and now needs pretier for codestyle linting. I did not want that additional dependency now. Also we probably needs to improve the linting of the solidity files
Updated the npm dependencies to the latest versions
missing:
- [ ] ipfs-http-client - which has some breaking changes. I think it is not a problem for us but needs to be tested
- [ ] solhint - wich also has a breaking change and now needs pretier for codestyle linting. I did not want that additional dependency now. Also we probably needs to improve the linting of the solidity files
raucao
(Migrated from github.com)
approved these changes 2020-05-27 09:06:17 +00:00
the new IPFS package now returns a Object [AsyncGenerator] {} and no longer just a promise.
we should update that package in an separate pull request. same for the solhint package.
I've tested all the scripts (bootstrap, etc.) and seems to work fine.
the new IPFS package now returns a `Object [AsyncGenerator] {} ` and no longer just a promise.
we should update that package in an separate pull request. same for the solhint package.
I've tested all the scripts (bootstrap, etc.) and seems to work fine.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Updated the npm dependencies to the latest versions
missing:
LGTM (didn't test locally)
the new IPFS package now returns a
Object [AsyncGenerator] {}and no longer just a promise.we should update that package in an separate pull request. same for the solhint package.
I've tested all the scripts (bootstrap, etc.) and seems to work fine.
those warnings: https://github.com/67P/kredits-contracts/network/alerts should be fine now, too.
they are all from within the app/ package-lock.json
utACK