Tags: mento-protocol/mento-core
Tags
fix: update airgrab duration to 10 weeks (#418)
Governance integration tests (#330) ### Description Integration tests that cover functionality around new governance and token. This branch is based on the governance factory branch. Once that is merged all the related changes should be contained in `/test/governance/IntegrationTests` ### Other changes Utils.sol and Proposals.sol that is used by the tests Removed the old comment on Airgrab.sol about the ownership of the contract. ### Tested Yes ### Related issues - Fixes #275 --------- Co-authored-by: boqdan <bogdan@bowd.io> Co-authored-by: Philip Paetz <philip.paetz@me.com> Co-authored-by: boqdan <304771+bowd@users.noreply.github.com>
chore: update comments (#237) Minor updates to some of the comments to use consistent language.
fix: Take token precision into account in BiPoolManager (#182) * fix: take token precision into account * fix: add slither exceptions * fix: add ignore to slither * fix: fix comment * fix: remove explicit return * fix: foundry updated and reverts on unintended stopPrank * fix: another small changePrank thing