Skip to content

Releases: HQ20/contracts

v0.0.5

04 Jun 07:40
Compare
Choose a tag to compare

What’s Changed

v0.0.4

22 Apr 16:05
Compare
Choose a tag to compare

What’s Changed

  • Upgraded to solidity 0.6 and OpenZeppelin contracts 3.0
  • Removed our own role-based access control contract now that its ideas are used in OpenZeppelin's
  • Implemented a dividend-bearing ERC20 token which supports transfer, minting and burning.
  • Implemented DecimalMath.sol for quick and easy to use fixed-point math
  • Implemented ERC20Mintable and ERC721Mintable as an admin and users contract using AccessControl.sol

v0.0.3

10 Mar 11:17
Compare
Choose a tag to compare

What’s Changed

🐛 Bug Fixes

0.0.2

03 Feb 14:39
Compare
Choose a tag to compare

What’s Changed

  • Rename ERC20Dividendable into ERC20DividendableEth
  • Add ERC20MultiDividendable
  • Split (old) Issuance into (new) Issuance and IssuanceEth
  • Add VentureEth
  • Add DAO
  • Promote EnergyMarket to examples
  • Promote UniswapExchange out of drafts
  • Promote Classifieds out of drafts

0.0.1

03 Feb 14:44
62516ea
Compare
Choose a tag to compare

In this release, we have included contracts for:

  • A State Machine.
  • An ICO.
  • Using the ERC165 standard.

We have also included draft versions (meaning test coverage between 80% and 90%) of:

  • A dividend-bearing ERC20 token.
  • A classifieds board.
  • The Uniswap exchange in solidity.
  • An energy market.

And from previous versions we include:

  • Linked Lists.
  • Whitelists.
  • Role Based Access Control.