Skip to content

Commit

Permalink
refactor: replace iop-keyvault with ed25519-dalek-bip32
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoguang1010 committed Jan 2, 2024
1 parent 2f3736f commit fc6ef2b
Show file tree
Hide file tree
Showing 10 changed files with 688 additions and 173 deletions.
201 changes: 73 additions & 128 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = [
"token-core/tcx-eth",
"token-core/tcx-common",
"token-core/tcx-migration",
"token-core/tcx-libs/ed25519-dalek-bip32",
"imkey-core/ikc",
"imkey-core/ikc-common",
"imkey-core/ikc-device",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit fc6ef2b

Please sign in to comment.