File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ### Added
11+
12+ - src/implants/sudoImplant.sol
13+ - A Module (implant) for enforcing BORG, DAO co-approvals on Safe admin operations such as toggling Modules or setting Guards
14+
15+ - src/libs/governance/snapShotExecutor.sol
16+ - An off-chain (snapshot) voting coordinator contract that enforces BORG, DAO co-approvals on proposals
17+
18+ - scripts/yearnBorg.s.sol
19+ - Scripts for deploying Yearn BORG contracts
20+
21+ ### Updated
22+
23+ - src/borgCore.sol
24+ - Blocks delegate calls by default in blacklist mode and allow whitelisting specific contracts
25+ - Maintains the same behaviors in whitelist mode
26+
27+ - src/implants/ejectImplant.sol
28+ - Allows admin to allow/disallow a member to reduce threshold when resigning
You can’t perform that action at this time.
0 commit comments