发布

  • 9479 28160e1301

    Fixes generation of explicit "null" value in Smart Insider Transactions/Intentions (#4817)

    frostbyte_neo 发布于 2020-10-06 13:20:59 +00:00 | 2769 次提交 在此版本后已推送到 master

    • Adds new unit tests covering changes and testing for old case

      • JsonConvert.SerializeObject would convert a null value into a
        literal string of "null" when writing to a file via the ToLine
        abstract method. We opt for an empty string whenever the underlying
        value is null so that the parsing works correctly later in the
        data loading cycle.
    下载附件