dkackman / chia-repl

A REPL tool for Chia
Apache License 2.0
22 stars 4 forks source link

[BUG] makePayload doesn't work with `allOf` schemas #20

Closed dkackman closed 2 years ago

dkackman commented 2 years ago

Describe the bug making a payload for any endpoint that uses allOf in the request schema fails.

To Reproduce

  1. start repl and connect to endpoint.
  2. enter chia.full_node.makePayload('get_coin_records_by_parent_ids')
  3. returns undefined - should return an empty but valid payload object instance