solana-labs/solana-program-library

[token-js] InitializeMint without FreezeAuthority breaks decodeInitializeMintInstruction

Aberta

#7.549 aberto em 3 de dez. de 2024

 (4 comentários) (1 reação) (0 responsável)Rust (2.401 forks)auto 404
good first issue

Métricas do repositório

Stars
 (4.236 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador