This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: HardlyDifficult/hardlydifficult-eth
Releases · HardlyDifficult/hardlydifficult-eth
Rename sqrt
Renames sqrt
to sqrtUint
to avoid a compile issue / name conflict.
Math
Adds BigDiv and Sqrt contracts.
Bump dependencies
Updates all dependencies to the latest versions.
c-org update
Bumps the c-org-abi package to 1.2.5
Fix USDC deploy
Fix deployment error when working with a non-ganache network.
+getToken
Adds a getToken call for DAI and USDC which returns a truffleContract instance given a contract address.
Bump c-org
Updates c-org-abi to 1.2.1
c-org update
Updates c-org-abi to 1.2.0.
Also
- Bump dependencies
- Improve some tests
CloneFactory
Adds: CloneFactory (EIP-1167), Clone2Factory (EIP-1167 using create2
)
and ApproveAndCall (WIP)
Unlock createTestLock helper
Adds the createTestLock
helper for Unlock Protocol.