Skip to content

feat(protocol): add a few governance/treasury related contracts #19229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Apr 14, 2025

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented Apr 7, 2025

Summary

  • Added TaikoTreasuryVault: A contract to hold treasury tokens and Ether, decoupling asset ownership from the DAO.
  • Introduced MinimalOwner: A lightweight owner contract that owns all contracts and is itself owned by the DAO. This structure simplifies a potential future transition from the Taiko DAO to a shared L2 DAO (e.g., from the EF).
  • Implemented TokenLocker: A non-upgradable contract that linearly unlocks TAIKO tokens over time, preventing even the DAO from depleting tokens too quickly.

@dantaik dantaik changed the base branch from main to fix_deployment_code April 7, 2025 05:11
@dantaik dantaik changed the base branch from fix_deployment_code to main April 7, 2025 05:54
@dantaik dantaik marked this pull request as ready for review April 7, 2025 05:55
@dantaik dantaik changed the title feat(protocol): add contracts for treasury management feat(protocol): add a few governance/treasury related contracts and fixed test issues Apr 7, 2025
@dantaik dantaik enabled auto-merge April 7, 2025 05:57
@dantaik dantaik requested a review from xiaodino April 7, 2025 05:57
@dantaik dantaik requested review from bearni95 and davidtaikocha and removed request for YoGhurt111 and davidtaikocha April 8, 2025 02:19
@dantaik dantaik changed the title feat(protocol): add a few governance/treasury related contracts and fixed test issues feat(protocol): add a few governance/treasury related contracts Apr 8, 2025
@dantaik dantaik requested review from adaki2004 and xiaodino April 12, 2025 03:22
@dantaik
Copy link
Contributor Author

dantaik commented Apr 14, 2025

@bearni95 @xiaodino please also test theses contracts with the DAO contracts.

@dantaik dantaik added this pull request to the merge queue Apr 14, 2025
Merged via the queue into main with commit 194bb48 Apr 14, 2025
6 checks passed
@dantaik dantaik deleted the treasury_contracts branch April 14, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants