Releases: privacy-scaling-explorations/excubiae
Releases · privacy-scaling-explorations/excubiae
v0.1.0
🚨 Breaking Changes
🚀 Features
🐞 Bug Fixes
- Skip explicitly the symlinks format with prettier - by @0xjei (97f9c)
- contracts: Avoid prompt on solhint fix - by @0xjei (93ea8)
♻️ Refactoring
- contracts:
- Adapt trait to check and pass internal-external behaviour - by @0xjei (0c5b7)
- Apply foundry best practices & docs gen; minor docs & npm scripts improvements - by @0xjei (4e844)
- Add mapping of mapping to handle multiple statuses in one gatekeeper x gate - by @0xjei (1389b)
- Add return to checks - by @0xjei (9f4e9)
- Remove extensions - by @0xjei (c1ec9)
- Apply new naming conventions to contracts - by @0xjei (53ce0)
- Make advanced policy flags immutable - by @0xjei (cad13)
- Improve contracts and test documentation; small code optimization and refactor - by @0xjei (c74c3)
- Improve custom error name of advanced contracts - by @0xjei (23d6e)
- Move advanced control flags for checks from checker to policy at enforce level - by @0xjei (2eb20)
- Switched to pragma for compatibility; minor fix - by @0xjei (3e595)
- Change setTarget() visibility from public to external - by @0xjei (64ae0)
- Remove redundant if case; move struct to interface - by @0xjei (68825)