Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/__pycache__
node_modules
.DS_Store

coverage
coverage.json
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [x] `IexecPoco2Delegate.sol`

### Features
- Add Halborn "Poco v5.5 & Voucher v1.0" audit report (#205)
- Refactor Factory deployer (#206)
- Enable native tests on CI (#204)
- Migrate to Ethers v6:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ This repository contains the smart contract implementation of iExec's PoCo proto
- [Solidity API documentation](./docs/solidity/index.md)
- [Full PoCo documentation](https://protocol.docs.iex.ec/key-concepts/proof-of-contribution)

## Audits

All contract audit files can be found in [audit/](./audit/) folder.

# How to?

## Configure a deployment
Expand Down
Comment thread
Le-Caignec marked this conversation as resolved.
Binary file not shown.