daodesigner 4a67d64e40 v1.4.1
2022-06-10 22:53:58 -07:00
2022-03-31 02:43:26 -07:00
2022-06-10 22:53:58 -07:00
2022-06-02 13:39:33 -07:00
2022-06-10 22:53:58 -07:00
2022-06-10 22:53:58 -07:00
2022-06-08 14:38:35 +02:00

QFI (Quadratic Funding Infrastructure)

Development

Pre-commit hook

pre-commit hook is a custom git script triggered by commit operation. It's used to see if you've forgotten something and to make sure tests run. Failure from this hook aborts the commit.

pre-commit hook on QFI will check code style(lint) and run an unit tests of contracts subpackage. Unit tests runs only if solidity codes has been changed.

To skip a pre-commit hook, commit with --no-verify option. e.g.:

git commit --no-verify

CI/CD pipeline

CI/CD pipeline ensures that we have automated tests that constantly validate that we are in a deployable state. For more information about pipeline workflows, see https://hackmd.io/@mdhackmdkakao/rkoVmtr75.

Protocol Diagrams

QFI set up diagram QFI voting diagram QFI merge and proof gen diagram QFI processing, tally and verification diagram

Description
No description provided
Readme 56 MiB
Languages
TypeScript 98.6%
HTML 0.9%
JavaScript 0.3%
Shell 0.2%