Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

feat: use constant-time Base64 encoding #315

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

dvdplm
Copy link
Contributor

@dvdplm dvdplm commented Sep 28, 2023

We already have the base64ct crate in the repo (dep of
ethers I believe) and I think one is enough! It is also
constant time, which is strictly better than the current
base64 and seem to have a better API.

We already have the `base64ct` crate in the repo (dep of
ethers I believe) and I think one is enough! It is also
constant time, which is strictly better than the current
`base64` and seem to have a better API.
@dvdplm dvdplm requested a review from a team as a code owner September 28, 2023 11:34
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (e05cdfb) 60.44% compared to head (1b05e8f) 60.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   60.44%   60.41%   -0.03%     
==========================================
  Files         225      225              
  Lines       11976    11967       -9     
==========================================
- Hits         7239     7230       -9     
  Misses       4737     4737              
Files Coverage Δ
crates/topos-api/tests/tce_layer.rs 100.00% <100.00%> (ø)
crates/topos-tce-api/src/grpc/mod.rs 76.77% <100.00%> (-0.33%) ⬇️
crates/topos-tce-proxy/src/client.rs 67.03% <100.00%> (-0.24%) ⬇️
crates/topos-tce-proxy/tests/tce_tests.rs 44.82% <ø> (ø)
...topos-api/src/grpc/conversions/shared/v1/subnet.rs 41.17% <0.00%> (+4.33%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Freyskeyd Freyskeyd merged commit 8898199 into main Sep 29, 2023
20 checks passed
@Freyskeyd Freyskeyd deleted the dp-replace-base62-bis branch September 29, 2023 07:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants