synor/apps/hardhat-plugin/src
Gulshan Yadav 8b152a5a23 feat(tooling): add Phase 14 M4 - Developer Tooling
Adds formal verification DSL, multi-sig contract, and Hardhat plugin:

synor-verifier crate:
- Verification DSL for contract invariants and properties
- SMT solver integration (Z3 backend optional)
- Symbolic execution engine for path exploration
- Automatic vulnerability detection (reentrancy, overflow, etc.)
- 29 tests passing

contracts/multi-sig:
- M-of-N multi-signature wallet contract
- Transaction proposals with timelock
- Owner management (add/remove)
- Emergency pause functionality
- Native token and contract call support

apps/hardhat-plugin (@synor/hardhat-plugin):
- Network configuration for mainnet/testnet/devnet
- Contract deployment with gas estimation
- Contract verification on explorer
- WASM compilation support
- TypeScript type generation
- Testing utilities (fork, impersonate, time manipulation)
- Synor-specific RPC methods (quantum status, shard info, DAG)
2026-01-19 20:55:56 +05:30
..
deployer.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
index.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
network.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
provider.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
type-extensions.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30
types.ts feat(tooling): add Phase 14 M4 - Developer Tooling 2026-01-19 20:55:56 +05:30