-
-
Notifications
You must be signed in to change notification settings - Fork 436
feat: add non-SHA256 proof of work challenge method #1151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Xe
wants to merge
27
commits into
main
Choose a base branch
from
Xe/wasm3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
908f85d
feat: add wasm rigging
Xe 03a6c07
chore: add rust-toolchain.toml
Xe a63cbc7
feat(web/js): add wasm client side runner
Xe 8999303
feat(lib/challenge/wasm): server side validation logic
Xe f150e4b
ci: fix rust dependencies
Xe 9959cb0
ci: fix rust wasm32 target
Xe bed126e
ci(packages): fix builds
Xe 1c5ce19
ci: test ssh ci for the wasm stack
Xe 41bfbf7
test(ssh-ci): use TecharoHQ/ci-images SSH runner image
Xe 8b60b43
chore(wasm): argon2id -> hashx
Xe cf931cc
fix(lib): detect failures on challenge method initialization
Xe 097c9e9
feat(web/wasm): use simd128 if available
Xe a0df3d4
chore: cleanups
Xe bd5613c
feat(web/wasm): start work on wasm2js, found bugs in the code, stoppi…
Xe 705da2f
fix: disable broken wasm interpreter flow for now
Xe 643b471
feat(wasm): support "pure JS" mode
Xe bba000e
chore: clean up places I forced things in testing
Xe a29025c
ci: fix invocations of setup-binaryen
Xe 45c9cb6
Update metadata
Xe 2ad7be2
ci: use binaryen 108
Xe 7f1a719
fix(wasm): use interpreter on aarch64 for now
Xe 0699f33
docs: add wasm documentation
Xe c04bd48
fix(wasm): support loading webassembly again
Xe accffa6
chore(wasm): spelling fixes
Xe 1530eab
docs: update CHANGELOG
Xe 158a3b8
docs: update CHANGELOG with binaryen dependency
Xe 8cc2c4d
ci: fix smoke tests
Xe 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
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 |
|---|---|---|
|
|
@@ -5,5 +5,6 @@ pwd | |
| npm ci & | ||
| go mod download & | ||
| go install ./utils/cmd/... & | ||
| cargo fetch & | ||
|
|
||
| wait | ||
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
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.