This repository was archived by the owner on Jun 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Rebrand to Checker Node. Closes #676 #677
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
378babf
rebrand to `checker`. closes #676
juliangruber 22d643e
fix
juliangruber ac1a0de
update
juliangruber c0a09e9
update
juliangruber 9f91018
update
juliangruber 3727ff8
update
juliangruber f4c5f03
fmt
juliangruber dbf2c15
update
juliangruber 99a48fe
update
juliangruber ae19a1a
update
juliangruber 9530b10
update module -> subnet (wip)
juliangruber c33da03
move source files fn to own lib
juliangruber ed1f1fe
all modules are binary now
juliangruber 1c55de2
all modules are binary now
juliangruber 1d42be1
more module -> subnet
juliangruber 4362e14
finish module -> subnet
juliangruber ad6a3ba
fmt
juliangruber 57a25a2
"binary module" -> "runtime"
juliangruber 13dc1f2
clean up
juliangruber 186bfb7
runtimes -> runtime
juliangruber 9982614
Merge branch 'main' into update/checker-rebrand
juliangruber b560d7a
add migrate state root
juliangruber dc2ba56
log
juliangruber 09dbe82
we need to migrate runtime state specifically
juliangruber f3eb6a5
fix paths
juliangruber fcd79fe
clean up
juliangruber 999e86c
fix lint
juliangruber 1e7534f
Merge branch 'main' into update/checker-rebrand
juliangruber 1006f55
fix docs
juliangruber bd63e43
exit when legacy env var is used
juliangruber 063d163
docs: add migration guide
juliangruber 7be2b2c
refactor `exists` function
juliangruber dabd693
refactor
juliangruber 8af91ae
fmt
juliangruber 8da79de
Merge branch 'main' into update/checker-rebrand
juliangruber 81b03aa
fix docs
juliangruber File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 +1,3 @@ | ||
| node_modules | ||
| modules | ||
| runtimes | ||
| npm-debug.log |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -99,7 +99,7 @@ typings/ | |
| # TernJS port file | ||
| .tern-port | ||
| .DS_Store | ||
| modules | ||
| runtimes | ||
|
|
||
| dist | ||
| .state | ||
This file contains hidden or 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,8 +1,8 @@ | ||
| FROM node:22.13.1-slim | ||
| LABEL org.opencontainers.image.source=https://github.com/CheckerNetwork/core | ||
| LABEL org.opencontainers.image.source=https://github.com/CheckerNetwork/node | ||
| USER node | ||
| WORKDIR /usr/src/app | ||
| COPY . . | ||
| RUN npm ci --omit=dev | ||
| ENV DEPLOYMENT_TYPE=docker | ||
| CMD [ "./bin/station.js" ] | ||
| CMD [ "./bin/checker.js" ] |
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.