Skip to content

1.1.0 - Proxy Contracts

Compare
Choose a tag to compare
@Nakasar Nakasar released this 22 Sep 08:26
2a6e700

ONCHAINID Proxy Contract [1.1.0] - 2020-09-16

Added

  • ONCHAINID contract uses Proxy based on EIP-1167.
  • New contracts,CloneFactory and IdentityFactory
  • Github workflows actions
  • Build script
  • Lint rules for both Solidity and JS
  • Ganache-Cli
  • Rules for eslint (eslintrc)
  • Rules for solhint
  • new Tests for Proxy behavior

Changed

  • Replaced Constructor by "Set" function on ERC734
  • "Set" function is callable only once on ERC734
  • Replaced Yarn by Npm
  • Replaced coverage script by coverage plugin
  • old Tests for compatibility with new proxy