* remove ownable to clear compiler error
* Add mintWithEth function to TST to burn Eth
* Update test/README.md with mintWithETH usage
* remove unnecessary 'revert ETHTransferFailed' in mintWithETH
* Move emit functions to top of TestStabletoken.t.sol script
* Add max token supply mechanism for TST
* Linting fix
* Update max eth used in WakuRlnv2 test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Use 1 to 1 eth burn per token ratio
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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