-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* contract: limit armies and enable deletion * contracts: delete army if merging kills troop * upgrade to dojov1.0.0-alpha.1 * upgrade to dojov1.0.0-alpha.1 * scarb fmt * update tests * update tests && scarb fmt * update test utils * update test utils * update test utils * update test utils * fix inaccurate winner invariant error * add tool-versions * contracts: basic army create tests * contracts: basic army buy tests * fix reward calculation bug * more combat tests * combat: reward bug fix * scarb fmt * Merge branch 'v1' of https://github.com/BibliothecaDAO/eternum into combat-tests * update workflow * update lockfile * update workflow * update workflow * update lockfile * update lock file * bump to alpha 2 * update to cairo 2.7.0 * contracts: update workflow to print resource usage * update workflow * contracts: use u32 as primary id * contracts: use u32 as primary id in tests * update config and manifests * contracts: optimization: use IntrospectPacked * - remove introspectpacked from models with enum - use id alias more * Clean/legacy (#1146) * Clean legacy code + remove unused exports * add knip command * more cleaning * prettier * Cleanup + add knip CI * fix build * fix knip * rebase main * prettier * fix knip ci * resolve comments * feat: Change to V1 + add type aliases for entity ids (#1148) * Change to V1 + add type aliases for entity ids * Make elements clickable under right and left navigation modules buttons + fix z-index of quests, guilds and leaderboard * scarb fmt * Change bonus_percent to u32 instead of u128 * Address minor PR comments * prettier * knip --------- Co-authored-by: ponderingdemocritus <[email protected]> Co-authored-by: tedison <[email protected]> Co-authored-by: Constantin Wastchenko <[email protected]> Co-authored-by: tedison <[email protected]>
- Loading branch information
1 parent
371b02f
commit 47e99b2
Showing
523 changed files
with
67,793 additions
and
31,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: knip | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: {} | ||
|
||
jobs: | ||
knip: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/setup-bun@v1 | ||
- uses: pnpm/action-setup@v3 | ||
with: | ||
version: 9 | ||
|
||
- name: Install dependencies | ||
run: pnpm i | ||
|
||
- name: Run knip | ||
run: pnpm knip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ignore": [ | ||
".trunk/**", | ||
"**/*.js", | ||
"bot/**", | ||
"**/vitest**", | ||
"eternum-docs/package.json", | ||
"eternum-docs/vocs.config.ts", | ||
"sdk/packages/eternum/global.d.ts", | ||
|
||
"**/**__test__**/**", | ||
"**/**__tests__**/**", | ||
|
||
"client/src/dojo/events/bankEventQueries.ts", | ||
"client/src/hooks/store/useBankStore.tsx", | ||
"client/src/ui/components/bank/BankEntityList.tsx", | ||
"client/src/ui/components/bank/BankStats.tsx", | ||
"config/bank/index.ts" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
scarb 2.6.4 | ||
scarb 2.7.0-rc.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.