Iaroslav Mazur
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:  And here's the Dark Theme look:  I've...
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.
### 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...
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...
### 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):...