coinbase / mesh-ethereum

Ethereum Mesh API Implementation
Apache License 2.0
102 stars 70 forks source link

Fixed Call UnmarshalJSON bug #114

Closed jimni1222 closed 2 years ago

jimni1222 commented 2 years ago

Fixes # .

Motivation

I ported rosetta-ethereum project, and i found a bug when unmarshal Call object.

Solution

Fixed dec.Value to dec.GasUsed to fill t.GasUsed

jimni1222 commented 2 years ago

@xiaying-peng @irisZhangCB Dear reviewers, please take a look.

xiaying-peng commented 2 years ago

LGTM, fyi @shrimalmadhur

shrimalmadhur commented 2 years ago

@jimni1222 do you mind rebasing you branch please? We have updated some CI systems. Thanks!

jimni1222 commented 2 years ago

@shrimalmadhur Sure, :) I did rebase! Please take a look!