Michael Uti
Michael Uti
All crates in this folder have readme files https://github.com/build-trust/ockam/tree/2ea26c64036e61669181f17c92b0906a6a434a79/implementations/rust/ockam We currently have this format as usage instruction in each README.md file https://github.com/build-trust/ockam/blob/2ea26c64036e61669181f17c92b0906a6a434a79/implementations/rust/ockam/ockam/README.md?plain=1#L65-L72 We want to update this Usage section to...
Ockam credential feature seem to be broken. Running ```bash cd implementations/rust/ockam/ockam cargo check --no-default-features --features "credentials std software_vault" ``` Fails with ```bash cargo check --no-default-features --features "credentials std software_vault" Checking...
Cache downloads so as to minimise CI download failure https://github.com/ockam-network/ockam/pull/2028/checks?check_run_id=3930692905
ockam_command fails to publish to crates.io with failure ``` The remote server responded with an error: missing or empty metadata fields: description. Please see https://doc.rust-lang.org/cargo/reference/manifest.html for how to upload metadata...
Using alternative registry [estuary](https://github.com/onelson/estuary), cargo-release blocks while publishing workspace packages. This seems to be due to cargo release searching crates.io as the source of truth if the crate has been...
When saving `multiple cache`, post cache run indicates it caches using the same `cache key` even when different cache keys were used. I have been able to recreate the bug...
Return error early if filter header isn't downloaded for requested filter
When `client.run` fails, users have to create a new client, reload blocks and peers before sync can be started. We should ensure client doesn't panic or is easily restartable.
- [x] Ensure all PAT scope are provided - [x] Use flags to indicate draft and release state - [x] Split release scripts - [ ] Automatically detect recent failed...