Victor

Results 14 comments of Victor

Man, this would be absolutely awesome

Is there an example to use the LCD with Rust crate? Arduino language has a simple header file that can instantiate lcd, and python has many libraries. Was wondering if...

@nikoPLP is correct. I saw on the libp2p.io site that currently the rust implementation is missing a utp implementation. As far as I understand utp is just a reliable data...

Those crates look promising @Rahix. I will check them out. Thanks for the help.

Issue (2) should already be handled by the current implementation-the `check_attribute` function catches any attribute macros with `account` as name.

> I wonder if doing this at the MIR level would be better, since there's no guarantee that the contract would even use the #[account] macro for the constraints, and...

> So maybe for N > 3, or if there's an array of accounts or something, just always flag it as "might not check for duplicate mutable accounts" and call...

i'm on a pi as well and experiencing this issue...did we find any definitive solution?

I kept my pi on for about 7 hrs before just rebooting. I didn't wait a week or any longer cuz I was pretty sure the process had grinded to...

Completed upgrade so lint can effectively handle cases where number of identical accounts > 2. All tests pass except for `secure`. To make `secure` pass, the lint simply needs to...