Skip to content

Commit 478339e

Browse files
authored
Update packages and remove unused code (#460)
1 parent edb007d commit 478339e

File tree

10 files changed

+7158
-38328
lines changed

10 files changed

+7158
-38328
lines changed

.github/workflows/npmtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12.x]
18+
node-version: [14.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ bin/
2222

2323
# Sliter
2424
/reports
25-
26-
# Third-party
27-
contracts/statechannels/Attestation*.sol

.soliumignore

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ contracts/tests/ens
1010
contracts/curation/IGraphCurationToken.sol
1111
contracts/staking/libs/LibFixedMath.sol
1212
contracts/tests/testnet/GSRManager.sol
13-
contracts/statechannels

contracts/statechannels/GRTAssetHolder.sol

-47
This file was deleted.

0 commit comments

Comments
 (0)