Commit 030f22f
committed
Cleanup warnings, add zcash_protocol dep, extract db bootstrap into submodule
- Remove dead Config fields (smtp_host, smtp_user) and unused SessionRequest.expires_at
- Switch scanner decrypt to non-deprecated zcash_protocol::consensus::NetworkType
- Add direct zcash_protocol = "0.7" dependency (matches zcash_address 0.10.1 graph)
- Extract schema migration tracking into db/schema_tracking.rs
- Move inline bootstrap migration into db/bootstrap.rs, reducing db.rs to 68 lines1 parent ea9559d commit 030f22f
8 files changed
Lines changed: 1716 additions & 1673 deletions
File tree
- src
- db
- scanner
- sessions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
| |||
69 | 67 | | |
70 | 68 | | |
71 | 69 | | |
72 | | - | |
73 | | - | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
| |||
0 commit comments