solana-labs/solana-program-library
[token-js] InitializeMint without FreezeAuthority breaks decodeInitializeMintInstruction
オープン
#7,549 opened on 2024/12/03
good first issue
Repository metrics
- Stars
- (4,236 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Example tx: 2LQT3oZSoAyrzAC59wfMfbiZtF74YPcw5rQuaAmBu1FhuVe1f3CZoms8wKETJYVx8q9Bi8wT8v337iMDg4PJysF2
The problem is caused by exact span check here
Proposed solution: check if length of the data is equal to 35 (data with empty freeze authority) or 67 (freeze authority exists) bytes