Manuel Mauro

Results 14 issues of Manuel Mauro

**Is your feature request related to a problem? Please describe.** Presenting a subset of the course or reordering the slides makes the numbering inconsistent. **Describe the solution you'd like** Would...

https://github.com/algorand/algorand-sdk-testing

high priority

This could be a good reference: https://dev.to/sharkdp/my-release-checklist-for-rust-programs-1m33

While messages are convenient structs encoding HTTP requests and responses models are working structs that are meant to be used from the end user of the SDK.

good first issue

Currently many structs in the client libraries (algod, kmd, indexer) serialize None fields. Add the proper macro directive from serde to such fields, checking the official Algorand documentation, adding and...

good first issue

This is a snippet of the current workflow. ```rust let list_response = kmd.list_wallets()?; let wallet_id = match list_response .wallets .into_iter() .find(|wallet| wallet.name == "unencrypted-default-wallet") { Some(wallet) => wallet.id, None =>...

The following endpoints are missing: POST /v1/multisig/signprogram POST /v1/program/sign

**Describe the bug** Example `key_reg` fails returning error: ``` invalid : online keyreg transaction cannot have empty field StateProofPK ``` **To Reproduce** Steps to reproduce the behavior: 1. run `cargo...

## What ❔ Using features introduced with the zk_toolbox, it should be possible now to run multi-chain CI integration test. ## Why ❔ ## Checklist - [x] PR title corresponds...