Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Rust mining engine (#17)
Browse files Browse the repository at this point in the history
* Mining worker

Signed-off-by: Xavier Lau <[email protected]>

* Rust mining engine

* Typo

* Support testnet

* Rust mining engine

* Bump

---------

Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav authored Jan 8, 2024
1 parent 288e98c commit 3acad1f
Show file tree
Hide file tree
Showing 14 changed files with 2,110 additions and 459 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mv target/${{ matrix.target.name }}/ci-release/atomicalsir${{ matrix.target.extension }} .
zstd --ultra -22 -o atomicalsir-${{ matrix.target.name }}.zst atomicalsir${{ matrix.target.extension }}
- name: Upload artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4
with:
name: atomicalsir-${{ matrix.target.name }}
path: atomicalsir-${{ matrix.target.name }}.zst
Expand Down
Loading

0 comments on commit 3acad1f

Please sign in to comment.