Skip to content

Commit cfd4604

Browse files
committed
Work around the inter-package import because it breaks the dashboard
1 parent 3babc53 commit cfd4604

5 files changed

Lines changed: 338 additions & 3588 deletions

File tree

packages/convenience/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
> Convenience contract used to make batch view calls to DAO contracts
44
5-
Note that `test:coverage` will not work because the contract uses the entire stack.
5+
`solidity-coverage` is not used because the stack depth is already used to its full extent.
66
See [this issue](https://github.com/sc-forks/solidity-coverage/issues/417) for more information.
7-
You can remove one of the returned fields (e.g., `userApi3Balance`) from `getUserStakingData()` (and remove the respective tests) to get it to work.
87

98
## Public Interface
109

packages/convenience/contracts/Api3Pool.sol

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/convenience/hardhat.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
require("@nomiclabs/hardhat-waffle");
2-
require("solidity-coverage");
32
require("hardhat-gas-reporter");
43

54
module.exports = {

0 commit comments

Comments
 (0)