Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

@SetProtocol Alpha Release v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@felix2feng felix2feng released this 17 Apr 18:41
· 748 commits to master since this release
1b722a9

This release of Set Protocol has some major updates in the productionizing of Set Protocol.

Smart Contract Changes

  • Renamed tokens to components for better naming
  • Add flexibility to define component units in decimals by standardizing inputs in gWei
  • Add partialRedeem and redeemExcluded functions that add to the safety of owning a Set.

Repo Changes

  • Migrated all unit tests and scripting files into Typescript, leveraging a lot from Dharma's codebase
  • Set up testing framework in Typescript, with Happy path and failure case tests

TODO

  • Utilize generated contract typings as a guardrail for testing development

Some interesting facts

  • As of now, we have been able to issue a Set of up to 60 tokens before running into out-of-gas errors.