• Sina Mahmoodi's avatar
    graphql: encode Long values as hex (#26894) · 2f98dd38
    Sina Mahmoodi authored
    This is a breaking GraphQL API change. All numeric values are now encoded as
    hex strings. The motivation for this change is matching JSON-RPC outputs more
    closely.
    
    Numbers in query parameters are accepted as both decimal integers and hex strings.
    2f98dd38
graphql_test.go 15.5 KB