Skip to content

Releases: TPL-protocol/tpl-contracts

TPL v1.1

08 Dec 21:26
Compare
Choose a tag to compare

This release includes a refined implementation of the Extended Jurisdiction, as well as an expanded set of example permissioned tokens and validator contracts, all with 100% code coverage. You may also now install TPL as an npm package using $ npm install tpl-contracts or $ yarn add tpl-contracts. Then, import in your contracts using import "tpl-contracts/contracts/<path-to-contract>.sol"; As always, PRs for improvements to TPL, issues you discover, or further example integration contracts are encouraged.

TPL v1.0

28 Oct 01:16
Compare
Choose a tag to compare

This release corrects issues uncovered during a thorough internal audit and marks the first reference version of TPL. A big thank you to @spalladino, @fiiiu, @ElOpio, @facuspagnuolo, @demibrener and the whole Zeppelin team for performing and overseeing the audit.

Note that, while the Basic Jurisdiction is now being used in production, the Extended Jurisdiction and other contracts still require additional auditing and testing. If you uncover any issues or have concerns with the contracts in general, please open an issue or submit a PR!