Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: HardlyDifficult/hardlydifficult-eth

Rename sqrt

06 Nov 22:30
229e43d
Compare
Choose a tag to compare
Rename sqrt Pre-release
Pre-release

Renames sqrt to sqrtUint to avoid a compile issue / name conflict.

Math

06 Nov 17:37
Compare
Choose a tag to compare
Math Pre-release
Pre-release

Adds BigDiv and Sqrt contracts.

Bump dependencies

01 Nov 04:10
89a8b64
Compare
Choose a tag to compare
Bump dependencies Pre-release
Pre-release

Updates all dependencies to the latest versions.

c-org update

29 Oct 19:45
Compare
Choose a tag to compare
c-org update Pre-release
Pre-release

Bumps the c-org-abi package to 1.2.5

Fix USDC deploy

25 Oct 02:23
Compare
Choose a tag to compare
Fix USDC deploy Pre-release
Pre-release

Fix deployment error when working with a non-ganache network.

+getToken

24 Oct 18:20
3adb2ab
Compare
Choose a tag to compare
+getToken Pre-release
Pre-release

Adds a getToken call for DAI and USDC which returns a truffleContract instance given a contract address.

Bump c-org

23 Oct 03:31
eeb303f
Compare
Choose a tag to compare
Bump c-org Pre-release
Pre-release

Updates c-org-abi to 1.2.1

c-org update

18 Oct 01:05
Compare
Choose a tag to compare
c-org update Pre-release
Pre-release

Updates c-org-abi to 1.2.0.

Also

  • Bump dependencies
  • Improve some tests

CloneFactory

14 Oct 00:58
356d0f1
Compare
Choose a tag to compare
CloneFactory Pre-release
Pre-release

Adds: CloneFactory (EIP-1167), Clone2Factory (EIP-1167 using create2)
and ApproveAndCall (WIP)

Unlock createTestLock helper

10 Oct 21:04
a92aa03
Compare
Choose a tag to compare
Pre-release

Adds the createTestLock helper for Unlock Protocol.