Skip to content

Commit e5f30bb

Browse files
authored
move more packages into legacy folder (#1341)
moved protocol-rewards, and creator-subgraph into the `legacy` folder so they don't build automatically with CI.
1 parent 53fb493 commit e5f30bb

File tree

112 files changed

+313
-272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+313
-272
lines changed

.changeset/mighty-coats-return.md

Lines changed: 16 additions & 0 deletions

.github/workflows/contracts.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ name: "Contracts"
33
on: "push"
44

55
jobs:
6-
contracts-protocol-rewards:
7-
name: Protocol Rewards
8-
uses: ./.github/workflows/contract.yml
9-
secrets: inherit
10-
with:
11-
package_folder: packages/protocol-rewards
12-
name: Rewards
13-
ignore_coverage_files: '"*lib*"'
14-
skip_storage_layout: true
15-
166
contracts-comments:
177
name: Comments
188
uses: ./.github/workflows/contract.yml

.github/workflows/legacy_contracts.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ jobs:
5252
ignore_coverage_files: '"*script*"'
5353
skip_storage_layout: true
5454

55+
contracts-protocol-rewards:
56+
name: Protocol Rewards
57+
uses: ./.github/workflows/contract.yml
58+
secrets: inherit
59+
with:
60+
package_folder: legacy/protocol-rewards
61+
name: Rewards
62+
ignore_coverage_files: '"*lib*"'
63+
skip_storage_layout: true
64+
5565
js-protocol-sdk:
5666
name: Protocol SDK
5767
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 2 deletions

legacy/README.md

Lines changed: 4 additions & 1 deletion
File renamed without changes.

0 commit comments

Comments
 (0)