Pierre
Pierre
It would be very helpful if it could be configured what browser to use when debugging using Visual Studio context menu "Run Chutzpah with" => "Debugger". It opens Internet explorer,...
#### Problem In most cases tokens are transferred, so the explorer should allow reading the most common data a user would want to see. Unfortunately there isn't enough space to...
Problem: The serialization and deserialization at all levels: AnchorSer/Deser and typescript breaks for a data structure that is recursive An example: ```rust #[derive(AnchorSerialize, AnchorDeserialize)] enum A { B, C {...
# Problem ```rust #[derive(BorshSerialize, BorshDeserialize)] enum A { B, C { d: Vec, }, } ``` gives `overflow evaluating the requirement A: BorshDeserialize` or BorshSerialize # Idea Allow skipping adding...
#### Problem #27133 does not show Table entries for address Lookup table accounts because the validator returns jsonParsed so `details.rawData` is undefined I tested with a local test validator, the...
I think there is no need to tangle init_if_needed on an ata with this The validation looks the same though, but it will be odd to check if it exists,...
It breaks like this and i have to scroll down to click Details => [visit this unsafe site], every single time i open the wallet popup ...
The code mixes up both https://github.com/project-serum/swap/blob/master/programs/swap/src/lib.rs#L505-L555 When creating an order we need the rebate token account, which gives the rebate on the fees, while settle funds need the referrer to...
Less mental gymnastic due to tiny renaming compared to serum-dex
There is a problem though, older swap instructions are not supported by @solana/spl-token-swap I have introduced `TokenSwapRouter` to give `TokenSwap` or `TokenSwapLegacy` so we can easily use `TokenSwap` while keeping...