FuelLabs/fuel-tx

`Transaction::Create` requires that `storage_slots` is sorted

Open

#153 opened on Jun 25, 2022

 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
enhancementgood first issue

Repository metrics

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

Description

It would be nice if the sorting is done by fuel-tx directly instead of having to rely on the caller of Transaction::Create() to sort them beforehand.

Contributor guide