Ben
Ben
Associated PR merged
Here is an e.g. prototype I started ```rust // TODO: Make this more in line with the rocks-db interface // Eg, have a HashMap, options, etc... pub struct BatchGetter {...
@Eitu33 What are your thoughts?
Could these intermittant failures be related to https://github.com/massalabs/massa/issues/3509?
@gterzian The addresses in labnet deploy are out of date (since the user/sc address enum distinction was merged). I'll make a PR updating them now. EDIT: You can use the...
This idea came out of putting together #3431 . the Bootstrap server has debug outputs that would allow you to derive the bootstrap time from the log outputs. That could...
The way I've put it together it's on the server. Could be done client-side if it makes sense to do so.
One approach that might be interesting: [oauth2 crates approach](https://docs.rs/oauth2/latest/oauth2/struct.ClientSecret.html#). See the `secret` function. From my surface-level understanding, a type can be turned into a secret-type through the use of a...
related to #3369, which addresses this issue in a more general context