casper-network / casper-network/casper-node
Ensure consistent naming of validate vs verify
Open
tech-debt
triage
- Dominant language
- Rust
- Stars
- 399
- Forks
- 224
- Avg merge
- 15h 44m
- Merged PRs (30d)
- 2
Description
Ensure consistent naming of all functions where validate, validation, is_valid, and similar represents non-cryptographic validity (generally cheap to execute) and verify, verification, is_verified and similar represents cryptographic checks (generally expensive to execute). At the least, this affects the types in deploy.rs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.