Oleksandr Deundiak

Results 42 issues of Oleksandr Deundiak

### Observed behavior `remove_address_record` is called two times for the same Address ### Steps to reproduce ```rs use core::time::Duration; use ockam_core::async_trait; use ockam_core::{Processor, Result}; use ockam_node::Context; #[ockam_macros::test] async fn starting_processor(ctx:...

help wanted
Implementation: Rust
Component: Core

We have multiple places where we accept Identity change history as a hex encoded string like [here](https://github.com/build-trust/ockam/blob/6cd533c19153df296ffd2fce9b5dd0169b8d4da9/implementations/rust/ockam/ockam_command/src/util/api.rs#L152) or [here](https://github.com/build-trust/ockam/blob/6cd533c19153df296ffd2fce9b5dd0169b8d4da9/implementations/rust/ockam/ockam_command/src/authority/create.rs#L102) (there may be more places like that). It would be great...

Type: Enhancement
good first issue
help wanted
Implementation: Rust
Component: Command

`yaml-rust` is unmaintained, there is a maintained fork `yaml-rust2` , but the problem is that we don't depend on it directly, it's a transitive dependency. For now the problem will...

Type: Maintenance
help wanted
Implementation: Rust
Type: Dependencies
Component: Command

Recently I published new pod called VirgilCryptoAPI. It supports 4 platforms (obviously: iOS, macOS, tvOS and watchOS). When I search for it using query Virgil I see 4 pods. Each...

1. Optimize `Address` CBOR implementation to use byte strings instead of array of bytes which saves size BREAKING CHANGE 2. Create a `TcpTransportMessage` type dedicated to exchange messages using TCP...

Currently transport and secure channels examples are not checked during tests, because we wanted to avoid specifying port numbers as command line arguments (to simplify examples), while having fixed values...

good first issue
help wanted
Implementation: Rust
Component: CI/CD
hacktoberfest