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.