Skip to content

v3.5.0

Choose a tag to compare

@bcndev bcndev released this 04 Jul 16:34

API tweaks

  • All numbers in JSON RPC requests can be sent as strings, "123" instead of 123. This helps integration with JavaScript.
  • All JSON RPC requests get optional boolean "numbers_as_strings" parameter (default false). If set to true, all numbers will be returned as strings. This helps integration with JavaScript.