nspcc-dev/neo-go

Unify JSON encoders for stackitem

Aberta

#2.388 aberto em 5 de mar. de 2022

 (0 comentário) (0 reação) (0 responsável)Go (108 forks)auto 404
I4S2U4enhancementgood first issue

Métricas do repositório

Stars
 (132 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently we have 2 ways to serialize a stack item to JSON. They behave similarly, so it may be beneficial to use a single function. Also write some benchmarks to ensure there is no performance penalty.

Guia do colaborador