Skip to content

Commit 0a713a1

Browse files
committed
fix: rename BIP322 commands, validate address ownership before signing and add Bip322Error variant
1 parent 7c9542c commit 0a713a1

File tree

5 files changed

+392
-190
lines changed

5 files changed

+392
-190
lines changed

.github/workflows/audit.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@ name: Audit
33
on:
44
push:
55
paths:
6-
# Run if workflow changes
7-
- '.github/workflows/audit.yml'
8-
# Run on changed dependencies
96
- '**/Cargo.toml'
107
- '**/Cargo.lock'
11-
# Run if the configuration file changes
12-
- '**/audit.toml'
138
schedule:
149
- cron: '0 0 * * 0' # Once per week
15-
# Run manually
16-
workflow_dispatch:
1710

1811
jobs:
1912

0 commit comments

Comments
 (0)