Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix sp-api handling of multiple arguments #6484

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Commits on Jun 23, 2020

  1. Fix sp-api handling of multiple arguments

    With the switch to `decode_all_with_depth_limit` we silently broken
    support for functions with multiple arguments. The old generated code
    tried to decode each parameter separately, which does not play well with
    `decode_all`.
    
    This pr adds a test to ensure that this does not happen again and fixes
    the bug by decoding everything at once by wrapping it into tuples.
    bkchr committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a9f61cf View commit details
    Browse the repository at this point in the history