afm

Results 9 issues of afm

version: `0.5.6` I haven't been able to send a read-only call transaction, only getting `IOErrors` related to the name of the tx params. btw I'm trying to connect to a...

enhancement
help wanted
good first issue

This is a great gem, thanks a lot. As far as I understand, it's not possible to validate the total file size (summation of each file size) in case we...

enhancement
good first issue

closes #147

I tried to decompress an archive that I had compressed using Ubuntu's `Archive Manager` with a password, but received the following error: ``` $ ouch d archive.zip [INFO] Created temporary...

enhancement
pending decision

We currently use multiple error handling crates like `anyhow`, `thiserror`, and also custom macros. It'd be good to standardize this and pick one option.

good first issue
chore
code quality

`async-std` is not well maintained anymore, and `tokio` seems to be the de-facto choice for an async runtime in Rust: https://corrode.dev/blog/async/

enhancement

I want to invoke a specific function within a deployed Phat Contract from Anchor by calling `anchor::push_message`. I know this should be encoded as the `data` field, but would like...