livepeer / protocol

Livepeer protocol
MIT License
154 stars 45 forks source link

Standardize the tooling of the codebase #566

Closed RiccardoBiosas closed 2 years ago

RiccardoBiosas commented 2 years ago

Context Currently the protocol codebase makes use of many different tools which have been adopted and then supplanted by more recent/suitable alternatives over time. The tooling includes: web3 and hardhat/web3, ethereum-waffle and hardhat-waffle, ethers and hardhat-ethers, hardhat-deploy, foundry. Also it includes outdated/unused configuration files such as the Dockerfile / docker-compose. Proposal I propose to:

yondonfu commented 2 years ago

@RiccardoBiosas will break this up into smaller, more tightly scoped tasks.

yondonfu commented 2 years ago

Closing because we've broken out smaller issues.