Iaroslav Mazur

Results 15 issues of Iaroslav Mazur

Correct a logical error in the description of the `EXTCODESIZE` and `EXTCODECOPY` opcodes: they work on a specific account (given to them as input), and not just "any" account.

On the [Access Control](https://sablier-v2-docs.vercel.app/contracts/v2/reference/access-control) page, the diagram for the **Withdraw** workflow appears incomplete. Here's how it looks with the Light Theme: ![image](https://user-images.githubusercontent.com/22785348/227953774-84143b7d-f56c-4fe0-b1d4-417e00f5a6d7.png) And here's the Dark Theme look: ![image](https://user-images.githubusercontent.com/22785348/227953826-8b912eb1-7f8b-496a-ab88-322d49e992dc.png) I've...

work: complex
effort: high
priority: 3
type: bug

Not passing a password when calling the `moveRight()` function leads to the user being charged the 0.10 SOL without any way of recovering it.

tutorial

### Issue summary In Anchor, the `#[instruction(arg: Type, …)]` macro allows manually specifying argument types (e.g., `#[instruction(index: u32)])`. However, these annotations aren’t actually verified against the handler’s function signature, leading...

There are 2 issues I've observed with `anchor keys sync`: 1) It blindly replaces the 1st "wrong" program id it can find in Anchor.toml, w/o taking into consideration the `--provider.cluster`...

### Description ## Problem Description The Trident documentation states that version 0.11.x supports Solana `>=1.17.3` (see [Installation](https://ackee.xyz/trident/docs/latest/basics/installation/)), but in practice, the Solana SDK is pinned to version 2.0.x, preventing compatibility...

bug

As discussed [here](https://github.com/Ackee-Blockchain/trident/discussions/380#discussioncomment-14559684): "Yes agree that the function name is confusing. What the call does is that it adds address into the account storage (address storage). The create means -...

### Summary Right now, accessing the current time of the Trident Client requires performing the following manipulations: ```rust trident.get_client().get_sysvar::().unix_timestamp; ``` It'd be nice if the above could be achieved by...

question

### Description When attempting to create ATAs for a Token2022 mint, Trident fails with `incorrect program id for instruction` at `GetAccountDataSize`. Observed logs (ATA → Token-2022 → GetAccountDataSize → IncorrectProgramId):...

bug