You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Linked Issues/PRs
#2338RustCrypto/formats#1583RustCrypto/formats#1590
## Description
I have fixed the wrong offset and added an automation for future update
in crate `tai64`(RustCrypto/formats#1583) and
they merged it and made a new release
(RustCrypto/formats#1590). This PR updates to
the new version.
## Checklist
- [x] Breaking changes are clearly marked as such in the PR description
and changelog
- [x] New behavior is reflected in tests
- [x] [The specification](https://github.com/FuelLabs/fuel-specs/)
matches the implemented behavior (link update PR if changes are needed)
### Before requesting review
- [x] I have reviewed the code myself
- [x] I have created follow-up issues caused by this PR and linked them
here
The library that we are using doing
(10 + (1 << 62))
, while wikipedia says(37 + (1 << 62))
. We need to investigate this questionThe text was updated successfully, but these errors were encountered: