Skip to content

Commit 813df32

Browse files
committed
docs: update README and CHANGELOG for v1.2.0
1 parent a4ddce4 commit 813df32

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.0] - 2026-01-31
9+
10+
### Added
11+
- **Protocol Administration Suite**: New `admin` commands in the CLI for triggering/disabling emergency modes and managing the circuit breaker.
12+
- **Enhanced Emergency Procedures**: Fully scripted and tested procedures for protocol pause, resume, and fee scaling.
13+
- **Unified Command & API Index**: Created `COMMANDS2.md` as the definitive cross-component reference guide.
14+
- **SDK Administrative Layer**: Integrated all on-chain administrative and initialization instructions into the `SolVoidClient` and `PrivacyShield` classes.
15+
16+
### Changed
17+
- **PDA Architecture**: Standardized on-chain account derivation for `state` and `economic_state` across all testing and deployment scripts.
18+
- **CLI Refactoring**: Modularized `ghost` and `rescue` commands for improved maintainability.
19+
20+
### Fixed
21+
- **SDK Synchronisation**: Fixed missing instructions in the hardcoded IDL and added the missing `PublicKey` imports in administration scripts.
22+
- **Build Integrity**: Resolved TS2339 property missing errors in the CLI entry point.
23+
824
## [1.1.3] - 2026-01-31
925

1026
### Added

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p>
1616
<a href="https://github.com/brainless3178/SolVoid/actions"><img src="https://img.shields.io/github/actions/workflow/status/brainless3178/SolVoid/privacy.yml?branch=main&style=for-the-badge&logo=github&label=CI/CD%20Pipeline" alt="Build Status"></a>
1717
<a href="https://codecov.io/gh/brainless3178/SolVoid"><img src="https://img.shields.io/badge/ZK%20Circuit%20Coverage-98%25-brightgreen?style=for-the-badge&logo=codecov&label=ZK%20Circuit%20Coverage" alt="Code Coverage"></a>
18-
<a href="https://github.com/brainless3178/SolVoid/releases"><img src="https://img.shields.io/badge/Production-v1.1.3-blue?style=for-the-badge&logo=github" alt="Version"></a>
18+
<a href="https://github.com/brainless3178/SolVoid/releases"><img src="https://img.shields.io/badge/Production-v1.2.0-blue?style=for-the-badge&logo=github" alt="Version"></a>
1919
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&logo=github" alt="License"></a>
2020
</p>
2121
<p>
@@ -149,6 +149,12 @@ The `solvoid-scan` CLI is a production-grade binary for privacy management.
149149
- `solvoid-scan protect <address>`: Active monitoring mode for identifying real-time privacy leaks.
150150
- `solvoid-scan rescue <wallet>`: Atomic "nuke" option for high-speed mitigation of key leaks.
151151

152+
#### Protocol Administration
153+
- `solvoid-scan admin trigger-emergency <mult> <reason>`: Globally scale protocol fees (1x-10x).
154+
- `solvoid-scan admin disable-emergency`: Restore baseline fee economics.
155+
- `solvoid-scan admin pause`: Trigger Circuit Breaker to halt all withdrawals.
156+
- `solvoid-scan admin resume`: Lift Circuit Breaker and resume protocol operations.
157+
152158
#### Global Flags & Automation
153159
| Flag | Description | Default |
154160
| :--- | :--- | :--- |

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"ora": "^9.1.0",
5151
"p-retry": "^7.1.1",
5252
"pako": "^2.1.0",
53-
"solvoid": "^1.1.2",
5453
"winston": "^3.19.0",
5554
"zod": "^4.3.6"
5655
},

0 commit comments

Comments
 (0)