Skip to content

Releases: DuBento/Tracer

First Release + Evaluation

03 Dec 10:48
1c3dd53
Compare
Choose a tag to compare

First non-dev release.
After performance evaluation and demonstration.

Changelog:

  • Small fixes
  • Tests for performance evaluation
  • Demo and Readme

Client View and QRcode

11 Sep 12:06
Compare
Choose a tag to compare
Pre-release

Changelog:

  • QRcode generation supporting GS1 Digital Link standard
  • Download generated qrcode as vector (svg) for easy design and resizing of product labels
  • Client view frontend page, in timeline form (mobile view)
  • Link member and actor data in management frontend page (humanize data with actor names, ...)
  • Update management view with new color scheme
  • Missing batch and pages view
  • Homepage design for mobile and desktop view
  • Fix IPFS upload API bug

DAO Improvements

30 Jul 14:52
Compare
Choose a tag to compare
DAO Improvements Pre-release
Pre-release

Changelog:

  • Simplified and specialize governance contracts based on OpenZeppelin: Removed token, timelock and other additional changes
  • Deployment cost improvement of about 59%
  • Updated tests and lib scripts for new governance implementation
  • Gas-report for comparison report

DAO with Openzepplin Governance contracts

19 Jul 13:23
Compare
Choose a tag to compare

Changelog:

  • Token, timelock and governor contract from Openzepplin standards
  • Addons to Governance:
    • User Registry - registering and managing members and actors
    • SupplychainFactory - contract factory for supplychain traceability contracts using EIP-1167 Clone Factory
  • Update Supplychain traceability contract to reflect access control and state changes
  • Deployment scripts using hardhat-deploy
  • General base scripts (lib) for propose, vote and execute
  • Added Governance tests and updated previous traceability tests
  • Gas-report for comparison report

Supplychain smart contract + IPFS

20 Jun 11:45
Compare
Choose a tag to compare
Pre-release

Changelog:

  • base smart contract for supplychain management
  • basic developer frontend interface
  • off-chain data and supplychain smart contract integration with IPFS