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
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Generate Solidity documentation. (#111)
- Migrate unit test files to Typescript & Hardhat:
- IexecPoco2
- finalize (#79, #117)
- reveal (#114, #118)
- contribute (#108, #109, #110)
- IexecPoco1 (#107, #113)
Expand All @@ -30,8 +31,6 @@
- Seize sponsor on success task. (#79)
- Refund sponsor on `claim`. (#77)
- Sponsor match orders boost. (#67, #78)
- Start migration to hardhat tests:
- `finalize` (#79)
- Migrate to hardhat tests related to:
- `initialize` (#74, #75)
- `claim` (#65, #66, #72, #76)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <contact@iex.ec>
// SPDX-License-Identifier: Apache-2.0

// TODO: Remove this file

const loadTruffleFixtureDeployment = require('../../../scripts/truffle-fixture-deployer');
// Config
var DEPLOYMENT = require('../../../config/config.json').chains.default;
Expand Down
Loading