Axel Nennker

Results 20 issues of Axel Nennker

Signed-off-by: Axel Nennker The compiler was complaining about the following: > warning: derive helper attribute is used before it is introduced --> src/services/pool/types.rs:357:3 | 357 | #[serde(tag = "op")] |...

Signed-off-by: Axel Nennker The rust compiler warn about lines like CString::new(issuer_wallet_config.as_str()).unwrap().as_ptr() Although the code works it is still not a good demo and should not be used as example code....

Signed-off-by: Axel Nennker This PR updates libindy from rand 0.7 to 0.8. https://rust-random.github.io/book/update-0.8.html

Signed-off-by: Axel Nennker This PR removes crypto/rust_base64.rs and uses the base64 directly. It also harmonizes the versions used in different modules to 0.13.0.

The actions in my fork of indy-sdk still fail https://github.com/AxelNennker/indy-sdk/actions/runs/421523048 Locking for help, getting indy_pool to build and run. ``` The following packages have unmet dependencies: indy-plenum : Depends: python3-orderedset...

After I updated to the latest stable rust version the tests failed. The stacktrace showed the error is related to rusqlite. So, I update rusqlite from 0.20 to 0.24. This...

Use Rust methods to get random bytes and remove dependency to libsodium for that specific task.

hacktoberfest-accepted

Signed-off-by: Axel Nennker

getColor and getDrawable are now deprectated. This PR uses ResourceUtils.getColor and ResourceUtils.getDrawable whenever possible instead of directly calling the matching methods from ContextCompat. Additionally sprinkle in some androidx.annotation.NonNull Fixes #7103