nspcc-dev/neo-go

Unify JSON encoders for stackitem

Open

#2,388 opened on Mar 5, 2022

 (0 comments) (0 reactions) (0 assignees)Go (108 forks)auto 404
I4S2U4enhancementgood first issue

Repository metrics

Stars
 (132 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide