Skip to content
Closed
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [x] `IexecPoco2Delegate.sol`

### Features
- Purge Truffle leftovers (#180)
- Sunset Jenkins pipeline (#178)
- Re-use variable in `IexecPoco2Delegate` in `contribute(...)` function. (#168)
- Remove unnecessary back and forth transfers in `IexecPoco2Delegate` happening during `claim(..)`. (#167)
Expand Down
1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '@nomicfoundation/hardhat-toolbox';
import '@nomiclabs/hardhat-truffle5';
import * as fs from 'fs';
import 'hardhat-dependency-compiler';
import 'hardhat-deploy';
Expand Down
9 changes: 0 additions & 9 deletions migrations/1_initial_migration.js

This file was deleted.

35 changes: 0 additions & 35 deletions migrations/3_deploy_token.js

This file was deleted.

243 changes: 0 additions & 243 deletions migrations/4_deploy_core.js

This file was deleted.

Loading
Loading