Skip to content

F-WRunTime/_audits_lidofinance_dual-governance_fork

This branch is 2 commits ahead of runtimeverification/_audits_lidofinance_dual-governance_fork:develop.

Folders and files

NameName
Last commit message
Last commit date
Oct 7, 2024
Feb 7, 2024
Sep 27, 2024
Sep 25, 2024
Jul 10, 2024
Sep 27, 2024
Aug 12, 2024
Aug 12, 2024
Jul 10, 2024
Aug 12, 2024
Feb 7, 2024
Feb 7, 2024
Jan 12, 2024
Aug 12, 2024
Sep 9, 2024
Feb 7, 2024
Aug 12, 2024
Jul 10, 2024
Jul 11, 2024
Jul 11, 2024

Repository files navigation

Lido Dual Governance contracts

WARNING: this code is an early draft and is not functional yet.

See this research forum discussion for the relevant context.

Setup

This project uses NPM for dependency management and Forge for tests so you'll need to have Node.js, NPM, and Foundry installed.

Running tests

forge test

Test coverage HTML report generation

  1. Install lcov package in your OS
    brew install lcov
    
    -OR-
    
    apt-get install lcov
  2. Run
    npm run cov-report
  3. Open ./coverage-report/index.html in your browser.

About

Lido Dual Governance contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 98.8%
  • Shell 1.2%