Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error handling #45

Merged
merged 7 commits into from
Aug 1, 2024
Merged

error handling #45

merged 7 commits into from
Aug 1, 2024

Conversation

fbrv
Copy link
Contributor

@fbrv fbrv commented Aug 1, 2024

Address #27 , unrecoverable unwraps did not change, ie

pub fn utcnow_us() -> u64 {
    SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_micros() as u64
}

bin/signer_module.rs Outdated Show resolved Hide resolved
crates/common/src/config.rs Outdated Show resolved Hide resolved
crates/common/src/lib.rs Outdated Show resolved Hide resolved
@fbrv fbrv merged commit 90cafdf into main Aug 1, 2024
4 checks passed
mikirov pushed a commit that referenced this pull request Aug 2, 2024
* better error handling

---------

Co-authored-by: fbrv <fabio@gattaca.com>
@ltitanb ltitanb deleted the fb/error-handling branch August 2, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants