You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rosetta-bitcoin and rosetta-ethereum set the call_methods and balance_exemptions to null. The spec mandates a type of array. It seems like the correct thing to do would be to set the fields to nullable in the spec or return empty arrays in the implementations. Alternatively it would be even better to make the fields optional, but that's a backwards compatibility issue.
The text was updated successfully, but these errors were encountered:
Thanks for the callout. The rosetta-bitcoin and rosetta-ethereum should update call_methods and balance_exemptions to zero value (empty array) to comply rosetta spec. I created two issues for them accordingly:
The rosetta-bitcoin and rosetta-ethereum set the
call_methods
andbalance_exemptions
to null. The spec mandates a type ofarray
. It seems like the correct thing to do would be to set the fields tonullable
in the spec or return empty arrays in the implementations. Alternatively it would be even better to make the fields optional, but that's a backwards compatibility issue.The text was updated successfully, but these errors were encountered: