* Add proxy contract for TST
* Fix token proxy update function to use provided new TST address
* Transfer token proxy contract ownership to deployer
* Add Token Proxy Contract Owner as init input
* Add UUPSUPgradeable to TST
* Formatting
* fix import format
* Add README to explain TST usage
* Linting fix
* Check TST test transfer return val
* Add descriptions in README for TST usage
* Fix linting
* Use TST token deployer in test conrtact, update test README
* USe assertTrue in TST test
* Add Approver list of accounts that can mint token
* Update Approver to Minter role
* Renaming of mapping and add events for minter add/remove
* Formatting fix
* chore: tests
* fix: add helper to get all metadata from idCommitment
* fix: max runs
* fix: full tree test
* fix: refactor, reuse function for memberExists
* fix: getCommitments range and cut scope from other tests
* fix: range for assert on pagination
* fix: duped conditionals