Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deployment): add baklava deployment script (#59)
* chore: add CS module script * chore: install forge std * chore: add deploy script for mcmint contracts * chore: update scripts to deploy proxies * chore: use 1 deploy script * refactor: - initilizer & owner from pricing modules * chore: update addresses * chore: merge from feature/McMint Squashed commit of the following: commit 0b21d4f Author: boqdan <[email protected]> Date: Tue Nov 15 10:33:40 2022 +0000 chore: make linter happy (#66) * chore: make linter happy * chore: add solhint exceptions inline to make IDE happy * chore: fix tests where revert message changed * chore: fix additional compiler warnings commit 389a023 Merge: cf19aa5 dedb150 Author: bowd <[email protected]> Date: Tue Nov 15 08:12:09 2022 +0100 Merge branch 'develop' into feature/mcmint commit cf19aa5 Author: bowd <[email protected]> Date: Tue Nov 15 08:06:10 2022 +0100 chore: run CI on PRs to feature branches commit dedb150 Author: philbow61 <[email protected]> Date: Thu Nov 10 13:24:38 2022 +0100 Hotfix/revert stable token cap (#62) * chore: revert codebase to pre StableToken bucket cap Co-authored-by: nina <[email protected]> commit a492147 Author: nina <[email protected]> Date: Sat Oct 22 11:19:24 2022 +0200 chore: update description of mento Emphasise that our reserve is over collateralized commit c85cffa Author: nina <[email protected]> Date: Thu Nov 10 07:39:09 2022 +0100 test: migrate StableToken tests to foundry (#27) Co-authored-by: Bayological <[email protected]> Co-authored-by: philipraetsch <[email protected]> commit c230eb0 Author: philbow61 <[email protected]> Date: Tue Nov 1 15:28:59 2022 +0100 test: migrate sorted oracles tests (#51) * test: migrate sorted oracles tests * refactor: follow naming conventions Co-authored-by: Bayological <[email protected]> * refactor: apply code formatter Co-authored-by: philipraetsch <[email protected]> Co-authored-by: Bayological <[email protected]> commit b0f79e9 Author: Bayological <[email protected]> Date: Mon Oct 31 22:08:57 2022 +0100 ci: remove flakey issue check (#52) commit 48799e7 Author: Bayological <[email protected]> Date: Thu Oct 27 18:39:58 2022 +0200 ci: remove slither (#49) commit fcb5543 Author: Bayological <[email protected]> Date: Sat Oct 22 04:18:42 2022 -0500 chore: add slither action (#41) Adds slither analyzer to the CI workflow commit 1e7287b Merge: 2f43375 a84afc9 Author: boqdan <[email protected]> Date: Sat Oct 22 10:17:00 2022 +0100 feat: enforce PRs are linked to issues Add a github action to ensure a PR has a linked issues in the descriptions. commit a84afc9 Author: bowd <[email protected]> Date: Fri Oct 21 18:28:46 2022 +0200 Use existing CI yaml file commit f651fe7 Author: bowd <[email protected]> Date: Fri Oct 21 18:21:59 2022 +0200 Use pull-request instead of pull-request-target commit 199f3ad Author: bowd <[email protected]> Date: Fri Oct 21 18:17:58 2022 +0200 Make the CI step run when develop is the target commit 2ba98b5 Author: bowd <[email protected]> Date: Fri Oct 21 18:12:55 2022 +0200 Check PRs for linked issues commit 2f43375 Merge: 81194c3 e14c660 Author: nina <[email protected]> Date: Wed Oct 5 18:24:58 2022 +0200 Merge pull request #16 from mento-protocol/ninabarbakadze/StableTokenRegistry-tests feat: StableTokenRegistry tests in Foundry commit e14c660 Author: Nina Barbakadze <[email protected]> Date: Wed Oct 5 10:59:35 2022 +0200 refactor: inconsistent printWidth in Prettier causing the lint error commit 3a0090a Author: nina <[email protected]> Date: Fri Sep 30 16:27:52 2022 +0200 Update StableTokenRegistry.t.sol commit f80908f Author: Nina Barbakadze <[email protected]> Date: Fri Sep 30 16:21:12 2022 +0200 cleanup commit b6d2218 Author: Nina Barbakadze <[email protected]> Date: Fri Sep 30 11:34:13 2022 +0200 completed commit fd3df74 Author: Nina Barbakadze <[email protected]> Date: Wed Sep 28 14:51:55 2022 +0200 stableTokenRegistry tests in Foundry * refactor: revert pricing module changes These were addressed in a separate PR * chore: add proposal to governance script * chore: merge from feature/mcmint Squashed commit of the following: commit e4365d2 Author: philbow61 <[email protected]> Date: Thu Nov 17 19:09:43 2022 +0100 feat(broker): make broker capable of minting (#68) * feat: make broker capable of minting and burning STs * test: update BrokerIntergrationTest * refactor: apply code formatter * fix: add missing bracket lost in merge * test: add unit tests Co-authored-by: philipraetsch <[email protected]> commit 1070bb6 Author: Tobias Kuhlmann <[email protected]> Date: Thu Nov 17 18:24:03 2022 +0100 feat(test): delete unused code (#70) commit 42733cc Author: philbow61 <[email protected]> Date: Wed Nov 16 19:13:57 2022 +0100 Refactor: pricing modules unupgradable and stateless (#67) * refactor: refactor pricingModules and corresponding tests * refactor: remove unused imports Co-authored-by: philipraetsch <[email protected]> commit 0b21d4f Author: boqdan <[email protected]> Date: Tue Nov 15 10:33:40 2022 +0000 chore: make linter happy (#66) * chore: make linter happy * chore: add solhint exceptions inline to make IDE happy * chore: fix tests where revert message changed * chore: fix additional compiler warnings commit 389a023 Merge: cf19aa5 dedb150 Author: bowd <[email protected]> Date: Tue Nov 15 08:12:09 2022 +0100 Merge branch 'develop' into feature/mcmint commit cf19aa5 Author: bowd <[email protected]> Date: Tue Nov 15 08:06:10 2022 +0100 chore: run CI on PRs to feature branches commit dedb150 Author: philbow61 <[email protected]> Date: Thu Nov 10 13:24:38 2022 +0100 Hotfix/revert stable token cap (#62) * chore: revert codebase to pre StableToken bucket cap Co-authored-by: nina <[email protected]> commit a492147 Author: nina <[email protected]> Date: Sat Oct 22 11:19:24 2022 +0200 chore: update description of mento Emphasise that our reserve is over collateralized commit c85cffa Author: nina <[email protected]> Date: Thu Nov 10 07:39:09 2022 +0100 test: migrate StableToken tests to foundry (#27) Co-authored-by: Bayological <[email protected]> Co-authored-by: philipraetsch <[email protected]> commit c230eb0 Author: philbow61 <[email protected]> Date: Tue Nov 1 15:28:59 2022 +0100 test: migrate sorted oracles tests (#51) * test: migrate sorted oracles tests * refactor: follow naming conventions Co-authored-by: Bayological <[email protected]> * refactor: apply code formatter Co-authored-by: philipraetsch <[email protected]> Co-authored-by: Bayological <[email protected]> commit b0f79e9 Author: Bayological <[email protected]> Date: Mon Oct 31 22:08:57 2022 +0100 ci: remove flakey issue check (#52) commit 48799e7 Author: Bayological <[email protected]> Date: Thu Oct 27 18:39:58 2022 +0200 ci: remove slither (#49) commit fcb5543 Author: Bayological <[email protected]> Date: Sat Oct 22 04:18:42 2022 -0500 chore: add slither action (#41) Adds slither analyzer to the CI workflow commit 1e7287b Merge: 2f43375 a84afc9 Author: boqdan <[email protected]> Date: Sat Oct 22 10:17:00 2022 +0100 feat: enforce PRs are linked to issues Add a github action to ensure a PR has a linked issues in the descriptions. commit a84afc9 Author: bowd <[email protected]> Date: Fri Oct 21 18:28:46 2022 +0200 Use existing CI yaml file commit f651fe7 Author: bowd <[email protected]> Date: Fri Oct 21 18:21:59 2022 +0200 Use pull-request instead of pull-request-target commit 199f3ad Author: bowd <[email protected]> Date: Fri Oct 21 18:17:58 2022 +0200 Make the CI step run when develop is the target commit 2ba98b5 Author: bowd <[email protected]> Date: Fri Oct 21 18:12:55 2022 +0200 Check PRs for linked issues commit 2f43375 Merge: 81194c3 e14c660 Author: nina <[email protected]> Date: Wed Oct 5 18:24:58 2022 +0200 Merge pull request #16 from mento-protocol/ninabarbakadze/StableTokenRegistry-tests feat: StableTokenRegistry tests in Foundry commit e14c660 Author: Nina Barbakadze <[email protected]> Date: Wed Oct 5 10:59:35 2022 +0200 refactor: inconsistent printWidth in Prettier causing the lint error commit 3a0090a Author: nina <[email protected]> Date: Fri Sep 30 16:27:52 2022 +0200 Update StableTokenRegistry.t.sol commit f80908f Author: Nina Barbakadze <[email protected]> Date: Fri Sep 30 16:21:12 2022 +0200 cleanup commit b6d2218 Author: Nina Barbakadze <[email protected]> Date: Fri Sep 30 11:34:13 2022 +0200 completed commit fd3df74 Author: Nina Barbakadze <[email protected]> Date: Wed Sep 28 14:51:55 2022 +0200 stableTokenRegistry tests in Foundry * chore: folder rename to script * chore: set initilized flag to false * chore: update baklava deployment addresses * refactor(deployment): cleanup manual things in script * feat(deployment): add CGP simulation * fix(deployment): transfer ownership of proxy * fix(deployment): remove some configs that aren't valid on baklava * fix: linting and proxy initialization * fix: change version number of new contracts * fix: remove confusing comment * fix: better naming for the deploy script * fix: move dscription outside of helper function * fix: compiler error * refactor(deployment): refactor deployment/cgp scripts * refactor(deployment): setup a new structure for gcp and deployment scripts * fix(deployment): deploy correct stable token implementations * feat(deployment): read broadcast files for deployed contracts * feat(deployment): include relevant broadcast files * fix: linting * fix: fix issues introduced earlier * refactor: remove leftover variable * chore: remove unused interface * fix: compiler warnings and deployment fix Co-authored-by: bowd <[email protected]>
- Loading branch information