Guido Dipietro

Results 5 issues of Guido Dipietro

Cuando un argentino se cansa de programar sin colores, un argentino agarra y pinta _(SPOILERS de uno de los programas que estuve haciendo, y pull-requestiaré eventualmente...)_ ![image](https://user-images.githubusercontent.com/48221146/88612853-81b95280-d062-11ea-9a6f-1ac298fb372c.png) ![image](https://user-images.githubusercontent.com/48221146/88613090-1fad1d00-d063-11ea-9fba-f0fcd507be91.png) ![image](https://user-images.githubusercontent.com/48221146/88613208-597e2380-d063-11ea-8557-13532e2dbeda.png) ![image](https://user-images.githubusercontent.com/48221146/88613281-829eb400-d063-11ea-9526-f0c77367f4ff.png)...

enhancement

![image](https://user-images.githubusercontent.com/48221146/88595768-02b02400-d03a-11ea-8924-38cfc45a162e.png) _Andamo_ de vacaciones así que pintó jugar un poco más y, bueno, salió esto Felices pascuas, próspero Ramadán, y creo que sin darme cuenta estoy preparando otra tanda de...

bug

### Description Something like this throws an annoying long warning: ```rust seeds = [ pda.field.checked_add(1).unwrap().to_le_bytes().as_ref() ] ``` Since the parser takes everything before the `()` in `unwrap` (see [this line](https://github.com/coral-xyz/anchor/blob/290b2aa43e38c7585ba92b2a49da2f887bc264dc/lang/syn/src/idl/pda.rs#L319)),...

Hey, me again. Another issue I've stumbled upon while using AlgoDEA is that sometimes (haven't been able to determine when, but it's almost always), if I select the Sender of...

Some tests don't work as expected with Bankrun regarding Secp256k1 and Ed25519 signature verification. ## Test case - Have two instructions in a tx: `sigIx` and `customIx` - `sigIx` is...